Add containerId to Localizer failed logs. Contributed by Prabhu Joseph

This commit is contained in:
bibinchundatt 2017-11-06 22:39:10 +05:30
parent 61bbdc511e
commit dcd99c4b9a

View File

@ -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();