LiuGuH commented on PR #6502: URL: https://github.com/apache/hadoop/pull/6502#issuecomment-1911786695
> @LiuGuH Hi, sir. I have one question here, Could you please explain more detailed how the connection leak? I see we invoke setKeepAlive(true) in `DataStreamer#createSocketForPipeline` and `DataXceiver#writeBlock`. Thanks a lot. Client(Crash) -> DN1 -> DN2 ( Xceiver count full ,the throw IOException , and Server Peer is alive) -> DN3 In this case, the connection between DN1 <-> DN2 will never release. Thanks -- 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]
