David Li created ARROW-16124:
--------------------------------

             Summary: [C++][FlightRPC] UCX server should be able to shed load
                 Key: ARROW-16124
                 URL: https://issues.apache.org/jira/browse/ARROW-16124
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++, FlightRPC
            Reporter: David Li


The UCX server from ARROW-15706 will accept connections and put them into a 
queue to be handled. If they aren't handled quickly enough this can lead to a 
lot of clients stuck waiting for the server. The server should reject 
connections if too many pile up so the client can error or retry or connect to 
a different server. (This is a pitfall of gRPC/Java that we should avoid here.)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to