adelapena commented on code in PR #2303:
URL: https://github.com/apache/cassandra/pull/2303#discussion_r1183575231


##########
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:
   I think it's not. That warning is present on the documentation for all the 
existing sstable tools. However, I think it's not necessary for read-only tools 
like the proposed `sstablepartitions`. If that's right, we probably should open 
a separate ticket to remove the message from those tools (it affects multiple 
branches).



-- 
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]

Reply via email to