cryptoe opened a new pull request, #15059: URL: https://github.com/apache/druid/pull/15059
I was looking through some stack traces of the historical and I found some processing pool threads which were stuck due to : https://github.com/apache/druid/issues/14514. If we had query id in the thread name of the processing pool, it would have easier to locate the initial query which caused the historical to be stuck. This patch changes the name from `query.getType() + "_" + query.getDataSource() + "_" + query.getIntervals()` to `query.getId()` copying the same trick from how we rename jetty threads on the broker. -- 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]
