Java memcached timeout

2014-04-25 Thread Filippe Costa Spolti
Helle guys, Anyone already had a problem similar to this: Caused by: java.util.concurrent.ExecutionException: net.spy.memcached.internal.CheckedOperationTimeoutException: Operation timed out. - failing node: localhost/127.0.0.1:11211 at

Re: Issue 360 in memcached: Alignment check on in configure.ac is broken and results in addition memcpy()s

2014-04-25 Thread memcached
Comment #15 on issue 360 by dorma...@rydia.net: Alignment check on in configure.ac is broken and results in addition memcpy()s http://code.google.com/p/memcached/issues/detail?id=360 Looks fine. can you submit the patches and I'll merge? I'd like to do a .19 release in the next day or two.

Re: Java memcached timeout

2014-04-25 Thread dormando
http://memcached.org/timeouts also, you haven't said what version you're on of memcached? or provided stats, or etc... On Fri, 25 Apr 2014, Filippe Costa Spolti wrote: Helle guys, Anyone already had a problem similar to this: Caused by: java.util.concurrent.ExecutionException:

Re: Java memcached timeout

2014-04-25 Thread Claudio Santana
I've had the same issue happen to me after using Memcached in my Java application for about 6 months (I blame the traffic increase). I'm using XMemecached and followed the timeout guide you provided with no success. I'm using Memcached 1.4.13 on Ubuntu 12.04.3 LTS, Precise Pangolin. My client is

Re: Java memcached timeout

2014-04-25 Thread Filippe Costa Spolti
Thanks dor replay Dormando. The timeouts links helped me to understand why of the timeouts. Sometimes the java process consumes about 400% of CPU usage, that's cause of the timeouts. I'll try to renice the memcached process to tests. Thanks. Regards, __