Re: Issue 363 in memcached: MemcachePool::get(): Server 127.0.0.1 (tcp 11211, udp 0) failed with: Network timeout

2014-05-06 Thread dormando
and how'd that work out? Still no other reports :/ a few thousand more downloads of .19... On Sun, 4 May 2014, notificati...@commando.io wrote: > I'm going to try switching threads from 4 to 1. This host web2 is on the only > one I am seeing it on, but it also is the only hosts that gets any >

Re: Issue 363 in memcached: MemcachePool::get(): Server 127.0.0.1 (tcp 11211, udp 0) failed with: Network timeout

2014-05-06 Thread notifications
Changing from 4 threads to 1 seems to have resolved the problem. No timeouts since. Should I set to 2 threads and wait and see how things go? On Tuesday, May 6, 2014 12:07:08 AM UTC-7, Dormando wrote: > > and how'd that work out? > > Still no other reports :/ a few thousand more downloads of .19

MEMCACHED_SERVER_MEMORY_ALLOCATION_FAILURE (SERVER_ERROR out of memory storing object) error

2014-05-06 Thread Den Samo
Hi, Does anybody know good way to handle OOM during set operation? Server is fully calcified :) (no new pages to allocate) and i have this issue for slab 17 STAT items:17:number 16128 STAT items:17:age 90 STAT items:17:evicted 246790897 STAT items:17:evicted_nonzero 246790874 STAT items:17:evict

Re: MEMCACHED_SERVER_MEMORY_ALLOCATION_FAILURE (SERVER_ERROR out of memory storing object) error

2014-05-06 Thread dormando
> Hi, > Does anybody know good way to handle OOM during set operation? Server is > fully calcified :) (no new pages to allocate) and i have this issue for > slab 17 > STAT items:17:number 16128 > STAT items:17:age 90 > STAT items:17:evicted 246790897 > STAT items:17:evicted_nonzero 246790874 > ST

Re: MEMCACHED_SERVER_MEMORY_ALLOCATION_FAILURE (SERVER_ERROR out of memory storing object) error

2014-05-06 Thread dormando
> Hi Dormando, > Full Slabs and Items stats are below. The problem is that other slabs are > full too, so rebalancing is not trivial. I will try to create a wrapper > that will do some analysis and do slab rebalancing based on stats (the idea > to move try to shrink slabs with low eviction but ne