[
https://issues.apache.org/jira/browse/GOBBLIN-2104?focusedWorklogId=926715&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-926715
]
ASF GitHub Bot logged work on GOBBLIN-2104:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 19/Jul/24 17:29
Start Date: 19/Jul/24 17:29
Worklog Time Spent: 10m
Work Description: umustafi commented on code in PR #3983:
URL: https://github.com/apache/gobblin/pull/3983#discussion_r1684693555
##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/proc/ReevaluateDagProc.java:
##########
@@ -73,6 +75,7 @@ protected void act(DagManagementStateStore
dagManagementStateStore, Pair<Optiona
// dag actions for each of those parallel job and in this scenario there
is no job status available.
// If the job status is not present, this job was never launched, submit
it now.
DagProcUtils.submitJobToExecutor(dagManagementStateStore, dagNode,
getDagId());
+
dagProcEngineMetrics.markDagActionsAct(DagActionStore.DagActionType.REEVALUATE,
true);
Review Comment:
replaced all of these with `getDagActionType()`
Issue Time Tracking
-------------------
Worklog Id: (was: 926715)
Time Spent: 3.5h (was: 3h 20m)
> Initialize DagProcessingEngine Metrics
> --------------------------------------
>
> Key: GOBBLIN-2104
> URL: https://issues.apache.org/jira/browse/GOBBLIN-2104
> Project: Apache Gobblin
> Issue Type: Bug
> Components: gobblin-service
> Reporter: Urmi Mustafi
> Assignee: Abhishek Tiwari
> Priority: Major
> Time Spent: 3.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)