Bryan Cutler created ARROW-6461: ----------------------------------- Summary: [Java] EchoServer can close socket before client has finished reading Key: ARROW-6461 URL: https://issues.apache.org/jira/browse/ARROW-6461 Project: Apache Arrow Issue Type: Bug Components: Java Reporter: Bryan Cutler Fix For: 0.15.0
When the EchoServer finishes running the client connection, the socket is closed immediately. This causes a race condition and the client will fail with a {noformat} SocketException: connection reset {noformat} if it has not read all of the echoed batches. This was consistently happening with the fix for ARROW-6315 -- This message was sent by Atlassian Jira (v8.3.2#803003)