[
https://issues.apache.org/jira/browse/GOBBLIN-724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Issac Buenrostro resolved GOBBLIN-724.
--------------------------------------
Resolution: Fixed
Fix Version/s: 0.15.0
Issue resolved by pull request #2591
[https://github.com/apache/incubator-gobblin/pull/2591]
> 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
> Priority: Major
> Fix For: 0.15.0
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> 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)