Get correct latency for addEntry operations for JMX.
----------------------------------------------------
Key: BOOKKEEPER-194
URL: https://issues.apache.org/jira/browse/BOOKKEEPER-194
Project: Bookkeeper
Issue Type: Bug
Components: bookkeeper-server
Reporter: Sijie Guo
Assignee: Sijie Guo
Priority: Minor
Fix For: 4.1.0
currently we don't get the right latency value of add operations. we just
compute the latency that entry added to entry log files, but the response sent
back to clients only when entries are flushed to journals.
the right place to compute addEntry latency would be in the WriteCallback.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira