Prechádzať zdrojové kódy

YARN-4461. Redundant nodeLocalityDelay log in LeafQueue. Contributed by Eric Payne

Jason Lowe 9 rokov pred
rodič
commit
91828fef6b

+ 3 - 0
hadoop-yarn-project/CHANGES.txt

@@ -1151,6 +1151,9 @@ Release 2.8.0 - UNRELEASED
     YARN-4416. Deadlock due to synchronised get Methods in AbstractCSQueue.
     (Naganarasimha G R via wangda)
 
+    YARN-4461. Redundant nodeLocalityDelay log in LeafQueue (Eric Payne via
+    jlowe)
+
 Release 2.7.3 - UNRELEASED
 
   INCOMPATIBLE CHANGES

+ 0 - 1
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/capacity/LeafQueue.java

@@ -253,7 +253,6 @@ public class LeafQueue extends AbstractCSQueue {
         " [= configuredAcls ]" + "\n" + 
         "nodeLocalityDelay = " + nodeLocalityDelay + "\n" +
         "labels=" + labelStrBuilder.toString() + "\n" +
-        "nodeLocalityDelay = " +  nodeLocalityDelay + "\n" +
         "reservationsContinueLooking = " +
         reservationsContinueLooking + "\n" +
         "preemptionDisabled = " + getPreemptionDisabled() + "\n" +