Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query cancellation is not properly forwarded by Router #1802

Closed
drcrallen opened this issue Oct 2, 2015 · 0 comments
Closed

Query cancellation is not properly forwarded by Router #1802

drcrallen opened this issue Oct 2, 2015 · 0 comments
Labels

Comments

@drcrallen
Copy link
Contributor

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.

@drcrallen drcrallen added the Bug label Oct 2, 2015
@xvrl xvrl closed this as completed in 149333d Oct 30, 2015
drcrallen added a commit that referenced this issue Oct 30, 2015
forward cancellation request to all brokers, fixes #1802
xvrl added a commit to metamx/druid that referenced this issue Nov 4, 2015
gianm pushed a commit to gianm/druid that referenced this issue Dec 1, 2015
This was referenced Dec 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant