sstable-compaction-manager-copies-list

Status: IN

`CompactionManager.get_sstables()` returns `list(self._sstables)` (a shallow copy), preventing iterator invalidation from concurrent mutation but not preventing file-deletion races on the underlying SSTable files

Source: entries/2026/05/29/topic-superversion-refcount-implementation.md

JSON