You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by GitBox <gi...@apache.org> on 2019/06/21 21:52:20 UTC

[GitHub] [incubator-gobblin] autumnust commented on a change in pull request #2674: [GOBBLIN-808] implement azkaban flow cancel when dag manager is enabled

autumnust commented on a change in 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:
users@infra.apache.org


With regards,
Apache Git Services