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 
net.spy.memcached.internal.OperationFuture.get(OperationFuture.java:106) 
[spymemcached-2.8.1.jar:2.8.1]
at net.spy.memcached.internal.GetFuture.get(GetFuture.java:62) 
[spymemcached-2.8.1.jar:2.8.1]
at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:997) 
[spymemcached-2.8.1.jar:2.8.1]

... 80 more
Caused by: net.spy.memcached.internal.CheckedOperationTimeoutException: 
Operation timed out. - failing node: localhost/127.0.0.1:11211


?

it's happening everyday here..

A new version can fix it?

--
Regards,
__
Filippe Costa Spolti
Linux User n°515639 - http://counter.li.org/
filippespo...@gmail.com
Be yourself
http://www.linkedin.com/pub/filippe-costa-spolti/67/985/575

--

--- 
You received this message because you are subscribed to the Google Groups memcached group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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.


Can you clear up a bit what the assertion was for testapp? You said it was  
asserting in memcached.c, not testapp? I'm not sure what git revision that  
was from since :4252 isn't an assert for me.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- 
You received this message because you are subscribed to the Google Groups memcached group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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: 
 net.spy.memcached.internal.CheckedOperationTimeoutException: Operation timed 
 out. - failing
 node: localhost/127.0.0.1:11211
     at 
 net.spy.memcached.internal.OperationFuture.get(OperationFuture.java:106) 
 [spymemcached-2.8.1.jar:2.8.1]
     at net.spy.memcached.internal.GetFuture.get(GetFuture.java:62) 
 [spymemcached-2.8.1.jar:2.8.1]
     at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:997) 
 [spymemcached-2.8.1.jar:2.8.1]
     ... 80 more
 Caused by: net.spy.memcached.internal.CheckedOperationTimeoutException: 
 Operation timed out. - failing node: localhost/127.0.0.1:11211

 ?

 it's happening everyday here..

 A new version can fix it?

 --
 Regards,
 __
 Filippe Costa Spolti
 Linux User n°515639 - http://counter.li.org/
 filippespo...@gmail.com
 Be yourself
 [IMAGE]

 --

 ---
 You received this message because you are subscribed to the Google Groups 
 memcached group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to memcached+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.



-- 

--- 
You received this message because you are subscribed to the Google Groups 
memcached group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 xmemcached-1.3.8 on Java HotSpot  64-bit version 1.6.0_32. I was
unable to check the packets dropped because of a bug in this version Ubuntu
that incorrectly increases the number of dropped packets.

Claudio


On Fri, Apr 25, 2014 at 12:26 PM, dormando dorma...@rydia.net wrote:

 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:
 net.spy.memcached.internal.CheckedOperationTimeoutException: Operation
 timed out. - failing
  node: localhost/127.0.0.1:11211
  at
 net.spy.memcached.internal.OperationFuture.get(OperationFuture.java:106)
 [spymemcached-2.8.1.jar:2.8.1]
  at net.spy.memcached.internal.GetFuture.get(GetFuture.java:62)
 [spymemcached-2.8.1.jar:2.8.1]
  at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:997)
 [spymemcached-2.8.1.jar:2.8.1]
  ... 80 more
  Caused by: net.spy.memcached.internal.CheckedOperationTimeoutException:
 Operation timed out. - failing node: localhost/127.0.0.1:11211
 
  ?
 
  it's happening everyday here..
 
  A new version can fix it?
 
  --
  Regards,
  __
  Filippe Costa Spolti
  Linux User n°515639 - http://counter.li.org/
  filippespo...@gmail.com
  Be yourself
  [IMAGE]
 
  --
 
  ---
  You received this message because you are subscribed to the Google
 Groups memcached group.
  To unsubscribe from this group and stop receiving emails from it, send
 an email to memcached+unsubscr...@googlegroups.com.
  For more options, visit https://groups.google.com/d/optout.
 
 

 --

 ---
 You received this message because you are subscribed to the Google Groups
 memcached group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to memcached+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 

--- 
You received this message because you are subscribed to the Google Groups 
memcached group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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,
__
Filippe Costa Spolti
Linux User n°515639 - http://counter.li.org/
filippespo...@gmail.com
Be yourself
http://www.linkedin.com/pub/filippe-costa-spolti/67/985/575
On 04/25/2014 04:26 PM, dormando wrote:

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: 
net.spy.memcached.internal.CheckedOperationTimeoutException: Operation timed 
out. - failing
node: localhost/127.0.0.1:11211
 at 
net.spy.memcached.internal.OperationFuture.get(OperationFuture.java:106) 
[spymemcached-2.8.1.jar:2.8.1]
 at net.spy.memcached.internal.GetFuture.get(GetFuture.java:62) 
[spymemcached-2.8.1.jar:2.8.1]
 at net.spy.memcached.MemcachedClient.get(MemcachedClient.java:997) 
[spymemcached-2.8.1.jar:2.8.1]
 ... 80 more
Caused by: net.spy.memcached.internal.CheckedOperationTimeoutException: 
Operation timed out. - failing node: localhost/127.0.0.1:11211

?

it's happening everyday here..

A new version can fix it?

--
Regards,
__
Filippe Costa Spolti
Linux User n°515639 - http://counter.li.org/
filippespo...@gmail.com
Be yourself
[IMAGE]

--

---
You received this message because you are subscribed to the Google Groups 
memcached group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.




--

--- 
You received this message because you are subscribed to the Google Groups memcached group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.