|
@@ -981,7 +981,7 @@ public class ResourceLocalizationService extends CompositeService
|
|
|
case FETCH_FAILURE:
|
|
|
final String diagnostics = stat.getException().toString();
|
|
|
LOG.warn(req + " failed: " + diagnostics);
|
|
|
- response.setLocalizerAction(LocalizerAction.DIE);
|
|
|
+ action = LocalizerAction.DIE;
|
|
|
getLocalResourcesTracker(req.getVisibility(), user, applicationId)
|
|
|
.handle(new ResourceFailedLocalizationEvent(
|
|
|
req, diagnostics));
|