mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 11:55:15 +00:00
Changes delete/close queue, as well as deletetion queue into one, using named_file objects + marker. Recycle list now also contains said named file type. This removes the need to re-eval file sizes on disk when deleting etc, which in turn means we can dispose of recalculate_footprint on errors, thus making things simpler and safer.