ydb-platform / nbs

Network Block Store
Apache License 2.0
50 stars 14 forks source link

Remove compaction map item if there are no blobs referencing it #1507

Open yegorskii opened 6 days ago

yegorskii commented 6 days ago

Due to old bugs it is possible that compaction map range has non-zero blobs counter but actually no mixed blobs are referencing this range. In this situation during compaction we should remove item from compaction map.