event_queue_remove not on queue 8

2010-02-22 Thread Beier
My memcached server has been running smoothly in the past few months, but last Friday and this morning, during peak traffic time memcached server went down without much error message. the only message logged is: [err] event_queue_remove: 0x62fad8(fd 27) not on queue 8 my guess is something wrong

Re: event_queue_remove not on queue 8

2010-02-22 Thread Aaron Stone
Please include memcached and libevent versions and your client libraries (just for completeness). What do you mean by "went down"? Did it become unresponsive? Did the process die? Memory use spin out of control? Anything else catch on fire? On Mon, Feb 22, 2010 at 10:16 AM, Beier wrote: > My me

Re: event_queue_remove not on queue 8

2010-02-22 Thread Beier
Hi Aaron, libevent 1.4.13 memcached 1.4.3 client library is libmemcached-0.35 what I mean by 'went down' is, the service is dead, I had to start memcached again and here is the log file: [err] event_queue_remove: 0x62fad8(fd 27) not on queue 8 [err] event_queue_remove: 0x62fad8(fd 27) not on q

Re: event_queue_remove not on queue 8

2010-02-22 Thread Aaron Stone
Ok, should be enough information for a local expert to begin to help. I am not so deeply familiar with libevent. On Mon, Feb 22, 2010 at 10:49 AM, Beier wrote: > Hi Aaron, > > libevent 1.4.13 > memcached 1.4.3 > > client library is libmemcached-0.35 > > what I mean by 'went down' is, the service

Re: event_queue_remove not on queue 8

2010-02-22 Thread Beier
The process was totally dead, "ps aux | grep memcache" returns nothing. On Feb 22, 11:07 am, Aaron Stone wrote: > Ok, should be enough information for a local expert to begin to help. > I am not so deeply familiar with libevent. > > On Mon, Feb 22, 2010 at 10:49 AM, Beier wrote: > > Hi Aaron, >