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)