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>