Add containerId to Localizer failed logs. Contributed by Prabhu Joseph

(cherry picked from commit dcd99c4b9a)
This commit is contained in:
bibinchundatt 2017-11-06 22:39:10 +05:30
parent 8e9369d387
commit e49509f024
1 changed files with 1 additions and 1 deletions

View File

@ -1226,7 +1226,7 @@ public class ResourceLocalizationService extends CompositeService
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();