je-ik commented on code in PR #30622:
URL: https://github.com/apache/beam/pull/30622#discussion_r1523789602
##########
runners/flink/src/main/java/org/apache/beam/runners/flink/FlinkBatchTransformTranslators.java:
##########
@@ -413,12 +411,15 @@ public void translateNode(
outputType,
FlinkIdentityFunction.of(),
getCurrentTransformName(context));
- final Configuration partitionOptions = new Configuration();
- partitionOptions.setString(
- Optimizer.HINT_SHIP_STRATEGY,
Optimizer.HINT_SHIP_STRATEGY_REPARTITION);
Review Comment:
Yes, I saw the problem appearing on a real pipeline. SDF uses Reshuffle to
distribute restrictions among workers. My pipelime ended processing all
restrictions on single worker, effectively detroying any parallelism.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]