[ 
https://issues.apache.org/jira/browse/GOBBLIN-1073?focusedWorklogId=401774&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-401774
 ]

ASF GitHub Bot logged work on GOBBLIN-1073:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 11/Mar/20 20:48
            Start Date: 11/Mar/20 20:48
    Worklog Time Spent: 10m 
      Work Description: sv2000 commented on pull request #2913: [GOBBLIN-1073] 
Add proxy user and requester quota to GaaS
URL: https://github.com/apache/incubator-gobblin/pull/2913#discussion_r391259230
 
 

 ##########
 File path: 
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagManager.java
 ##########
 @@ -362,6 +370,8 @@ public synchronized void setActive(boolean active) {
    */
   public static class DagManagerThread implements Runnable {
     private final Map<DagNode<JobExecutionPlan>, Dag<JobExecutionPlan>> 
jobToDag = new HashMap<>();
+    private static final Map<String, Integer> proxyUserToJobCount = new 
ConcurrentHashMap<>();
 
 Review comment:
   I missed the static declaration. Thanks! I was expecting this map to be 
declared in DagManager and being passed to each of the threads. But this should 
work too. 
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 401774)
    Time Spent: 1.5h  (was: 1h 20m)

> Add proxy user and requester quota to GaaS
> ------------------------------------------
>
>                 Key: GOBBLIN-1073
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1073
>             Project: Apache Gobblin
>          Issue Type: Improvement
>            Reporter: Jack Moseley
>            Priority: Major
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to