io.druid.server.AsyncQueryForwardingServlet does not attempt to make sure a query cancellation is received by proper broker. Instead of forwarding the cancellation DELETE to the proper broker, it will choose the default broker and send the delete to that one.
io.druid.server.AsyncQueryForwardingServletdoes not attempt to make sure a query cancellation is received by proper broker. Instead of forwarding the cancellation DELETE to the proper broker, it will choose the default broker and send the delete to that one.