bigdata4u / spymemcached

Automatically exported from code.google.com/p/spymemcached
0 stars 0 forks source link

Expose addedQueue size through MemcacheClientIF interface #113

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Occasionally we find certain memcache operations timing out -- likely due to 
the size of the 
addedQueue. Normally it's because we're doing something dumb in our code. It 
would be nice to be 
able to expose the size of the queue so that it can be reported (in the case of 
timeouts) and 
monitored for load and capacity planning.

We're using 2.4.2

Original issue reported on code.google.com by exort...@gmail.com on 20 Jan 2010 at 6:05