sv2000 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_r296925647
 
 

 ##########
 File path: 
gobblin-service/src/main/java/org/apache/gobblin/service/modules/spec/JobExecutionPlan.java
 ##########
 @@ -52,7 +54,7 @@
  * where the {@link JobSpec} will be executed.
  */
 @Data
-@EqualsAndHashCode(exclude = {"executionStatus", "currentAttempts"})
+@EqualsAndHashCode(exclude = {"executionStatus", "currentAttempts", 
"azkabanExecId"})
 
 Review comment:
   JobExecutionPlan should have CompletableFuture instead of azkabanExecId. 
This way, the underlying SpecExecutor need not be exposed here. 

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