TaoYang526 commented on PR #7121:
URL: https://github.com/apache/hadoop/pull/7121#issuecomment-2506890772

   @zuston Thanks for the feedback.
   
   > Oh, I will we encoutered the similar problems about multi node placement 
about different resource spec. And I found some bugs about this features, 
please refer to: https://zuston.vercel.app/publish/hadoop-yarn/
   You are right, I have proposed to fix those bugs in YARN-9598, but it was in 
dispute after some discussions, and part of it were merged into community in 
YARN-11573 which you mentioned in your article. 
   FYI, when the scheduler found another node can place the pending request, 
reserved container for this request can be unreserved before assigning, you can 
see the details in RegularContainerAllocator#assignContainer.
   
   >BTW, I think the node sorting policy could be extended by ourself, there is 
no necessary to change the default policy.
   This PR doesn't change the default policy, just add a new policy can be 
configured to use.


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