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_r302786661
##########
File path:
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagManager.java
##########
@@ -135,14 +147,18 @@ public String toString() {
}
}
- private BlockingQueue<Dag<JobExecutionPlan>> queue;
+ private BlockingQueue<Dag<JobExecutionPlan>>[] queue;
+ private BlockingQueue<String>[] cancelQueue;
Review comment:
Do you still need blockingQueue ?
----------------------------------------------------------------
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