driftx commented on code in PR #2303: URL: https://github.com/apache/cassandra/pull/2303#discussion_r1182951983
########## doc/modules/cassandra/pages/tools/sstable/sstablepartitions.adoc: ########## @@ -0,0 +1,174 @@ += sstabledump Review Comment: "typo" ########## 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: Is this true? -- 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]

