[
https://issues.apache.org/jira/browse/GOBBLIN-2132?focusedWorklogId=930293&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-930293
]
ASF GitHub Bot logged work on GOBBLIN-2132:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 15/Aug/24 00:09
Start Date: 15/Aug/24 00:09
Worklog Time Spent: 10m
Work Description: arjun4084346 commented on code in PR #4026:
URL: https://github.com/apache/gobblin/pull/4026#discussion_r1717654186
##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/proc/LaunchDagProc.java:
##########
@@ -77,6 +80,10 @@ protected void act(DagManagementStateStore
dagManagementStateStore, Optional<Dag
dagProcEngineMetrics.markDagActionsAct(getDagActionType(), false);
} else {
DagProcUtils.submitNextNodes(dagManagementStateStore, dag.get(),
getDagId());
+ dag.get().setFlowEvent(TimingEvent.FlowTimings.FLOW_RUNNING);
+ DagManagerUtils.emitFlowEvent(eventSubmitter, dag.get(),
TimingEvent.FlowTimings.FLOW_RUNNING);
Review Comment:
yes, LaunchDagProc runs only once, no matter how many jobs are there in the
flow.
Issue Time Tracking
-------------------
Worklog Id: (was: 930293)
Time Spent: 20m (was: 10m)
> set and emit flow running status
> --------------------------------
>
> Key: GOBBLIN-2132
> URL: https://issues.apache.org/jira/browse/GOBBLIN-2132
> Project: Apache Gobblin
> Issue Type: Bug
> Reporter: Arjun Singh Bora
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)