YARN-4614. Fix random failure in TestApplicationPriority#testApplicationPriorityAllocationWithChangeInPriority. (Sunil G via rohithsharmaks)

(cherry picked from commit 99829eb221)
This commit is contained in:
rohithsharmaks 2016-01-23 07:56:15 +05:30
parent 1d19557dda
commit 280c9b8401
2 changed files with 3 additions and 1 deletions

View File

@ -1264,6 +1264,9 @@ Release 2.8.0 - UNRELEASED
YARN-4605. Spelling mistake in the help message of "yarn applicationattempt"
command. (Weiwei Yang via aajisaka)
YARN-4614. Fix random failure in TestApplicationPriority#testApplicationPriority
AllocationWithChangeInPriority. (Sunil G via rohithsharmaks)
Release 2.7.3 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -490,7 +490,6 @@ public class TestApplicationPriority {
RMApp app2 = rm.submitApp(1 * GB, appPriority2);
// kick the scheduler, 1 GB which was free is given to AM of App2
nm1.nodeHeartbeat(true);
MockAM am2 = MockRM.launchAM(app2, rm, nm1);
am2.registerAppAttempt();