[
https://issues.apache.org/jira/browse/GOBBLIN-808?focusedWorklogId=267160&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-267160
]
ASF GitHub Bot logged work on GOBBLIN-808:
------------------------------------------
Author: ASF GitHub Bot
Created on: 26/Jun/19 00:57
Start Date: 26/Jun/19 00:57
Worklog Time Spent: 10m
Work Description: arjun4084346 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_r297448932
##########
File path:
gobblin-service/src/main/java/org/apache/gobblin/service/modules/spec/JobExecutionPlan.java
##########
@@ -61,6 +63,7 @@
private ExecutionStatus executionStatus = ExecutionStatus.$UNKNOWN;
private final int maxAttempts;
private int currentAttempts = 0;
+ private Optional<Future> jobFuture = Optional.absent();
Review comment:
SpecProducer interface just mentions Future...
though many producer's return CompletedFuture.
Note that CompletedFuture is different that CompletableFuture.
----------------------------------------------------------------
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: 267160)
Time Spent: 5h (was: 4h 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: 5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)