abhishekagarwal87 commented on issue #14514: URL: https://github.com/apache/druid/issues/14514#issuecomment-1651164112
yeah. I think that the historical thread is running a CPU-intensive operation and hence is not getting interrupted. So having a check of nature `Thread.currentThread().isInterrupted()` will help. This is something that `PostJoinCursor#advance` already does. So that means, `advanceUninterruptibly` is running for more than 10 hours. -- 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]
