arjun4084346 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_r297432790
 
 

 ##########
 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:
   updated the javadoc with the explanation. cancellation requests has to go to 
the same dagmanagerthread which accpeted the addSpec request, because that 
thread only knows the azkaban execution id

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to