Jason Lowe created YARN-4461:
--------------------------------
Summary: Redundant nodeLocalityDelay log in LeafQueue
Key: YARN-4461
URL: https://issues.apache.org/jira/browse/YARN-4461
Project: Hadoop YARN
Issue Type: Bug
Components: capacityscheduler
Affects Versions: 2.7.1
Reporter: Jason Lowe
Priority: Trivial
In LeafQueue#setupQueueConfigs there's a redundant log of nodeLocalityDelay:
{code}
"nodeLocalityDelay = " + nodeLocalityDelay + "\n" +
"labels=" + labelStrBuilder.toString() + "\n" +
"nodeLocalityDelay = " + nodeLocalityDelay + "\n" +
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)