adelapena commented on code in PR #2303: URL: https://github.com/apache/cassandra/pull/2303#discussion_r1183624996
########## doc/modules/cassandra/pages/tools/sstable/sstablepartitions.adoc: ########## @@ -0,0 +1,174 @@ += sstabledump + +Identifies large partitions of SSTables and outputs the partition size in bytes, row count, cell count, and tombstone count. + +You can supply any number of sstables file paths, or directories containing sstables. Each sstable will be analyzed separately. + +Cassandra must be stopped before this tool is executed, or unexpected Review Comment: Talking about warnings, I have added a disclaimer saying that the regular output is not meant to be machine-readable, and that scripts should use the `--csv` flag. Maybe that could avoid the problems that we have recently had when changing the output of other tools. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

