Matt Davis

Results 25 comments of Matt Davis

My apologies I guess I did not explain the root issue: Issue Description: Two servers without sticky sessions are not sharing sessions in memcache. Sessions are not being saved to...

The load balancer needs to be setup with non sticky sessions as it is our requirement. I'll configure logging today and let you know.

I turned on sticky as it totally craps out without it. Here is the only log entries: 2016-09-19 17:49:04.589 INFO net.spy.memcached.ConfigurationPoller: Endpoint to use for configuration access in this poll...

Yea thats my plan too. Had a bunch of other things to get too. Hopefully bring up a non-sticky today or tommorow and get you something more useful. Thanks.

I turned sticky off. But it doesn't seem to be an error. Same as before. But it does seem to throw the info log shown before every minute exactly. Perhaps...

I got this error: WARNING [msm-storage-thread-4] de.javakaffee.web.msm.BackupSessionTask.call FAILED for session id 165590C8A3CA36174DD2BD9F3B1DAB6D java.lang.IllegalStateException: Client is not initialized

Got both errors fixed. Think the backupsession async might be reversed, but it's working now.

I think I thought I fixed this issue by turning on the sticky=true and async_backup=true. This somewhat covers most cases as it moves the session into memcache eventually, but it...

I've tried that and the sessions do not work at all. The load balancer is not sticky and with no session backup async the sessions do not seem to be...

The only time logs seem to appear is when I turn both those to true. But to give an example I have turned both options to false and then when...