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

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

                Author: ASF GitHub Bot
            Created on: 21/Apr/19 21:56
            Start Date: 21/Apr/19 21:56
    Worklog Time Spent: 10m 
      Work Description: jhsenjaliya commented on pull request #2609: 
GOBBLIN-744: Support cancellation of a Helix workflow via a DELETE Spec.
URL: https://github.com/apache/incubator-gobblin/pull/2609#discussion_r277183004
 
 

 ##########
 File path: 
gobblin-cluster/src/main/java/org/apache/gobblin/cluster/GobblinHelixJobScheduler.java
 ##########
 @@ -141,6 +143,10 @@ public GobblinHelixJobScheduler(Properties properties,
                                                   metricsWindowSizeInMin);
 
     this.startServicesCompleted = false;
+
+    this.helixJobStopTimeoutSeconds = 
ConfigUtils.getLong(ConfigUtils.propertiesToConfig(properties),
 
 Review comment:
   probably not required to change at this point but i see this usage of 
ConfigUtils.propertiesToConfig over an over as if its O(1). may be it needs 
separate PR for reusing the created config.
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


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

    Worklog Id:     (was: 230545)
    Time Spent: 1.5h  (was: 1h 20m)

> Support cancellation of a Helix workflow via a DELETE Spec
> ----------------------------------------------------------
>
>                 Key: GOBBLIN-744
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-744
>             Project: Apache Gobblin
>          Issue Type: Improvement
>          Components: gobblin-cluster
>    Affects Versions: 0.15.0
>            Reporter: Sudarshan Vasudevan
>            Assignee: Hung Tran
>            Priority: Major
>             Fix For: 0.15.0
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> This task supports the ability to interrupt and cancel a running job on a 
> Gobblin Helix cluster via a DELETE Spec submitted to the 
> JobConfigurationManager. The DELETE Spec should have 
> "gobblin.cluster.shouldCancelRunningJobOnDelete" set to true for cancelling a 
> running job. The default behavior is to simply delete the corresponding 
> JobSpec from the JobCatalog. 
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to