HDFS-11101. TestDFSShell#testMoveWithTargetPortEmpty fails intermittently. Contributed By Brahma Reddy Battula.
(cherry picked from commit f92206774899b84e8abaecdf97399b65e0995ed8)
This commit is contained in:
parent
23ddb98e1b
commit
ce4cd98784
@ -760,7 +760,7 @@ public void testMoveWithTargetPortEmpty() throws Exception {
|
|||||||
.format(true)
|
.format(true)
|
||||||
.numDataNodes(2)
|
.numDataNodes(2)
|
||||||
.nameNodePort(ServerSocketUtil.waitForPort(
|
.nameNodePort(ServerSocketUtil.waitForPort(
|
||||||
HdfsClientConfigKeys.DFS_NAMENODE_RPC_PORT_DEFAULT, 10))
|
HdfsClientConfigKeys.DFS_NAMENODE_RPC_PORT_DEFAULT, 60))
|
||||||
.waitSafeMode(true)
|
.waitSafeMode(true)
|
||||||
.build();
|
.build();
|
||||||
FileSystem srcFs = cluster.getFileSystem();
|
FileSystem srcFs = cluster.getFileSystem();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user