You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Shook (JIRA)" <ji...@apache.org> on 2016/05/11 20:29:12 UTC

[jira] [Created] (CASSANDRA-11753) cqlsh show sessions truncates time_elapsed values > 999999

Jonathan Shook created CASSANDRA-11753:
------------------------------------------

             Summary: 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


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)