jihoonson commented on a change in pull request #11643:
URL: https://github.com/apache/druid/pull/11643#discussion_r700616127



##########
File path: 
services/src/main/java/org/apache/druid/server/AsyncQueryForwardingServlet.java
##########
@@ -286,7 +286,7 @@ protected void service(HttpServletRequest request, 
HttpServletResponse response)
   private void broadcastQueryCancelRequest(HttpServletRequest request, Server 
targetServer)
   {
     // send query cancellation to all brokers this query may have gone to
-    // to keep the code simple, the proxy servlet will also send a request to 
the default targetServer.
+    // keep the code simple, the proxy servlet will also send a request to the 
default targetServer.

Review comment:
       Removed the comment.




-- 
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]

Reply via email to