[
https://issues.apache.org/jira/browse/GOBBLIN-2013?focusedWorklogId=909351&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-909351
]
ASF GitHub Bot logged work on GOBBLIN-2013:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 12/Mar/24 05:22
Start Date: 12/Mar/24 05:22
Worklog Time Spent: 10m
Work Description: arjun4084346 commented on code in PR #3892:
URL: https://github.com/apache/gobblin/pull/3892#discussion_r1520868945
##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/proc/LaunchDagProc.java:
##########
@@ -45,9 +45,9 @@ public class LaunchDagProc extends
DagProc<Optional<Dag<JobExecutionPlan>>, Opti
public LaunchDagProc(LaunchDagTask launchDagTask) {
this.launchDagTask = launchDagTask;
this.orchestrationDelayCounter = new AtomicLong(0);
- ContextAwareGauge<Long> orchestrationDelayMetric =
this.metricContext.newContextAwareGauge
+ ContextAwareGauge<Long> orchestrationDelayMetric =
metricContext.newContextAwareGauge
(ServiceMetricNames.FLOW_ORCHESTRATION_DELAY,
orchestrationDelayCounter::get);
- this.metricContext.register(orchestrationDelayMetric);
+ metricContext.register(orchestrationDelayMetric);
Review Comment:
actually it is not, it is `static`
Issue Time Tracking
-------------------
Worklog Id: (was: 909351)
Time Spent: 2.5h (was: 2h 20m)
> create instances of new new class created in PR #3858
> -----------------------------------------------------
>
> Key: GOBBLIN-2013
> URL: https://issues.apache.org/jira/browse/GOBBLIN-2013
> Project: Apache Gobblin
> Issue Type: Task
> Reporter: Arjun Singh Bora
> Priority: Major
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)