YARN-8970. Improve the debug message in CS#allocateContainerOnSingleNode. Contributed by Zhankun Tang.
This commit is contained in:
parent
ffc9c50e07
commit
5d6554c722
@ -1615,8 +1615,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…
Reference in New Issue
Block a user