phet commented on code in PR #3853:
URL: https://github.com/apache/gobblin/pull/3853#discussion_r1456719942
##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagManagerUtils.java:
##########
@@ -365,4 +388,80 @@ static List<String> getDistinctUniqueRequesters(String
serializedRequesters) {
throw new RuntimeException("Could not process requesters due to ", e);
}
}
+
+ public static void submitPendingExecStatus(Dag<JobExecutionPlan> dag,
EventSubmitter eventSubmitter) {
Review Comment:
javadoc (esp. to say that it mutates the `Dag` passed in)
--
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]