aswinshakil opened a new pull request, #8904: URL: https://github.com/apache/ozone/pull/8904
## What changes were proposed in this pull request? Currently, when a container moves from open to any non-open state we use the RocksDB metadata to generate the merkle tree. For unhealthy containers, this may not be reliable, and there may be issues with the data as well. We should create a merkle tree from the container scan and update the existing tree created using the metadata. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-13084 ## How was this patch tested? Added Unit test. -- 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]
