Clarify in the documentation that "Cassandra must be stopped" applies to the source cluster for sstableloader

patch by Ben Slater; reviewed by Stefan Miklosovic for CASSANDRA-16746
This commit is contained in:
Ben Slater 2021-06-15 21:51:37 +10:00 committed by Stefan Miklosovic
parent e1f7691bd5
commit db7f15dcd5
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ To avoid having the sstable files to be loaded compacted while reading them, pla
ref: https://issues.apache.org/jira/browse/CASSANDRA-1278
Cassandra must be stopped before this tool is executed, or unexpected results will occur. Note: the script does not verify that Cassandra is stopped.
If loading directly from a source cluster, Cassandra must be stopped on the source cluster before this tool is executed, or unexpected results will occur. Note: the script does not verify that Cassandra is stopped.
Usage
^^^^^