slfan1989 opened a new pull request, #4412: URL: https://github.com/apache/hadoop/pull/4412
JIRA:HDFS-16624. Fix org.apache.hadoop.hdfs.tools.TestDFSAdmin#testAllDatanodesReconfig ERROR. [HDFS-16619](https://issues.apache.org/jira/browse/HDFS-16619) found an error message during Junit unit testing, as follows: ``` expected:<[SUCCESS: Changed property dfs.datanode.peer.stats.enabled]> but was:<[ From: "false"]> ``` After code debugging, it was found that there was an error in the selection outs.get(2) of the assertion(1208), index should be equal to 1. Please see jira for details. -- 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]
