YARN-4387. Fix typo in FairScheduler log message. Contributed by Xin Wang.
This commit is contained in:
parent
8c0133f3d4
commit
28dfe721b8
|
@ -1064,6 +1064,8 @@ Release 2.8.0 - UNRELEASED
|
|||
YARN-4298. Fix findbugs warnings in hadoop-yarn-common.
|
||||
(Sunil G via aajisaka)
|
||||
|
||||
YARN-4387. Fix typo in FairScheduler log message. (Xin Wang via ozawa)
|
||||
|
||||
Release 2.7.3 - UNRELEASED
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -500,7 +500,7 @@ public class FairScheduler extends
|
|||
// containers on the RMNode (see SchedulerNode.releaseContainer()).
|
||||
completedContainer(container, status, RMContainerEventType.KILL);
|
||||
LOG.info("Killing container" + container +
|
||||
" (after waiting for premption for " +
|
||||
" (after waiting for preemption for " +
|
||||
(getClock().getTime() - time) + "ms)");
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue