phet commented on code in PR #3905:
URL: https://github.com/apache/gobblin/pull/3905#discussion_r1542164652


##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagManagementStateStore.java:
##########
@@ -186,4 +189,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.

Review Comment:
   nit:
   ```
   /** @return {@link JobStatus} or {@link Optional#empty} if not present in 
the Job-Status Store */



-- 
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]

Reply via email to