abhishekagarwal87 commented on code in PR #15925:
URL: https://github.com/apache/druid/pull/15925#discussion_r1494039204
##########
server/src/main/java/org/apache/druid/discovery/BrokerClient.java:
##########
@@ -99,6 +99,10 @@ public String sendQuery(final Request request) throws
Exception
if (throwable instanceof ExecutionException) {
return throwable.getCause() instanceof IOException ||
throwable.getCause() instanceof ChannelException;
}
+ if (throwable instanceof DruidException) {
Review Comment:
why was it flaky instead of failing all the time?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]