mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-06 23:13:15 +00:00
Resharding is responsible for the scheduling the deletion of sstables resharded, but it was not refreshing the cache of the shards those sstables belong to, which means cache was incorrectly holding reference to them even after they were deleted. The consequence is sstables deleted by resharding not having their disk space freed until cache is refreshed by a subsequent procedure that triggers it. Fixes #5261. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com> Message-Id: <20191107193550.7860-1-raphaelsc@scylladb.com>
47 KiB
47 KiB