Re: Storage Engine ?

2012-01-11 Thread Wendy Cheng
On Tue, Jan 10, 2012 at 7:42 PM, Dustin dsalli...@gmail.com wrote: On Tuesday, January 10, 2012 4:19:26 PM UTC-8, Wendy Cheng wrote: It seems the engine operations (hooks) are invoked as part of the network request processing logic (e.g. process_bin_set() etc) (is this right ?).  Did the

Re: Storage Engine ?

2012-01-11 Thread Dustin
On Wednesday, January 11, 2012 10:20:44 AM UTC-8, Wendy Cheng wrote: I see ... so the engine interface allows this nonblocking behavior to get explicitly handled. Yes. We use that in ep-engine (as part of membase) heavily. If we don't have something in memory, we suspend the connection

Re: Issue 240 in memcached: -d with local -P fail

2012-01-11 Thread memcached
Updates: Status: Accepted Comment #1 on issue 240 by dorma...@rydia.net: -d with local -P fail http://code.google.com/p/memcached/issues/detail?id=240 This was originally added in 032912ce0c3a1cbf3a14395a8a621f48544ddc71 but trond changed part of it in a bug fix:

Re: Issue 237 in memcached: timedrun.c L103

2012-01-11 Thread memcached
Comment #3 on issue 237 by dorma...@rydia.net: timedrun.c L103 http://code.google.com/p/memcached/issues/detail?id=237 is there a bug or an issue or a failure or anything to go along with this? I don't really feel like changing code without knowing what the reporter expects to happen.

Re: Issue 236 in memcached: meaningless age values in stats items

2012-01-11 Thread memcached
Updates: Status: Fixed Comment #2 on issue 236 by dorma...@rydia.net: meaningless age values in stats items http://code.google.com/p/memcached/issues/detail?id=236 You are definitely right. I just committed the change and it'll go into 1.4.11. Thanks!

Re: Issue 231 in memcached: SASL authentication not working on reboot

2012-01-11 Thread memcached
Comment #8 on issue 231 by dorma...@rydia.net: SASL authentication not working on reboot http://code.google.com/p/memcached/issues/detail?id=231 I have no idea what's going on here; is it possible your systems are actually starting memcached in different ways when doing it from boot than

Re: Issue 234 in memcached: Adding package name to the stat output

2012-01-11 Thread memcached
Comment #3 on issue 234 by dorma...@rydia.net: Adding package name to the stat output http://code.google.com/p/memcached/issues/detail?id=234 people can't just put their own package info into the version line?

Re: Issue 237 in memcached: timedrun.c L103

2012-01-11 Thread memcached
Comment #4 on issue 237 by dsalli...@gmail.com: timedrun.c L103 http://code.google.com/p/memcached/issues/detail?id=237 I think the reporter is correct. It isn't breaking anything because argc is effectively unused. I'll just take it out.

Re: Issue 237 in memcached: timedrun.c L103

2012-01-11 Thread memcached
Updates: Status: Fixed Comment #5 on issue 237 by dsalli...@gmail.com: timedrun.c L103 http://code.google.com/p/memcached/issues/detail?id=237 dormando: Please review the change in my master and grab it if you think it's reasonable.

Re: Issue 242 in memcached: memcached breakdown when the memory close to run up

2012-01-11 Thread memcached
Comment #2 on issue 242 by dorma...@rydia.net: memcached breakdown when the memory close to run up http://code.google.com/p/memcached/issues/detail?id=242 the DONT_PREALLOC_SLABS define needs to be an option, which needs to be flipped to on by default if -L is specified. Also, -L is

Re: Issue 242 in memcached: memcached breakdown when the memory close to run up

2012-01-11 Thread memcached
Updates: Status: Accepted Comment #3 on issue 242 by dorma...@rydia.net: memcached breakdown when the memory close to run up http://code.google.com/p/memcached/issues/detail?id=242 mark as accepted

1.4.11-rc1

2012-01-11 Thread dormando
http://code.google.com/p/memcached/wiki/ReleaseNotes1411rc1 Tossed in a few more fixes from the issue tracker, punting on the rest for 1.4.12 since this is so late. I'm going to leave this up for another day or two while I work on the wiki a bit and try to come up with other tests. Slab