Add containerId to Localizer failed logs. Contributed by Prabhu Joseph
(cherry picked from commit dcd99c4b9a
)
This commit is contained in:
parent
8e9369d387
commit
e49509f024
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue