YARN-8970. Improve the debug message in CS#allocateContainerOnSingleNode. Contributed by Zhankun Tang.
(cherry picked from commit 5d6554c722f08f79bce904e021243605ee75bae3)
This commit is contained in:
parent
c3a0f07db0
commit
ddb349ceb3
@ -1387,8 +1387,8 @@ private CSAssignment allocateContainerOnSingleNode(
|
||||
.add(node.getUnallocatedResource(), node.getTotalKillableResources()),
|
||||
minimumAllocation) <= 0) {
|
||||
if (LOG.isDebugEnabled()) {
|
||||
LOG.debug("This node or this node partition doesn't have available or"
|
||||
+ "killable resource");
|
||||
LOG.debug("This node or node partition doesn't have available or" +
|
||||
" preemptible resource");
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user