sarutak commented on PR #53814: URL: https://github.com/apache/spark/pull/53814#issuecomment-3776546353
@Ngone51 > What errorInGuavaCache() really expects is InterruptedException. Shall we also fix it to check the wrapped InterruptedException? `errorInGuavaCache()` is called only when [depthToCheck >= 2](https://github.com/apache/spark/blob/a03bedb6c1281c5263a42bfd20608d2ee005ab05/core/src/test/scala/org/apache/spark/executor/ExecutorSuite.scala#L511) and `InterruptedException` is expected as a [cause](https://github.com/apache/spark/blob/a03bedb6c1281c5263a42bfd20608d2ee005ab05/core/src/main/scala/org/apache/spark/executor/Executor.scala#L1434). So, that part works as expected. -- 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]
