mirror of https://github.com/apache/druid.git
IndexerCoordinatorResource: Log when remote task action fails
This commit is contained in:
parent
30d98f56c1
commit
6d1cb1bfc1
|
@ -267,6 +267,7 @@ public class IndexerCoordinatorResource
|
|||
retMap.put("result", ret);
|
||||
}
|
||||
catch (IOException e) {
|
||||
log.warn(e, "Failed to perform task action");
|
||||
return Response.serverError().build();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue