YARN-8351. Node attribute manager logs are flooding RM logs. Contributed by Weiwei Yang.
This commit is contained in:
parent
8cf6a9a2bd
commit
76183428b7
@ -196,7 +196,9 @@ private void internalUpdateAttributesOnNodes(
|
|||||||
logMsg.append("] ,");
|
logMsg.append("] ,");
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG.info(logMsg);
|
if (LOG.isDebugEnabled()) {
|
||||||
|
LOG.debug(logMsg);
|
||||||
|
}
|
||||||
|
|
||||||
if (null != dispatcher && NodeAttribute.PREFIX_CENTRALIZED
|
if (null != dispatcher && NodeAttribute.PREFIX_CENTRALIZED
|
||||||
.equals(attributePrefix)) {
|
.equals(attributePrefix)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user