Add containerId to Localizer failed logs. Contributed by Prabhu Joseph
This commit is contained in:
parent
61bbdc511e
commit
dcd99c4b9a
@ -1226,7 +1226,7 @@ public void run() {
|
||||
exception = e;
|
||||
} finally {
|
||||
if (exception != null) {
|
||||
LOG.info("Localizer failed", exception);
|
||||
LOG.info("Localizer failed for "+localizerId, exception);
|
||||
// On error, report failure to Container and signal ABORT
|
||||
// Notify resource of failed localization
|
||||
ContainerId cId = context.getContainerId();
|
||||
|
Loading…
Reference in New Issue
Block a user