You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Tyler Hobbs (JIRA)" <ji...@apache.org> on 2014/07/30 01:14:38 UTC

[jira] [Created] (CASSANDRA-7645) cqlsh: show partial trace if incomplete after max_trace_wait

Tyler Hobbs created CASSANDRA-7645:
--------------------------------------

             Summary: cqlsh: show partial trace if incomplete after max_trace_wait
                 Key: CASSANDRA-7645
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7645
             Project: Cassandra
          Issue Type: Improvement
          Components: Tools
            Reporter: Tyler Hobbs
            Assignee: Tyler Hobbs
            Priority: Trivial
             Fix For: 2.1.1


If a trace hasn't completed within {{max_trace_wait}}, cqlsh will say the trace is unavailable and not show anything.  It (and the underlying python driver) determines when the trace is complete by checking if the {{duration}} column in {{system_traces.sessions}} is non-null.  If {{duration}} is null but we still have some trace events when the timeout is hit, cqlsh should print whatever trace events we have along with a warning about it being incomplete.



--
This message was sent by Atlassian JIRA
(v6.2#6252)