Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 176 by evanjelias: Binary protocol: delete_hits and delete_misses
not incremented?
http://code.google.com/p/memcached/issues/detail?id=176
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