We are having problems with application timing out on reads. We are seeing the following in the logs:
Caused by: net.spy.memcached.OperationTimeoutException: Timeout waiting for value: waited 2,500 ms. Node status: Connection Status { sg01-cb1dat-005.core.cvent.org/172.21.80.44:11210 active: true, authed: true, last read: 2,790 ms ago sg01-cb1dat-004.core.cvent.org/172.21.80.43:11210 active: true, authed: true, last read: 1,494 ms ago sg01-cb1dat-002.core.cvent.org/172.21.80.17:11210 active: true, authed: true, last read: 329,362 ms ago sg01-cb1dat-006.core.cvent.org/172.21.80.45:11210 active: true, authed: true, last read: 1,494 ms ago sg01-cb1dat-001.core.cvent.org/172.21.80.16:11210 active: true, authed: true, last read: 329,363 ms ago sg01-cb1dat-003.core.cvent.org/172.21.80.18:11210 active: true, authed: true, last read: 329,363 ms ago }
at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:1241)
The values here for some nodes are absurdly large…
Other applications are not reporting issues (right now, anyway).