[
https://issues.apache.org/jira/browse/GOBBLIN-1910?focusedWorklogId=900276&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-900276
]
ASF GitHub Bot logged work on GOBBLIN-1910:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 18/Jan/24 01:48
Start Date: 18/Jan/24 01:48
Worklog Time Spent: 10m
Work Description: 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)
Issue Time Tracking
-------------------
Worklog Id: (was: 900276)
Time Spent: 17.5h (was: 17h 20m)
> Refactor code to move current in-memory references to new design for REST
> calls: Launch, Resume and Kill
> --------------------------------------------------------------------------------------------------------
>
> Key: GOBBLIN-1910
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1910
> Project: Apache Gobblin
> Issue Type: New Feature
> Reporter: Meeth Gala
> Priority: Major
> Time Spent: 17.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)