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)