laneser kuo created CASSANDRA-4653:
--------------------------------------
Summary: nodetool cfstats Lantecy unit is wrong , it should be sec
(seconds) instead of ms (micro seconds)
Key: CASSANDRA-4653
URL: https://issues.apache.org/jira/browse/CASSANDRA-4653
Project: Cassandra
Issue Type: Bug
Components: Tools
Reporter: laneser kuo
Priority: Trivial
I was mislead by the nodetool cfstats Read Latency and Write Latency data.
Until I read the source code, it should display sec instead of ms.
for example:
outs.println("\t\tRead Latency: " + String.format("%01.3f",
cfstore.getRecentReadLatencyMicros() / 1000) + " ms.");
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira