functioner commented on pull request #3872:
URL: https://github.com/apache/hadoop/pull/3872#issuecomment-1007878172


   @virajjasani @ayushtkn @iwasakims @aajisaka 
   This is the fix of flaky test `TestIPC#testIOEOnListenerAccept`.
   I think the root cause is 
`org.apache.hadoop.ipc.Client$IpcStreams.readResponse(Client.java:1922)` which 
may throw IOException (Connection reset by peer) from time to time. Previously 
I only considered EOFException, which happens in most cases.
   The test is failing in the daily build so we need to fix it soon. Thank you!


-- 
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]

Reply via email to