[ https://issues.apache.org/jira/browse/GOBBLIN-1073?focusedWorklogId=401748&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-401748 ]
ASF GitHub Bot logged work on GOBBLIN-1073: ------------------------------------------- Author: ASF GitHub Bot Created on: 11/Mar/20 20:12 Start Date: 11/Mar/20 20:12 Worklog Time Spent: 10m Work Description: jack-moseley 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_r391240148 ########## 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: It is a global map since I made it static right? Or are you saying it shouldn't be global? ---------------------------------------------------------------- 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: 401748) Time Spent: 1h 20m (was: 1h 10m) > 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: 1h 20m > Remaining Estimate: 0h > -- This message was sent by Atlassian Jira (v8.3.4#803005)