cxzl25 opened a new pull request #23989: [SPARK-27073][CORE]Handling of IdleStateEvent causes the normal connection to close URL: https://github.com/apache/spark/pull/23989 ## What changes were proposed in this pull request? When TransportChannelHandler processes IdleStateEvent, it first calculates whether the last request time has timed out. At this time, TransportClient.sendRpc initiates a request. TransportChannelHandler gets responseHandler.numOutstandingRequests() > 0, causing the normal connection to be closed. ## How was this patch tested?
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
