[
https://issues.apache.org/jira/browse/GOBBLIN-1706?focusedWorklogId=808461&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-808461
]
ASF GitHub Bot logged work on GOBBLIN-1706:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 13/Sep/22 22:07
Start Date: 13/Sep/22 22:07
Worklog Time Spent: 10m
Work Description: ZihanLi58 commented on code in PR #3558:
URL: https://github.com/apache/gobblin/pull/3558#discussion_r970120603
##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagManager.java:
##########
@@ -369,6 +387,21 @@ public synchronized void setActive(boolean active) {
for (Dag<JobExecutionPlan> dag : dags) {
addDag(dag, false, false);
}
+ if (dagActionStore.isPresent()) {
+ Collection<DagActionStore.DagAction> dagActions =
dagActionStore.get().getDagActions();
Review Comment:
No, That will be future work, this PR is dedicated to make sure we can do
warm standby and can forward kill/resume message
Issue Time Tracking
-------------------
Worklog Id: (was: 808461)
Time Spent: 1h (was: 50m)
> Add DagActionStore to store the action to kill/resume one flow execution
> ------------------------------------------------------------------------
>
> Key: GOBBLIN-1706
> URL: https://issues.apache.org/jira/browse/GOBBLIN-1706
> Project: Apache Gobblin
> Issue Type: Improvement
> Reporter: Zihan Li
> Priority: Major
> Time Spent: 1h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)