mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 12:06:44 +00:00
When nodetool repair is used with the combination of the "-pr" (primary range) and "-local" (only repair with nodes in the same DC) options, Scylla needs to define the "primary ranges" differently: Rather than assign one node in the entire cluster to be the primary owner of every token, we need one node in each data-center - so that a "-local" repair will cover all the tokens. Fixes #3557. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20180701132445.21685-1-nyh@scylladb.com>