srinivasst opened a new pull request #2564: URL: https://github.com/apache/hadoop/pull/2564
YARN-6483 introduced nodes that transitioned to DECCMISSIONING state to the list of updated nodes returned to the AM. This allows the Spark application master to gracefully decommission its containers on the decommissioning node. But if the node were to be recommissioned, the Spark application master would not be aware of this. This PR adds the recommissioned node to the list of updated nodes sent to the AM when a recommission node transition occurs. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
