mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 20:05:10 +00:00
Consolidate shard_based_splitting_writer::shard_writer and timestamp_based_splitting_writer::bucket_writer common code into mutation_writer::bucket_writer. This provides a common place to handle consume_end_of_stream() and abort(), and in particular the handling of the underlying _conmsumer_fut. Signed-off-by: Benny Halevy <bhalevy@scylladb.com>