YARN-9711. Missing spaces in NMClientImpl (#1177) Contributed by Charles Xu.
This commit is contained in:
parent
3b38f2019e
commit
9e6519a11a
@ -130,11 +130,11 @@ protected synchronized void cleanupRunningContainers() {
|
||||
} catch (YarnException e) {
|
||||
LOG.error("Failed to stop Container " +
|
||||
startedContainer.getContainerId() +
|
||||
"when stopping NMClientImpl");
|
||||
" when stopping NMClientImpl");
|
||||
} catch (IOException e) {
|
||||
LOG.error("Failed to stop Container " +
|
||||
startedContainer.getContainerId() +
|
||||
"when stopping NMClientImpl");
|
||||
" when stopping NMClientImpl");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user