Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-16124

[C++][FlightRPC] UCX server should be able to shed load

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • C++, FlightRPC
    • None

    Description

      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.)

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              lidavidm David Li
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: