I understand it that the fix has not been deployed in 1.99.3 yet.
d62e81b storagenode/retain: store bloomfilter on disk
So until v1.101 storagenode updates can interrupt the deletes by bloomfilter and if that happens they will not resume?

See the commit below. Recent improvements make it possible to:
- save bloom filter locally (and start from the beginning if it’s not finished).
- resume deletion process
Will be deployed with version 1.101 ?
Does this include a log information that these processes start resumed. That would be helpful to track that it is working.