Xiaobing Zhou created HDFS-10550: ------------------------------------ Summary: DiskBalancer: fix issue of order dependency in iteration in ReportCommand test Key: HDFS-10550 URL: https://issues.apache.org/jira/browse/HDFS-10550 Project: Hadoop HDFS Issue Type: Sub-task Reporter: Xiaobing Zhou Assignee: Xiaobing Zhou
TestDiskBalancerCommand#testReportNode assume order of result entries returned, however, DiskBalancerDataNode#volumeSets and DiskBalancerVolumeSet#volumes have no guarantee on the order since they are initialized as HashMap. The test should be fixed by not assuming the order. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org