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

(cherry picked from commit 91828fef6b)
This commit is contained in:
Jason Lowe 2015-12-16 23:22:31 +00:00
parent 74a011d73a
commit fad2c5b862
2 changed files with 3 additions and 1 deletions

View File

@ -1099,6 +1099,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

View File

@ -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" +