Issac Buenrostro created GOBBLIN-724:
----------------------------------------
Summary: Throttling server delays responses for throttling causing
too many connections
Key: GOBBLIN-724
URL: https://issues.apache.org/jira/browse/GOBBLIN-724
Project: Apache Gobblin
Issue Type: Bug
Reporter: Issac Buenrostro
Currently, the throttling server implements throttling in part by delaying the
response with the permit allocation. However, when waiting to respond, the
request remains in flight utilizing system resources and severely limiting how
many clients can use the throttling server.
As a fix, the server should respond immediately and ask the client to wait
before distributing the permits.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)