HDFS-9779 . TestReplicationPolicyWithNodeGroup NODE variable picks wrong rack value. Contributed by Kuhu Shukla.
This commit is contained in:
parent
a0fb2eff9b
commit
a7fce9ab41
@ -2721,6 +2721,9 @@ Release 2.8.0 - UNRELEASED
|
|||||||
HDFS-9760. WebHDFS AuthFilter cannot be configured with custom AltKerberos
|
HDFS-9760. WebHDFS AuthFilter cannot be configured with custom AltKerberos
|
||||||
auth handler (Ryan Sasson via aw)
|
auth handler (Ryan Sasson via aw)
|
||||||
|
|
||||||
|
HDFS-9779 . TestReplicationPolicyWithNodeGroup NODE variable picks wrong rack value
|
||||||
|
(Kuhu Shukla via umamahesh)
|
||||||
|
|
||||||
Release 2.7.3 - UNRELEASED
|
Release 2.7.3 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -101,7 +101,7 @@ DatanodeDescriptor[] getDatanodeDescriptors(Configuration conf) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
private final static DatanodeDescriptor NODE =
|
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 DatanodeStorageInfo[] storagesForDependencies;
|
||||||
private static final DatanodeDescriptor[] dataNodesForDependencies;
|
private static final DatanodeDescriptor[] dataNodesForDependencies;
|
||||||
|
Loading…
Reference in New Issue
Block a user