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 @@ public class NodeAttributesManagerImpl extends NodeAttributesManager {
|
|||
logMsg.append("] ,");
|
||||
}
|
||||
|
||||
LOG.info(logMsg);
|
||||
if (LOG.isDebugEnabled()) {
|
||||
LOG.debug(logMsg);
|
||||
}
|
||||
|
||||
if (null != dispatcher && NodeAttribute.PREFIX_CENTRALIZED
|
||||
.equals(attributePrefix)) {
|
||||
|
|
Loading…
Reference in New Issue