mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 03:20:37 +00:00
SStables: put memtable replay_position in metadata on write
This commit is contained in:
@@ -1308,6 +1308,7 @@ void sstable::prepare_write_components(::mutation_reader mr, uint64_t estimated_
|
||||
}
|
||||
|
||||
future<> sstable::write_components(const memtable& mt) {
|
||||
_collector.set_replay_position(mt.replay_position());
|
||||
return write_components(mt.make_reader(),
|
||||
mt.partition_count(), mt.schema());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user