Re: memcached error

2017-05-15 Thread dormando
Hey, We'll need a lot more information about exactly what's happening; what version you're using, what the exact errors you're seeing are, etc. You might be well served by this page though: http://memcached.org/timeouts On Sun, 14 May 2017, Jellf Nainggolan wrote: > Hello, > I got issue with me

memcached error

2017-05-14 Thread Jellf Nainggolan
Hello, I got issue with memcached, memcached getting error when i hit the application with 100CU in httpd. please kindly let know how to improve the memcached. Regards, -- --- You received this message because you are subscribed to the Google Groups "memcached" group. To unsubscribe from th

Issue 415 in memcached: Error while make - OSX 10.10.3

2015-06-26 Thread memcached
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 415 by sumac...@gmail.com: Error while make - OSX 10.10.3 https://code.google.com/p/memcached/issues/detail?id=415 What steps will reproduce the problem? 1. execute make What is the expected output? What do you see instead?

Re: Issue 387 in memcached: error of lru_crawler

2014-12-15 Thread memcached
Updates: Status: Duplicate Comment #3 on issue 387 by dorma...@rydia.net: error of lru_crawler https://code.google.com/p/memcached/issues/detail?id=387 excellent. Last night I reproduced this with a test and pushed a patch for the next release: https://github.com/memcached/memcached

Re: Issue 387 in memcached: error of lru_crawler

2014-12-15 Thread memcached
Comment #2 on issue 387 by z.w.chan...@gmail.com: error of lru_crawler https://code.google.com/p/memcached/issues/detail?id=387 I understand the issue now. It is the same issue as the #388. The lru_crawler_cond is not waited by any thread, so the crawler is added to the LRU again. I fix #38

Re: Issue 387 in memcached: error of lru_crawler

2014-12-14 Thread memcached
Comment #1 on issue 387 by dorma...@rydia.net: error of lru_crawler https://code.google.com/p/memcached/issues/detail?id=387 Not sure yet how that happens. Were you able to catch it in a debugger and print a bit more information around the crawler and LRU's? cache_lock is held with it_flags

Issue 387 in memcached: error of lru_crawler

2014-12-05 Thread memcached
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 387 by z.w.chan...@gmail.com: error of lru_crawler https://code.google.com/p/memcached/issues/detail?id=387 What steps will reproduce the problem? I am working on a requirement that release memory of memcached to system, a

Re: Issue 254 in memcached: Error compiling memcached-1.4.13 with Dtrace support

2012-07-30 Thread memcached
Updates: Status: Fixed Comment #1 on issue 254 by dorma...@rydia.net: Error compiling memcached-1.4.13 with Dtrace support http://code.google.com/p/memcached/issues/detail?id=254 fixed in 1.4.14, thanks for the patch!

Issue 254 in memcached: Error compiling memcached-1.4.13 with Dtrace support

2012-02-24 Thread memcached
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 254 by yur...@gmail.com: Error compiling memcached-1.4.13 with Dtrace support http://code.google.com/p/memcached/issues/detail?id=254 The touch command probe, used in memcached.c, isn't defined in memcached_dtrace.d Wha

Re: Issue 128 in memcached: ERROR: You cannot allow the ASCII protocol while using SASL.

2011-08-08 Thread memcached
Comment #4 on issue 128 by trond.no...@gmail.com: ERROR: You cannot allow the ASCII protocol while using SASL. http://code.google.com/p/memcached/issues/detail?id=128 Eating stderr make it harder to track down real bugs... I'd prefer to just close my eyes for those errors ;)

Re: Issue 128 in memcached: ERROR: You cannot allow the ASCII protocol while using SASL.

2011-08-07 Thread memcached
Updates: Status: WontFix Comment #3 on issue 128 by dorma...@rydia.net: ERROR: You cannot allow the ASCII protocol while using SASL. http://code.google.com/p/memcached/issues/detail?id=128 I actually don't know how to deal with this properly. It's fine. If enough people complain we

Re: Issue 128 in memcached: ERROR: You cannot allow the ASCII protocol while using SASL.

2010-04-03 Thread memcached
Updates: Owner: dormando Comment #2 on issue 128 by dorma...@rydia.net: ERROR: You cannot allow the ASCII protocol while using SASL. http://code.google.com/p/memcached/issues/detail?id=128 I'll take this for 1.4.6. The perl tests should be spawning memcached in such a way as to col

Re: Issue 128 in memcached: ERROR: You cannot allow the ASCII protocol while using SASL.

2010-04-01 Thread memcached
Comment #1 on issue 128 by dsallings: ERROR: You cannot allow the ASCII protocol while using SASL. http://code.google.com/p/memcached/issues/detail?id=128 What do you want this to do? -- You received this message because you are listed in the owner or CC fields of this issue, or because you

Issue 128 in memcached: ERROR: You cannot allow the ASCII protocol while using SASL.

2010-04-01 Thread memcached
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 128 by hackswell: ERROR: You cannot allow the ASCII protocol while using SASL. http://code.google.com/p/memcached/issues/detail?id=128 What steps will reproduce the problem? 1. ./configure --enable-sasl --enable-64bit 2. ma