HDFS-9779 . TestReplicationPolicyWithNodeGroup NODE variable picks wrong rack value. Contributed by Kuhu Shukla.

(cherry picked from commit a7fce9ab41)

Conflicts:
	hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
This commit is contained in:
Kihwal Lee 2016-02-11 08:15:35 -06:00
parent 4737d46861
commit a30043ca26
2 changed files with 5 additions and 1 deletions

View File

@ -95,6 +95,10 @@ Release 2.7.3 - UNRELEASED
HDFS-9752. Permanent write failures may happen to slow writers during
datanode rolling upgrades (Walter Su via kihwal)
HDFS-9779 . TestReplicationPolicyWithNodeGroup NODE variable picks wrong rack value
(Kuhu Shukla via umamahesh)
HDFS-9784. Example usage is not correct in Transparent Encryption document.
(Takashi Ohnishi via aajisaka)

View File

@ -115,7 +115,7 @@ public class TestReplicationPolicyWithNodeGroup {
};
private final static DatanodeDescriptor NODE =
new DatanodeDescriptor(DFSTestUtil.getDatanodeDescriptor("9.9.9.9", "/d2/r4/n7"));
DFSTestUtil.getDatanodeDescriptor("9.9.9.9", "/d2/r4/n7");
private static final DatanodeStorageInfo[] storagesForDependencies;
private static final DatanodeDescriptor[] dataNodesForDependencies;