mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 08:30:35 +00:00
With tablets, we don't use vnode-oriented sstable cleanup. So let's just remove unused code and bail out silently if sharding is tablet based. The reason for silence is that we don't want to break tests that might be reused for tablets, and it's not a problem for sstable cleanup to be ignored with tablets. This approach is actually already used in the higher level code, implementing the cleanup API. Signed-off-by: Raphael S. Carvalho <raphaelsc@scylladb.com> Closes scylladb/scylladb#17296