Hi,

we have a problem in our production environment where we are getting
abnormal amounts of timeouts as outlined below:

net.spy.memcached.OperationTimeoutException: Timeout waiting for value


We have eight Glassfish appservers running Hibernate that are
connecting to four Memcached instances (1 gig size each). Stats output
looks like this:

STAT pid 12812
STAT uptime 162762
STAT time 1244704393
STAT version 1.2.8
STAT pointer_size 64
STAT rusage_user 2206.410000
STAT rusage_system 4378.980000
STAT curr_items 1056456
STAT total_items 34819972
STAT bytes 956940987
STAT curr_connections 164
STAT total_connections 858
STAT connection_structures 167
STAT cmd_flush 0
STAT cmd_get 286809545
STAT cmd_set 34819972
STAT get_hits 269742263
STAT get_misses 17067282
STAT evictions 974
STAT bytes_read 50940013637
STAT bytes_written 181568785171
STAT limit_maxbytes 1073741824
STAT threads 5
STAT accepting_conns 1
STAT listen_disabled_num 0
END


Does anyone know what could be the cause of the timeouts?

Regards, Staffan Martinsson

Reply via email to