errose28 opened a new pull request, #8649: URL: https://github.com/apache/ozone/pull/8649
## What changes were proposed in this pull request? Change the deleted block list in the checksum info file to store `BlockMerkleTree` instead of just block ID. This allows us to use checksums as described in HDDS-13245. This PR just changes the proto and the code that interfaces with it. The translation that is currently happening is a placeholder until the functionality using this change is implemented in HDDS-13245. This PR also changes the `isHealthy` proto field to `checksumMatches` as suggested in the [mail thread for branch merge](https://lists.apache.org/thread/w4s0op1joqkk5t7v7rp58vfxqs88s01d). ## What is the link to the Apache JIRA HDDS-13288 ## How was this patch tested? No functionality is expected to change with this patch. Tests that were directly checking the proto were updated as needed. Otherwise existing tests should pass. -- 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]
