From db7f15dcd5e7770a2959ca8989409b6629d10450 Mon Sep 17 00:00:00 2001 From: Ben Slater Date: Tue, 15 Jun 2021 21:51:37 +1000 Subject: [PATCH] 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 --- doc/source/tools/sstable/sstableloader.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/tools/sstable/sstableloader.rst b/doc/source/tools/sstable/sstableloader.rst index a9b37342c3..ce0feee600 100644 --- a/doc/source/tools/sstable/sstableloader.rst +++ b/doc/source/tools/sstable/sstableloader.rst @@ -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 ^^^^^