holdenk commented on pull request #28370: URL: https://github.com/apache/spark/pull/28370#issuecomment-622203530
So I tried it out locally, and if instead of disabling the entire stop (we want to keep the interrupt call), we call interrupt & inside of the catch block with interrupt set stopped to true and remove the join call I had the executor exit successfully. Would you be willing to try that @prakharjain09 ? You can debug locally by running the test and seeing if there is any JVM worker hanging around after you run the test ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
