aryangupta1998 opened a new pull request, #5703: URL: https://github.com/apache/ozone/pull/5703
## What changes were proposed in this pull request? If we stop one or more replica datanodes of a key and then run the "ozone debug chunkinfo" command for that key then we get an Execution exception, `23/10/26 03:30:35 ERROR scm.XceiverClientGrpc: Failed to execute command GetBlock. Exception Class: java.util.concurrent.ExecutionException, Exception Message:` because we don't get any container response as we have shut down the datanode and so the pipeline is closed. The exception goes away when the dead node interval is met, i.e. after the datanode is marked closed a new pipeline is created. With this PR, we would not be getting the Execution exception. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-9542 ## How was this patch tested? Tested on a cluster. -- 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]
