afchung opened a new pull request #3779:
URL: https://github.com/apache/hadoop/pull/3779


   ### Description of PR
   * Adds queueing policies `BY_RESOURCES` and `BY_QUEUE_LEN` at the NM
   * If `BY_RESOURCES` is specified, the NM will queue as long as it has
   enough resources to run all pending + running containers, otherwise, it
   will reject the OPPORTUNISTIC container
   * If BY_QUEUE_LEN is specified, the NM will only accept as many
   containers as its queue capacity is configured
   * Restructure `TestContainerSchedulerQueueing` to accommodate different
   queueing policies at the NM
   
   ### How was this patch tested?
   * Unit tests
   * Deployment to production
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to