[
https://issues.apache.org/jira/browse/GOBBLIN-2015?focusedWorklogId=909767&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-909767
]
ASF GitHub Bot logged work on GOBBLIN-2015:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 13/Mar/24 23:05
Start Date: 13/Mar/24 23:05
Worklog Time Spent: 10m
Work Description: phet commented on code in PR #3893:
URL: https://github.com/apache/gobblin/pull/3893#discussion_r1524012621
##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/proc/LaunchDagProc.java:
##########
@@ -117,6 +122,10 @@ private void submitNextNodes(DagManagementStateStore
dagManagementStateStore,
dagManagementStateStore.checkpointDag(dag);
}
+ private void handleMultipleJobs(Set<Dag.DagNode<JobExecutionPlan>>
nextNodes) {
+ throw new UnsupportedOperationException("More than one start jobs are not
allowed");
Review Comment:
nit "job is not..."
Issue Time Tracking
-------------------
Worklog Id: (was: 909767)
Time Spent: 4.5h (was: 4h 20m)
> implement LaunchDagProc
> -----------------------
>
> Key: GOBBLIN-2015
> URL: https://issues.apache.org/jira/browse/GOBBLIN-2015
> Project: Apache Gobblin
> Issue Type: Task
> Reporter: Arjun Singh Bora
> Priority: Major
> Time Spent: 4.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)