mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 08:23:29 +00:00
When delaying a base write, there is no need to hold on to the mutation if all replicas have already replied. We introduce mutation_holder::release_mutation(), which frees the mutations that are no longer needed during the rest of the delay. Signed-off-by: Duarte Nunes <duarte@scylladb.com>