aswinshakil opened a new pull request, #8881: URL: https://github.com/apache/ozone/pull/8881
## What changes were proposed in this pull request? Currently the client will get an [IO_EXCEPTION](https://github.com/apache/ozone/blob/229e5c94eaf1f16b9dcfdb19d7cc5451d104a6dd/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/keyvalue/KeyValueHandler.java#L794) result code when [requesting](https://github.com/apache/ozone/blob/8768d048160a6b3761ddc2938d7287f9cd609e04/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/checksum/ContainerChecksumTreeManager.java#L366) the merkle tree of a peer that has not been generated yet. If the container is not open, have the peer build the merkle tree from metadata and return this instead. This change builds merkle tree if it's not available. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-12990 ## How was this patch tested? Existing tests. -- 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]
