[ 
https://issues.apache.org/jira/browse/CASSANDRA-3460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13465169#comment-13465169
 ] 

Hudson commented on CASSANDRA-3460:
-----------------------------------

Integrated in Cassandra #2192 (See 
[https://builds.apache.org/job/Cassandra/2192/])
    display elapsed time in 2 fraction digits in cli; patch by Radim Kolar, 
reviewed by yukim for CASSANDRA-3460 (Revision 
c7ce11f0031c81311a359de03380860fa4e366a5)

     Result = ABORTED
yukim : 
Files : 
* src/java/org/apache/cassandra/cli/CliClient.java
* CHANGES.txt

                
> Increase precision of elapsed time in casandra-cli
> --------------------------------------------------
>
>                 Key: CASSANDRA-3460
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3460
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Tools
>            Reporter: Radim Kolar
>            Assignee: Radim Kolar
>            Priority: Minor
>              Labels: cli
>             Fix For: 1.1.6
>
>         Attachments: cassandra-nanoseconds.txt
>
>
> Cassandra often return response in less then < 1 ms
> from another datacenter
> [default@test] get sipdb[23];
> Returned 0 results.
> Elapsed time: 219 msec(s).
> from own dataceter
> [default@test] get sipdb[13];
> Returned 0 results.
> Elapsed time: 0 msec(s).
> Precession of this timer needs to be increased a bit, while looking at 
> network latency adding 1 number should be enough like : 0.2 ms should be 
> sufficient. 
> It would be good to display sub milliseconds only if time elapsed is < 1 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

Reply via email to