[ 
https://issues.apache.org/jira/browse/YARN-7372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16213265#comment-16213265
 ] 

Haibo Chen commented on YARN-7372:
----------------------------------

Thanks [~asuresh] for the review! Will check it in shortly.

> TestContainerSchedulerQueuing.testContainerUpdateExecTypeGuaranteedToOpportunistic
>  is flaky 
> --------------------------------------------------------------------------------------------
>
>                 Key: YARN-7372
>                 URL: https://issues.apache.org/jira/browse/YARN-7372
>             Project: Hadoop YARN
>          Issue Type: Bug
>          Components: nodemanager
>    Affects Versions: 3.0.0-alpha3
>            Reporter: Haibo Chen
>            Assignee: Haibo Chen
>              Labels: unit-test
>         Attachments: YARN-7372.00.patch, YARN-7372.01.patch
>
>
> 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 
> {code} Assert.assertEquals(ExecutionType.OPPORTUNISTIC, 
> status.getExecutionType());{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to