You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "lidavidm (JIRA)" <ji...@apache.org> on 2019/07/29 17:40:00 UTC

[jira] [Created] (ARROW-6063) [FlightRPC] Implement "half-closed" semantics for DoPut

lidavidm created ARROW-6063:
-------------------------------

             Summary: [FlightRPC] Implement "half-closed" semantics for DoPut
                 Key: ARROW-6063
                 URL: https://issues.apache.org/jira/browse/ARROW-6063
             Project: Apache Arrow
          Issue Type: Improvement
          Components: FlightRPC
            Reporter: lidavidm


Both sides on a DoPut should be able to half-close the stream, indicating they will no longer write. This allows a client to indicate that it is done writing data to the server, while still leaving the stream open so it can read metadata responses until the server finishes. Meanwhile, the server would see that the client has finished and be able to stop blocking on reading client messages.



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