mirror of https://github.com/apache/druid.git
address cr
This commit is contained in:
parent
1615e1ac63
commit
aa28bc0613
|
@ -343,7 +343,7 @@ public class DirectDruidClient<T> implements QueryRunner<T>
|
|||
}
|
||||
}
|
||||
catch (IOException | InterruptedException | ExecutionException e) {
|
||||
throw new RE(e, "Failure getting results from[%s]. Likely a timeout occurred.", url);
|
||||
throw new RE(e, "Failure getting results from[%s] because of [%s]", url, e.getMessage());
|
||||
}
|
||||
catch (CancellationException e) {
|
||||
throw new QueryInterruptedException("Query cancelled");
|
||||
|
|
Loading…
Reference in New Issue