mirror of
https://github.com/apache/druid.git
synced 2025-03-02 07:19:14 +00:00
RemoteTaskActionClient: Better logging
This commit is contained in:
parent
34d6b3a7f0
commit
765e70bc8e
@ -82,6 +82,8 @@ public class RemoteTaskActionClient implements TaskActionClient
|
||||
|
||||
return jsonMapper.convertValue(responseDict.get("result"), taskAction.getReturnTypeReference());
|
||||
} catch(IOException e) {
|
||||
log.warn(e, "Exception submitting action for task: %s", task.getId());
|
||||
|
||||
if (retryPolicy.hasExceededRetryThreshold()) {
|
||||
throw e;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user