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

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

                Author: ASF GitHub Bot
            Created on: 21/Jun/19 21:52
            Start Date: 21/Jun/19 21:52
    Worklog Time Spent: 10m 
      Work Description: autumnust commented on pull request #2674: 
[GOBBLIN-808] implement azkaban flow cancel when dag manager is enabled
URL: https://github.com/apache/incubator-gobblin/pull/2674#discussion_r296404914
 
 

 ##########
 File path: 
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagManager.java
 ##########
 @@ -135,7 +142,9 @@ public String toString() {
     }
   }
 
-  private BlockingQueue<Dag<JobExecutionPlan>> queue;
+  private LinkedBlockingDeque<Dag<JobExecutionPlan>>[] queue;
 
 Review comment:
   Why do you need a collection of queue anyway ? 
 
----------------------------------------------------------------
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: 265016)
    Time Spent: 1h  (was: 50m)

> implement azkaban job cancellation in Gobblin Service
> -----------------------------------------------------
>
>                 Key: GOBBLIN-808
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-808
>             Project: Apache Gobblin
>          Issue Type: Improvement
>            Reporter: Arjun Singh Bora
>            Priority: Major
>          Time Spent: 1h
>  Remaining Estimate: 0h
>




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

Reply via email to