mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 12:06:44 +00:00
This requires a change in a repair that uses selective_token_range_sharder. Repair performs operation on a set of tables. We will have to make sure that all of that tables use the same partitioner. This is achieved by adding a check to a repair_info constructor. Signed-off-by: Piotr Jastrzebski <piotr@scylladb.com>