Jdesk / memcached

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

Binary protocol: delete_hits and delete_misses not incremented? #176

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi folks,

When using the binary protocol, it seems that the delete_hits and delete_misses 
stats don't appear to be incremented upon issuing delete commands. 

I think the culprit is simply that process_bin_delete() is missing the 
appropriate logic to increment these.  So the fix might just involve copying a 
couple lines from the text protocol's process_delete_command().

Not really a big deal, but it was rather perplexing to see these stats at 0 
globally, as well as for every slab class.  I'm using memcached 1.4.5, btw.

Thanks,
Evan Elias

Original issue reported on code.google.com by evanjel...@gmail.com on 6 Dec 2010 at 10:51

GoogleCodeExporter commented 9 years ago
This was fixed in 83af8a219b42e0c46a8a7cfd5def27444c6fe78b (not yet in a 
release)

Original comment by dsalli...@gmail.com on 6 Dec 2010 at 11:23