mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 11:30:36 +00:00
Add in repair another info message, "Endpoints ... and ... have ... range(s) out of sync for <column-family>", which the repair dtest expects. This patch is a kind of silly attempt to appease issue #81 (should we mark it fixed?). It's kind of silly, because without merkle trees (see issue #82), we really have no way of knowing if there's any differences between the two nodes, so we always say there is "1 range" difference. So if the dtest expects such a message *not* to appear (because there are no differences), it might fail. Signed-off-by: Nadav Har'El <nyh@cloudius-systems.com>