Files
scylladb/compaction
Botond Dénes 7be054dda9 compaction_garbage_collector: pass collection_mutation to collect()
Change the collection overload of compaction_garbage_collector::collect()
to accept a collection_mutation (a serialized blob) instead of
collection_mutation_description (an owned, deserialized
representation).
Change collection_mutation_description::compact_and_expire() (the only
user) to build a serialized collection_mutation, with the new
collection_mutation_writer directly.

Allows dropping collection_mutation_description from the
compaction_garbage_collector interface, getting us one step closer to
removing it.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-21 08:34:21 +03:00
..
2026-04-12 19:46:33 +03:00
2026-04-12 19:46:33 +03:00