Closed GoogleCodeExporter closed 9 years ago
Fixed in branches master and membase-sasl.
Original comment by martin.grotzke
on 27 Sep 2011 at 10:59
Hello,we used non-sticky sessions to save httpSession with memcached session.
But when user access the site, the tomcat is logged:
Nov 21, 2013 9:01:16 AM de.javakaffee.web.msm.LockingStrategy
onAfterLoadFromMemcached
WARNING: No validity info available for session
4C96C472795F4487299B0A85DB061EF6-n1
It happens sometimes.
And the result is in another tomcat, it cannot get this session.
What changes should be change?
Original comment by ache...@gmail.com
on 21 Nov 2013 at 1:07
Our memcached info is :
stats
STAT pid 2236
STAT uptime 44965
STAT time 1384996137
STAT version 1.4.5
STAT pointer_size 64
STAT rusage_user 1.916708
STAT rusage_system 7.047928
STAT curr_connections 8
STAT total_connections 806
STAT connection_structures 10
STAT cmd_get 58984
STAT cmd_set 46265
STAT cmd_flush 0
STAT get_hits 37170
STAT get_misses 21814
STAT delete_misses 28
STAT delete_hits 817
STAT incr_misses 0
STAT incr_hits 0
STAT decr_misses 0
STAT decr_hits 0
STAT cas_misses 0
STAT cas_hits 0
STAT cas_badval 0
STAT auth_cmds 0
STAT auth_errors 0
STAT bytes_read 1478750266
STAT bytes_written 3456132714
STAT limit_maxbytes 6291456000
STAT accepting_conns 1
STAT listen_disabled_num 0
STAT threads 4
STAT conn_yields 0
STAT bytes 54784273
STAT curr_items 1094
STAT total_items 35983
STAT evictions 0
STAT reclaimed 8779
END
Original comment by ache...@gmail.com
on 21 Nov 2013 at 1:10
Original issue reported on code.google.com by
martin.grotzke
on 27 Sep 2011 at 10:47