mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 17:10:35 +00:00
When flushing range tombstones up to position_in_partition::after_all_clustered_rows(), the range_tombstone_change_generator now emits the closing range_tombstone_change, so there's no need for the upgrading_consumer to do so too. Signed-off-by: Benny Halevy <bhalevy@scylladb.com>