You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gobblin.apache.org by GitBox <gi...@apache.org> on 2020/04/30 23:46:45 UTC

[GitHub] [incubator-gobblin] sv2000 commented on a change in pull request #2974: [GOBBLIN-1135] added back flow remove feature for spec executors when dag manager is disabled

sv2000 commented on a change in pull request #2974:
URL: https://github.com/apache/incubator-gobblin/pull/2974#discussion_r418350305



##########
File path: gobblin-runtime/src/main/java/org/apache/gobblin/runtime/spec_executorInstance/AbstractSpecExecutor.java
##########
@@ -182,7 +183,7 @@ public int hashCode() {
 
   abstract protected void shutDown() throws Exception;
 
-  abstract public Future<? extends SpecProducer> getProducer();
+  abstract public Future<? extends SpecProducer<Spec>> getProducer();

Review comment:
       Will this have any impact on the serialization/deserialization of Dags in the DagManager mode?




----------------------------------------------------------------
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:
users@infra.apache.org