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..."
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]