mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 20:16:43 +00:00
When reshaping TWCS table in relaxed mode, which is the case for offstrategy and boot, disjoint tolerance is too strict, which can lead those processes to do more work than needed. Let's increase the tolerance to max threshold, which will limit the amount of sstables opened in compaction to a reasonable amount. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com> Message-Id: <20211130132538.56285-1-raphaelsc@scylladb.com>