minni31 commented on a change in pull request #3779:
URL: https://github.com/apache/hadoop/pull/3779#discussion_r789040845
##########
File path:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/scheduler/ContainerScheduler.java
##########
@@ -429,6 +480,21 @@ private boolean
resourceAvailableToStartContainer(Container container) {
return this.utilizationTracker.hasResourcesAvailable(container);
}
+ private boolean resourceAvailableToQueueOppContainer(
Review comment:
I checked code and looks like it is same case with existing code also. I
think there is scope of improvement there and that can be handle as separate
jira. @goiri what do you think ?
--
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]