-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.0-alpha3
-
Fix Version/s: None
-
Component/s: nodemanager
-
Labels:
-
Target Version/s:
-
Hadoop Flags:Reviewed
testContainerUpdateExecTypeGuaranteedToOpportunistic waits for the container to be running before it sends container update request.
The container update is handled asynchronously in node manager, and it does not trigger visible state transition. If the node manager event
dispatch thread is slow, the unit test can fail at the the assertion
Assert.assertEquals(ExecutionType.OPPORTUNISTIC, status.getExecutionType());
- is part of
-
YARN-10255 fix intermittent failure TestContainerSchedulerQueuing.testContainerUpdateExecTypeGuaranteedToOpportunistic in branch-2.10
-
- Resolved
-