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 17:45:00 UTC

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

     [ https://issues.apache.org/jira/browse/ARROW-6461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Cutler resolved ARROW-6461.
---------------------------------
    Resolution: Fixed

Issue resolved by pull request 5288
[https://github.com/apache/arrow/pull/5288]

> [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
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.15.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> 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)