beliefer commented on PR #44720: URL: https://github.com/apache/spark/pull/44720#issuecomment-1892272365
> If the interrupt happens while it's running the reload block, will the next call to sleep() yield an InterruptedException? the logic now depends on this Yes. sleep() always check the interrupt signal. -- 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]
