mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-03 13:37:04 +00:00
Theoretically, one could want to repair a single host *and* all the hosts in one or more other data centers which don't include this host. However, Cassandra's "nodetool repair" explicitly does not allow this, and fails if given a list of data centers (via the "-dc" option) which doesn't include the host starting the repair. So we need to behave like "nodetool repair" and fail in this case too. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <1453037016-25775-1-git-send-email-nyh@scylladb.com>