dylanwong250 commented on PR #53313: URL: https://github.com/apache/spark/pull/53313#issuecomment-3633496779
@micheal-o I made some changes to fix the root cause of the interrupted exception. It happens when the executor interrupts the task thread by setting its interrupt flag, and awaitResult() checks this flag before waiting, throwing InterruptedException immediately if set. PTAL. Thanks -- 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]
