YARN-8174. Add containerId to ResourceLocalizationService fetch failure log statement. Contributed by Prabhu Joseph.
This commit is contained in:
parent
bc27f7fb6d
commit
b939ae98e6
|
@ -1185,7 +1185,7 @@ public class ResourceLocalizationService extends CompositeService
|
|||
break;
|
||||
case FETCH_FAILURE:
|
||||
final String diagnostics = stat.getException().toString();
|
||||
LOG.warn(req + " failed: " + diagnostics);
|
||||
LOG.warn("{} failed for {} : {}", req, localizerId, diagnostics);
|
||||
fetchFailed = true;
|
||||
tracker.handle(new ResourceFailedLocalizationEvent(req,
|
||||
diagnostics));
|
||||
|
|
Loading…
Reference in New Issue