gianm opened a new pull request, #18557: URL: https://github.com/apache/druid/pull/18557
If a worker is interrupted while it was already stopping, this could lead to interruption of cleanup. This patch updates cleanup code to catch InterruptedException and then continue with cleanup. After cleanup is done, the thread's interrupt flag will be set. This fixes a regression introduced in #18095 that could lead to missing cleanup and leaking of resources. -- 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]
