[
https://issues.apache.org/jira/browse/GOBBLIN-2016?focusedWorklogId=924892&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-924892
]
ASF GitHub Bot logged work on GOBBLIN-2016:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 08/Jul/24 20:14
Start Date: 08/Jul/24 20:14
Worklog Time Spent: 10m
Work Description: umustafi commented on code in PR #3995:
URL: https://github.com/apache/gobblin/pull/3995#discussion_r1669246118
##########
gobblin-service/src/main/java/org/apache/gobblin/service/monitoring/DagManagementDagActionStoreChangeMonitor.java:
##########
@@ -73,12 +73,14 @@ protected void handleDagAction(String operation,
DagActionStore.DagAction dagAct
break;
case "DELETE":
log.debug("Deleted dagAction from DagActionStore: {}", dagAction);
+ /* TODO: skip deadline removal for now and let them fire
Review Comment:
there's no event time in dagActionStore so cannot remove job from scheduler
& this will be addressed in future pr to handle race condition between creating
and deleting trigger
Issue Time Tracking
-------------------
Worklog Id: (was: 924892)
Time Spent: 20m (was: 10m)
> retry retry-able exceptions in DagProcs
> ---------------------------------------
>
> Key: GOBBLIN-2016
> URL: https://issues.apache.org/jira/browse/GOBBLIN-2016
> Project: Apache Gobblin
> Issue Type: Task
> Reporter: Arjun Singh Bora
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)