Revert "YARN-1299. Improve a log message in AppSchedulingInfo by adding application id. Contributed by Ashutosh Jindal and devaraj."
This reverts commit 67e3a77720
.
This commit is contained in:
parent
67e3a77720
commit
42368b91c4
|
@ -262,9 +262,6 @@ Release 2.7.0 - UNRELEASED
|
||||||
YARN-3203. Correct a log message in AuxServices. (Brahma Reddy Battula
|
YARN-3203. Correct a log message in AuxServices. (Brahma Reddy Battula
|
||||||
via ozawa)
|
via ozawa)
|
||||||
|
|
||||||
YARN-1299. Improve a log message in AppSchedulingInfo by adding application
|
|
||||||
id. (Ashutosh Jindal and devaraj via ozawa)
|
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
YARN-2990. FairScheduler's delay-scheduling always waits for node-local and
|
YARN-2990. FairScheduler's delay-scheduling always waits for node-local and
|
||||||
|
|
|
@ -176,8 +176,7 @@ public class AppSchedulingInfo {
|
||||||
|
|
||||||
// Similarly, deactivate application?
|
// Similarly, deactivate application?
|
||||||
if (request.getNumContainers() <= 0) {
|
if (request.getNumContainers() <= 0) {
|
||||||
LOG.info("checking for deactivate of application :"
|
LOG.info("checking for deactivate... ");
|
||||||
+ this.applicationId);
|
|
||||||
checkForDeactivation();
|
checkForDeactivation();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue