errose28 opened a new pull request, #7694: URL: https://github.com/apache/ozone/pull/7694
## What changes were proposed in this pull request? - Rename `ContainerMerkleTree` to `ContainerMerkleTreeWriter` to better reflect its purpose. - Add `data` prefix to all checksum fields in the tree to differentiate them from other checksum types like metadata checksums that might be added later. - Aggregate chunk checksums as they are added as leaves to the tree to reduce scanner memory footprint. We no longer need to hold every `ChunkInfo` object from the container in memory while the tree is being built. ## What is the link to the Apache JIRA HDDS-12079 ## How was this patch tested? Existing tests must pass. No behavioral change is expected. -- 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]
