tolbertam / sstable-tools

Tools for parsing, creating and doing other fun stuff with sstables
Apache License 2.0
162 stars 31 forks source link

Add --gc_grace_seconds option to describe #65

Closed tolbertam closed 7 years ago

tolbertam commented 7 years ago

As discussed in #60, the estimated tombstone drop times do not account for gc_grace_seconds because that information is not available in sstable files (see CASSANDRA-12208). Would be nice to add an option to describe to allow the user to pass in gc_grace_seconds so they the drop times can be offset by gc_grace_seconds.