You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jane Deng (Jira)" <ji...@apache.org> on 2020/04/13 17:29:00 UTC

[jira] [Created] (CASSANDRA-15719) The primary range repair should be run on every datacenter

Jane Deng created CASSANDRA-15719:
-------------------------------------

             Summary: The primary range repair should be run on every datacenter
                 Key: CASSANDRA-15719
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15719
             Project: Cassandra
          Issue Type: Bug
          Components: Documentation/Blog
            Reporter: Jane Deng


In the Cassandra document page: [http://cassandra.apache.org/doc/latest/operating/repair.html], there is an explanation which makes confusion on users' side:
{quote}The {{-pr}} flag will only repair the “primary” ranges on a node, so you can repair your entire cluster by running {{nodetool repair -pr}} on each node in a single datacenter.
{quote}
This made confusion that "running nodetool repair -pr on each node in a single DC" was sufficient to do a full repair on a multi-DC cluster.

The correct way to use the primary range repair should be
{quote}if you are using “nodetool repair -pr” you must run it on *EVERY* node in *EVERY* data center, no skipping allowed.
{quote}
Please make a doc fix. Thanks.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org