You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/06/17 03:15:38 UTC

[GitHub] [hadoop] dpvelasquez opened a new pull request #976: YARN-2695. Added support for reservation continue looking with node labels

dpvelasquez opened a new pull request #976: YARN-2695. Added support for reservation continue looking with node labels
URL: https://github.com/apache/hadoop/pull/976
 
 
   When a resource deprived node is scheduled by resource manager,
   capacity scheduler will reserve a container on this node even though
   there are resources available on other nodes. Since reserved containers
   take up headroom, sometimes resources available on other nodes will
   never be utilized. After this change, headroom calculation will include
   resources that could be unreserved on other nodes in the same partition,
   and unreserve the container after allocation of another container on the
   scheduled node.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org