aryangupta1998 opened a new pull request, #11044: URL: https://github.com/apache/ozone/pull/11044
## What changes were proposed in this pull request? If any of the block-level verifications for a key report that the block was not found on the datanode, the driver should fetch the key location info from OM again forcing a cache refresh and re-run all block level checks. If they fail again, consider the failure legitimate. This is similar to what currently happens on the [main read path](https://github.com/apache/ozone/blob/a0c07c5a0aae76b2249370cdd6a305e690417210/hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/rpc/RpcClient.java#L2230). ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-12865 ## How was this patch tested? Tested Manually. -- 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]
