mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 20:16:43 +00:00
This patch adds a cluster feature to enable correct serialization of non-compound range tombstones. We thus support rollbacks during an upgrade, as we will only change range tombstone serialization when the cluster is fully upgraded and all nodes are capable of reading the new format. Signed-off-by: Duarte Nunes <duarte@scylladb.com>