[ 
https://issues.apache.org/jira/browse/YARN-5128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wilfred Spiegelenburg reassigned YARN-5128:
-------------------------------------------

    Assignee: Wilfred Spiegelenburg

> Investigate potential race condition in the scheduler nodeUpdate() method
> -------------------------------------------------------------------------
>
>                 Key: YARN-5128
>                 URL: https://issues.apache.org/jira/browse/YARN-5128
>             Project: Hadoop YARN
>          Issue Type: Task
>            Reporter: Ray Chiang
>            Assignee: Wilfred Spiegelenburg
>            Priority: Major
>
> This section of code exists in the various schedulers in the method 
> nodeUpdate():
> {code}
>     // If the node is decommissioning, send an update to have the total
>     // resource equal to the used resource, so no available resource to
>     // schedule.
>     // TODO: Fix possible race-condition when request comes in before
>     // update is propagated
>     if (nm.getState() == NodeState.DECOMMISSIONING) {
>       this.rmContext
>           .getDispatcher()
>           .getEventHandler()
>           .handle(
>               new RMNodeResourceUpdateEvent(nm.getNodeID(), ResourceOption
>                   .newInstance(getSchedulerNode(nm.getNodeID())
>                       .getAllocatedResource(), 0)));
>     }
> {code}
> Investigate the TODO section.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
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