You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "David Li (JIRA)" <ji...@apache.org> on 2019/02/05 16:56:00 UTC

[jira] [Created] (ARROW-4484) [Java] improve Flight DoPut busy wait

David Li created ARROW-4484:
-------------------------------

             Summary: [Java] improve Flight DoPut busy wait
                 Key: ARROW-4484
                 URL: https://issues.apache.org/jira/browse/ARROW-4484
             Project: Apache Arrow
          Issue Type: Improvement
          Components: FlightRPC, Java
            Reporter: David Li


Currently the implementation of putNext in FlightClient.java busy-waits until gRPC indicates that the server can receive a message. We should either improve the busy-wait (e.g. add sleep times), or rethink the API and make it non-blocking.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)