abhishekrb19 commented on code in PR #18639:
URL: https://github.com/apache/druid/pull/18639#discussion_r2434225833
##########
services/src/main/java/org/apache/druid/server/AsyncQueryForwardingServlet.java:
##########
@@ -760,13 +760,17 @@ public void onComplete(Result result)
return;
}
- boolean success = result.isSucceeded();
Review Comment:
Ah yes makes sense. Could you replace the `success &&
result.getResponse().getStatus() == Status.OK.getStatusCode()` you've
referenced with simply `success` now (since the logic is effectively the same)?
--
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]