[ https://issues.apache.org/jira/browse/CASSANDRA-11753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15287993#comment-15287993 ]
Stefania commented on CASSANDRA-11753: -------------------------------------- Thank you for the review. Committed to 2.2 as e8e917ff9fa47fd48b85f4cc767a61bf297b3225 and merged upwards. > cqlsh show sessions truncates time_elapsed values > 999999 > ---------------------------------------------------------- > > Key: CASSANDRA-11753 > URL: https://issues.apache.org/jira/browse/CASSANDRA-11753 > Project: Cassandra > Issue Type: Bug > Components: CQL, Observability, Testing, Tools > Reporter: Jonathan Shook > Assignee: Stefania > Labels: lhf > Fix For: 2.2.7, 3.7, 3.0.7 > > > Output from show session in cqlsh: > {quote} > Submit hint for /10.255.227.20 [EXPIRING-MAP-REAPER:1] | 2016-05-11 > 15:57:53.730000 | 10.255.226.163 | 283246 > {quote} > Output from select * from trace_events where session_id=(same as above): > {quote} > 1bbce5c0-1791-11e6-9598-3b9ec975a2e6 | 1ee37a20-1791-11e6-9598-3b9ec975a2e6 > | Submit hint for /10.255.227.20 | 10.255.226.163 | > 5283246 | EXPIRING-MAP-REAPER:1 > {quote} > Notice that the 5 (seconds) part is being truncated in the output. -- This message was sent by Atlassian JIRA (v6.3.4#6332)