acherla opened a new issue, #12721: URL: https://github.com/apache/druid/issues/12721
### Description Add the ability in the web UI to view currently running SQL queries w/ the ability to cancel currently running queries (using the cancel query api introduced in druid 0.23.0). The UI at a bare minimum should include the Query Creation Time, QueryID, SQL Query Executed, Current Runtime, Status (RUNNING, CANCELLED), Return Code (200, 4xx, 5xxx etc...) ### Motivation The benefit of being able to view and/or cancel queries will allow the administrators of druid clusters to be able to better troubleshoot and debug SQL queries that are being executed against the druid platform in real time. Currently debugging queries executed against the druid cluster is a long and tedious process that requires manually linking the queryID to a given Broker for every request executed against the platform. This will simplify the overall troubleshooting experience and provide useful information for administrators to better manage the platform. -- 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]
