Files
scylladb/service
Duarte Nunes 2d7c026d6e service/storage_proxy: Release mutation as early as possible
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>
2018-12-19 22:38:30 +00:00
..