[
https://issues.apache.org/jira/browse/GOBBLIN-808?focusedWorklogId=275559&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-275559
]
ASF GitHub Bot logged work on GOBBLIN-808:
------------------------------------------
Author: ASF GitHub Bot
Created on: 12/Jul/19 00:07
Start Date: 12/Jul/19 00:07
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_r302786533
##########
File path:
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagManager.java
##########
@@ -88,6 +95,11 @@
* jobs. Upon completion of a job, it will either schedule the next job in the
Dag (on SUCCESS) or mark the Dag as failed
* (on FAILURE). Upon completion of a Dag execution, it will perform the
required clean up actions.
*
+ * For deleteSpec/cancellation requests for a flow URI, {@link DagManager}
finds out the flowExecutionId using
+ * {@link JobStatusRetriever}, and forwards the request to the {@link
DagManagerThread} which handled the addSpec request
+ * for this flow. We need separate {@value queue} and {@value cancelQueue} for
each {@link DagManagerThread} because
+ * cancellation needs the information which is stored only in the same {@link
Dag}.
Review comment:
in the same {@link DagManagerThread} ? I am assuming you are referring to
`dagsToJobs`
----------------------------------------------------------------
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: 275559)
Time Spent: 7h 10m (was: 7h)
> 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: 7h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)