YARN-1928. Fixed a race condition in TestAMRMRPCNodeUpdates which caused it to fail occassionally. Contributed by Zhijie Shen.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1587114 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c6b70f4760
commit
eb7b33c298
@ -121,6 +121,9 @@ Release 2.4.1 - UNRELEASED
|
|||||||
YARN-1933. Fixed test issues with TestAMRestart and TestNodeHealthService.
|
YARN-1933. Fixed test issues with TestAMRestart and TestNodeHealthService.
|
||||||
(Jian He via vinodkv)
|
(Jian He via vinodkv)
|
||||||
|
|
||||||
|
YARN-1928. Fixed a race condition in TestAMRMRPCNodeUpdates which caused it
|
||||||
|
to fail occassionally. (Zhijie Shen via vinodkv)
|
||||||
|
|
||||||
Release 2.4.0 - 2014-04-07
|
Release 2.4.0 - 2014-04-07
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -115,6 +115,7 @@ public void testAMRMUnusableNodes() throws Exception {
|
|||||||
MockNM nm2 = rm.registerNode("127.0.0.2:1234", 10000);
|
MockNM nm2 = rm.registerNode("127.0.0.2:1234", 10000);
|
||||||
MockNM nm3 = rm.registerNode("127.0.0.3:1234", 10000);
|
MockNM nm3 = rm.registerNode("127.0.0.3:1234", 10000);
|
||||||
MockNM nm4 = rm.registerNode("127.0.0.4:1234", 10000);
|
MockNM nm4 = rm.registerNode("127.0.0.4:1234", 10000);
|
||||||
|
dispatcher.await();
|
||||||
|
|
||||||
RMApp app1 = rm.submitApp(2000);
|
RMApp app1 = rm.submitApp(2000);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user