You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "lidavidm (JIRA)" <ji...@apache.org> on 2019/08/05 13:52:00 UTC

[jira] [Created] (ARROW-6136) [FlightRPC][Java] Don't double-close response stream

lidavidm created ARROW-6136:
-------------------------------

             Summary: [FlightRPC][Java] Don't double-close response stream
                 Key: ARROW-6136
                 URL: https://issues.apache.org/jira/browse/ARROW-6136
             Project: Apache Arrow
          Issue Type: Bug
          Components: FlightRPC, Java
    Affects Versions: 0.14.1
            Reporter: lidavidm
            Assignee: lidavidm
             Fix For: 0.15.0


DoPut in Java double-closes the metadata response stream: if the service implementation sends an error down that channel, the Flight implementation will unconditionally try to complete the stream, violating the gRPC semantics (either an error or a completion may be sent, never both).



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)