Victsm commented on pull request #33613: URL: https://github.com/apache/spark/pull/33613#issuecomment-897045610
Looking at the test failure and the test itself, it seems that a `io.netty.channel.StacklessClosedChannelException` was thrown which is not in the hard-coded list of channel closed exceptions in `RPCIntegrationSuite`. https://github.com/apache/spark/blob/ccead315b30764d10d8356fb0d5fce459f6e4f93/common/network-common/src/test/java/org/apache/spark/network/RpcIntegrationSuite.java#L383-L388 The fix could be to just add this exception type to the hardcoded list. However, I also couldn't reproduce this test failure locally. -- 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]
