You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Matt Stump (JIRA)" <ji...@apache.org> on 2014/02/25 04:57:21 UTC

[jira] [Created] (CASSANDRA-6767) sstablemetadata should print minimum timestamp

Matt Stump created CASSANDRA-6767:
-------------------------------------

             Summary: sstablemetadata should print minimum timestamp
                 Key: CASSANDRA-6767
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6767
             Project: Cassandra
          Issue Type: Improvement
          Components: Tools
            Reporter: Matt Stump


sstablemetadata should print the minimum timestamp in addition to the maximum timestamp of an sstable. Both are needed to debug the TTL related enhancements to compaction introduced as part of CASSANDRA-5228.

Per Marcus's instruction:
Add "out.printf("Minimum timestamp: %s%n", stats.minTimestamp);" to SSTableMetadataViewer.java



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)