mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 19:46:48 +00:00
Rather than using a std::optional<compacting_sstable_registration> for lazy construction, construct the object early and call register_compacting when the sstables to register are available. Signed-off-by: Benny Halevy <bhalevy@scylladb.com>