On Jun 11, 12:15 am, thengil <[email protected]> wrote: > 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
You'll get this error whenever waiting for a result of a command takes longer than the configured timeout value. That's about a second by default. You may have some network issues that are causing some delays. Perhaps a packet sniffer would be helpful.
