ChenSammi opened a new pull request #1143: Ozone Read fails with StatusRunTimeExceptions after 2 datanode fail i… URL: https://github.com/apache/hadoop/pull/1143 …n Ratis pipeline https://issues.apache.org/jira/browse/HDDS-1809 This issue is fixed by the code change in https://issues.apache.org/jira/browse/HDDS-1713. Previously network topology use Ipaddress as the node key in topology cluster, which results that three sorted Datanodes are the same node. Now datanode uuid is used as the node key in topology cluster, so sorted Datanodes will be three different nodes now.
---------------------------------------------------------------- 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]
