mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
propagate_replacement is used by incremental compaction to notify ongoing compaction about sstable list updates, such that the ongoing job won't hold reference to exhausted sstables. So it needs to switch to table_state, too. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com>