[
https://issues.apache.org/jira/browse/GOBBLIN-2028?focusedWorklogId=911943&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-911943
]
ASF GitHub Bot logged work on GOBBLIN-2028:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 28/Mar/24 00:04
Start Date: 28/Mar/24 00:04
Worklog Time Spent: 10m
Work Description: 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 */
Issue Time Tracking
-------------------
Worklog Id: (was: 911943)
Time Spent: 0.5h (was: 20m)
> get job status retriever inside DagManagementStateStore
> -------------------------------------------------------
>
> Key: GOBBLIN-2028
> URL: https://issues.apache.org/jira/browse/GOBBLIN-2028
> Project: Apache Gobblin
> Issue Type: Task
> Reporter: Arjun Singh Bora
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)