[
https://issues.apache.org/jira/browse/GOBBLIN-2132?focusedWorklogId=930295&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-930295
]
ASF GitHub Bot logged work on GOBBLIN-2132:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 15/Aug/24 00:37
Start Date: 15/Aug/24 00:37
Worklog Time Spent: 10m
Work Description: arjun4084346 commented on code in PR #4026:
URL: https://github.com/apache/gobblin/pull/4026#discussion_r1717675215
##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/proc/DagProcUtils.java:
##########
@@ -199,6 +202,21 @@ private static void
sendCancellationEvent(Dag.DagNode<JobExecutionPlan> dagNodeT
jobExecutionPlan.setExecutionStatus(CANCELLED);
}
+ public static void setAndEmitFlowEvent(EventSubmitter eventSubmitter,
Dag<JobExecutionPlan> dag, String flowEvent) {
Review Comment:
this is little different from `DagManagerUtils::emitFlowEvent` to remove
confusing code, which will be cleaned up once DagProcEngine is stable
Issue Time Tracking
-------------------
Worklog Id: (was: 930295)
Time Spent: 40m (was: 0.5h)
> 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: 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)