YARN-4461. Redundant nodeLocalityDelay log in LeafQueue. Contributed by Eric Payne
(cherry picked from commit 91828fef6b9314f72d1f973f00e81404dc6bba91) Conflicts: hadoop-yarn-project/CHANGES.txt
This commit is contained in:
parent
753c9292c2
commit
d939c23cc1
@ -1048,6 +1048,9 @@ Release 2.8.0 - UNRELEASED
|
|||||||
YARN-4402. TestNodeManagerShutdown And TestNodeManagerResync fails with
|
YARN-4402. TestNodeManagerShutdown And TestNodeManagerResync fails with
|
||||||
bind exception. (Brahma Reddy Battula via jianhe)
|
bind exception. (Brahma Reddy Battula via jianhe)
|
||||||
|
|
||||||
|
YARN-4461. Redundant nodeLocalityDelay log in LeafQueue (Eric Payne via
|
||||||
|
jlowe)
|
||||||
|
|
||||||
Release 2.7.3 - UNRELEASED
|
Release 2.7.3 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -256,7 +256,6 @@ protected synchronized void setupQueueConfigs(Resource clusterResource)
|
|||||||
" [= configuredAcls ]" + "\n" +
|
" [= configuredAcls ]" + "\n" +
|
||||||
"nodeLocalityDelay = " + nodeLocalityDelay + "\n" +
|
"nodeLocalityDelay = " + nodeLocalityDelay + "\n" +
|
||||||
"labels=" + labelStrBuilder.toString() + "\n" +
|
"labels=" + labelStrBuilder.toString() + "\n" +
|
||||||
"nodeLocalityDelay = " + nodeLocalityDelay + "\n" +
|
|
||||||
"reservationsContinueLooking = " +
|
"reservationsContinueLooking = " +
|
||||||
reservationsContinueLooking + "\n" +
|
reservationsContinueLooking + "\n" +
|
||||||
"preemptionDisabled = " + getPreemptionDisabled() + "\n" +
|
"preemptionDisabled = " + getPreemptionDisabled() + "\n" +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user