[ 
https://issues.apache.org/jira/browse/GOBBLIN-2073?focusedWorklogId=923560&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-923560
 ]

ASF GitHub Bot logged work on GOBBLIN-2073:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 14/Jun/24 18:52
            Start Date: 14/Jun/24 18:52
    Worklog Time Spent: 10m 
      Work Description: arjun4084346 commented on code in PR #3952:
URL: https://github.com/apache/gobblin/pull/3952#discussion_r1640225160


##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagManagementTaskStreamImpl.java:
##########
@@ -110,10 +110,20 @@ public DagManagementTaskStreamImpl(Config config, 
Optional<DagActionStore> dagAc
   @Override
   public synchronized void addDagAction(DagActionStore.DagAction dagAction) {
     // TODO: Used to track missing dag issue, remove later as needed
-    log.info("Add dagAction {}", dagAction);
+    log.info("Add original (non-reminder) dagAction {}", dagAction);

Review Comment:
   if we go with the above suggestion, update the log here to tell what group 
of reminder it is





Issue Time Tracking
-------------------

    Worklog Id:     (was: 923560)
    Time Spent: 2h 40m  (was: 2.5h)

> Add eventTime and reminder fields to DagAction POJO
> ---------------------------------------------------
>
>                 Key: GOBBLIN-2073
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-2073
>             Project: Apache Gobblin
>          Issue Type: Bug
>          Components: gobblin-service
>            Reporter: Urmi Mustafi
>            Assignee: Abhishek Tiwari
>            Priority: Major
>          Time Spent: 2h 40m
>  Remaining Estimate: 0h
>
> An event timestamp and reminder flag are used in conjunction with DagActions 
> for lease arbitration and for reminder dagActions. It makes sense to include 
> these fields in the DagAction object itself to easily transfer the 
> information from one location to another. In particular for reminder events 
> used to check back in on incomplete dagAction leases, these two fields are 
> utilized and it's easiest to keep track of them when it's maintained within 
> the consensusDagAction returned in a LeaseAttemptStatus



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to