Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
add missing bufferevent_disable for connections that complete to send new requests
- Loading branch information
bec9cc4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi,
The latest memtier_benchmark shows the 'All Stats' output containing all zeros for all the columns except 'Latency', like this:
I have done the git bisect and it pointed to this commit:
I'm not familiar with the code base, but by commenting out the bufferevent_disable() call, I see that the output now shows all the columns:
Regards,
Subhash