mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 20:27:03 +00:00
We need to notify the monitor that the offset tracker that we are using is about to be destroyed and will no longer be valid. While we could modify the file_writer interface so that we could capture the offset_tracker and take ownership of it - guaranteeing it is alive until we reach the existing on_write_completed(), this feels like a layer violation. It is also potentially useful in general to offer the monitor callers with knowledge that writing the data portion is done. Signed-off-by: Glauber Costa <glauber@scylladb.com>
2.4 KiB
2.4 KiB