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.



-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@gobblin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to