still propagate log

This commit is contained in:
fjy 2014-09-12 11:43:42 -07:00
parent e62ed40d86
commit cbf5076961
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ public class DirectDruidClient<T> implements QueryRunner<T>
}
}
catch (IOException | InterruptedException | ExecutionException e) {
log.error(e, "Failure getting results from[%s]. Likely a timeout occurred.", url);
throw new RE(e, "Failure getting results from[%s]. Likely a timeout occurred.", url);
}
catch (CancellationException e) {
throw new QueryInterruptedException("Query cancelled");