YARN-4614. Fix random failure in TestApplicationPriority#testApplicationPriorityAllocationWithChangeInPriority. (Sunil G via rohithsharmaks)
(cherry picked from commit 99829eb221
)
This commit is contained in:
parent
1d19557dda
commit
280c9b8401
|
@ -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
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue