mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 20:05:10 +00:00
Turns out most of regular writer can be reused by GC writer, so let's merge the latter into the former. We gain a lot of simplification, lots of duplication is removed, and additionally, GC writer can now be enabled with interposer as it can be created on demand by each interposer consumer (will be done in a later patch). Refs #6472. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com> Message-Id: <20211119120841.164317-1-raphaelsc@scylladb.com>