arjun4084346 commented on code in PR #3896:
URL: https://github.com/apache/gobblin/pull/3896#discussion_r1539545989
##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagManagementStateStore.java:
##########
@@ -186,4 +187,9 @@ default void deleteFailedDag(Dag<JobExecutionPlan> dag)
throws IOException {
* Returns a {@link DagManagerMetrics} that monitors dags execution.
*/
DagManagerMetrics getDagManagerMetrics();
+
+ /**
+ * Returns job status or empty optional if job status is not present in the
JobStatusStore.
+ */
+ Optional<JobStatus> getJobStatus(String flowGroup, String flowName, long
flowExecutionId, String jobGroup, String jobName);
Review Comment:
Oh yes!
--
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]