You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by "Zihan Li (Jira)" <ji...@apache.org> on 2023/01/28 00:16:00 UTC

[jira] [Created] (GOBBLIN-1773) Fix bug in quota manager of gobblinservice

Zihan Li created GOBBLIN-1773:
---------------------------------

             Summary: Fix bug in quota manager of gobblinservice
                 Key: GOBBLIN-1773
                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1773
             Project: Apache Gobblin
          Issue Type: Improvement
            Reporter: Zihan Li


We used to check the quota when we accept flow for ad-hoc flow and run immediately flow. But we only use the same execution id for ad-hoc flow. So for a run immediately flow, we will check quota once with a random execution id, and then really run the job with a different execution id and forget the first one. This will cause us to double-check the quota for a run immediately flow and never release one of them. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)