Closed GoogleCodeExporter closed 9 years ago
Can you provide the Spymemcached logs?
Original comment by mikewie...@gmail.com
on 27 Oct 2011 at 8:42
Is it possible that something in your network is shutting down idle TCP
connections? If so, it may be good to change it's settings to do so with a RST
packet. I've seen this in at least one place before.
Original comment by ingen...@gmail.com
on 3 Nov 2011 at 8:30
Original comment by ingen...@gmail.com
on 3 Nov 2011 at 8:36
Hello,
The application is running inside of a powerful data-center. So I don't think
this can be a problem. Anyway I will investigate this.
Original comment by octavr@gmail.com
on 7 Nov 2011 at 7:40
[deleted comment]
[deleted comment]
Just a note which might help others, ipchains/iptables has a default idle TCP
timeout of 900 seconds (15 minutes) which will close any connections, which
will lead to an:
net.spy.memcached.OperationTimeoutException: Timeout waiting for value
error, there should also be a note in the logs about the connection being
forcibly closed. If this is your problem, this is a useful article for
adjusting the IPCHAINS settings to configure a better timeout.
http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.15.8715&rep=rep1&type=p
df
Original comment by d...@ayre.ca
on 3 Jun 2015 at 3:21
Original issue reported on code.google.com by
octavr@gmail.com
on 27 Oct 2011 at 8:27