acherla commented on issue #12721: URL: https://github.com/apache/druid/issues/12721#issuecomment-1171077002
Being able to cancel a query via the console is not the same as the request above. Cancelling a query via the console only works for when executing a query in the webconsole itself. The requirement above is for cancelling any query thats executed against the druid brokers, and specifically to display which queries are currently running against the druid cluster. Queries can run from a few seconds to a few minutes for larger queries. In either situation having a view in the web UI that displays what queries are running vs which queries are timing out/erroring is pretty critical. -- 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]
