mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 17:10:35 +00:00
Severity: low-to-medium - Remove redundant format() wrapping in debug log at consume_sstable() (low: one heap allocation per sstable consumed) - Move get_compactions(filter).size() inside is_enabled() guard in do_stop_ongoing_compactions() (medium: builds entire compaction vector just for .size() in log message) - Guard eager ::format() of descriptor.sstables with is_enabled(debug) (medium-high: formats entire sstable vector on every minor compaction) AI-assisted: OpenCode / Claude Opus 4.6 Signed-off-by: Yaniv Kaul <yaniv.kaul@scylladb.com>
120 KiB
120 KiB