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