hevinhsu opened a new pull request, #9855: URL: https://github.com/apache/ozone/pull/9855
## What changes were proposed in this pull request? `ContainerChecksumTreeManager` to handle missed block deletions from the deleted block ids. Please describe your PR in detail: During reconciliation with a peer, if deleted blocks are present on the peer but still exist locally, those blocks are deleted locally as well. This addresses cases where replicas may miss block delete transactions from SCM. * Introduce a `deleteBlockForReconciliation` method that invokes existing APIs (`deleteBlock`, `deleteUnreferenced`) to perform physical deletion and remove related metadata from RocksDB when necessary. * Add unit and integration tests. * Generated-by: GitHub Copilot with Claude Opus 4.6 (with manual tweaks) ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-11765 ## How was this patch tested? https://github.com/hevinhsu/ozone/actions/runs/22558617239 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
