You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Bryan Cutler (Jira)" <ji...@apache.org> on 2019/09/05 04:58:00 UTC

[jira] [Created] (ARROW-6461) [Java] EchoServer can close socket before client has finished reading

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)