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

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

                Author: ASF GitHub Bot
            Created on: 23/Apr/19 05:13
            Start Date: 23/Apr/19 05:13
    Worklog Time Spent: 10m 
      Work Description: sv2000 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_r277519974
 
 

 ##########
 File path: 
gobblin-cluster/src/main/java/org/apache/gobblin/cluster/FsScheduledJobConfigurationManager.java
 ##########
 @@ -53,27 +51,26 @@ public FsScheduledJobConfigurationManager(EventBus 
eventBus, Config config, Muta
 
   @Override
   protected void fetchJobSpecs() throws ExecutionException, 
InterruptedException {
-    List<Pair<SpecExecutor.Verb, Spec>> jobSpecs =
-        (List<Pair<SpecExecutor.Verb, Spec>>) 
this._specConsumer.changedSpecs().get();
+    List<Pair<SpecExecutor.Verb, JobSpec>> jobSpecs =
 
 Review comment:
   Done. 
 
----------------------------------------------------------------
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:
us...@infra.apache.org


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

    Worklog Id:     (was: 231057)
    Time Spent: 4h 40m  (was: 4.5h)

> 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: 4h 40m
>  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