sadanand48 opened a new pull request #833: HDDS-3314. scmcli container info command failing intermittently URL: https://github.com/apache/hadoop-ozone/pull/833 ## What changes were proposed in this pull request? scmcli info command fails intermittently on killing a datanode in a multinode setup as it uses the ratis pipeline.This was because the query happens only on the leader node.The change is that the scm now queries different datanodes in case of failure through the grpcClient. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-3314 ## How was this patch tested? Manual 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
