mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
Tablet merge of base tables is only safe if there is at most one replica in each rack. For more details on why it is the case please see scylladb/scylladb#17265. If the rf-rack-valid-keyspaces is turned on, this condition is satisfied, so allow it in that case. Fixes: scylladb/scylladb#26273 Marked for backport to 2025.4 as MVs are getting un-experimentaled there. Closes scylladb/scylladb#26278 * github.com:scylladb/scylladb: test: mv: add a test for tablet merge tablet_allocator, tests: remove allow_tablet_merge_with_views injection tablet_allocator: allow merges in base tables if rf-rack-valid=true