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

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

                Author: ASF GitHub Bot
            Created on: 22/May/24 19:02
            Start Date: 22/May/24 19:02
    Worklog Time Spent: 10m 
      Work Description: arjun4084346 commented on code in PR #3950:
URL: https://github.com/apache/gobblin/pull/3950#discussion_r1610509830


##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagManagementTaskStreamImpl.java:
##########
@@ -135,6 +151,37 @@ public DagTask next() {
       }
   }
 
+  private void createJobStartDeadlineTrigger(DagActionStore.DagAction 
dagAction) throws SchedulerException, IOException {
+    long timeOutForJobStart = 
DagManagerUtils.getJobStartSla(this.dagManagementStateStore.getDag(
+        dagAction.getDagId()).get().getNodes().get(0), 
DagProcessingEngine.getDefaultJobStartSlaTimeMillis());
+    // todo - this timestamp is just an approximation, the real job submission 
has happened in past, and that is when a

Review Comment:
   we can make it accurate when we start emitting a right GTE at the right time 
(job submission).
   this is a fair approximation for us right now





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

    Worklog Id:     (was: 920485)
    Time Spent: 4h 10m  (was: 4h)

> implement EnforceStartDeadlineDagProc
> -------------------------------------
>
>                 Key: GOBBLIN-2069
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-2069
>             Project: Apache Gobblin
>          Issue Type: Task
>            Reporter: Arjun Singh Bora
>            Priority: Major
>          Time Spent: 4h 10m
>  Remaining Estimate: 0h
>




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

Reply via email to