Martin Grotzke

Results 189 comments of Martin Grotzke

Thanks for reporting, it would be great if you could submit a PR for this!

@Sandmania Can you please submit a separate PR for this? The changes here don't build successfully so far...

Sorry for the late response. One question is how/when/why the session was stored in n2. For this a fresh conversation would have to be tested while analyzing logs to see...

You could try to use kryo transcoder and the GrailsFlashScopeRegistration.

As a wild guess, maybe the ip address had changed (in case a host name was configured), so that inetaddress dns caching caused the issue? Is this issue still relevant...

According to https://github.com/magro/memcached-session-manager/wiki/SetupAndConfiguration, it must be javolution-5.4.3.1

Not sure why the CsrfPreventionFilter is serialized,and if this is expected or wrong. But you could write a test for serialization of this CsrfPreventionFilter and see how serialization can be...

Ok. It seems the lrucache in fact should be stored in the session. I had a look at it in https://svn.apache.org/repos/asf/tomcat/trunk/java/org/apache/catalina/filters/CsrfPreventionFilter.java and probably you need a dedicated/custom kryo serializer for...

> Does this client support syncing sessions across all available memcached nodes? No, in sticky mode msm stores a session only in a single memcached node (as "backup", to support...