Github user uce commented on a diff in the pull request:
https://github.com/apache/flink/pull/640#discussion_r31136509
--- Diff:
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/ExecutionGraph.java
---
@@ -264,21 +266,21 @@ public void attachJobGraph(List<AbstractJobVertex>
topologiallySorted) throws Jo
LOG.debug(String.format("Attaching %d topologically
sorted vertices to existing job graph with %d "
--- End diff --
We have to check that the parallelism of both vertices are the same,
because the runtime results are already partitioned. I think a good error msg
is the best solution at this point.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---