reswqa opened a new pull request, #20487:
URL: https://github.com/apache/flink/pull/20487
## What is the purpose of the change
*Based on TPC-DS test, we found that hybrid shuffle can't schedule the graph
contains blocking edge. The reason is that some batch operators will forcibly
set the exchange mode to blocking, which breaks ALL_ EDGE_HYBRID‘s constraint
and may cause scheduling deadlock. We should use a better way to support the
scheduling of all kinds of edges, including hybrid edge.*
## Brief change log
- *Migrate `PipelinedRegionSchedulingStrategyTest` and `StrategyTestUtil`
to Junit5 and AssertJ.*
- *`PipelinedRegionSchedulingStrategy` supports all `ResultPartitionType`.*
## Verifying this change
This change added tests in `PipelinedRegionSchedulingStrategyTest`
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): no
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: no
- The serializers: no
- The runtime per-record code paths (performance sensitive): no
- Anything that affects deployment or recovery: JobManager (and its
components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no
- The S3 file system connector: no
## Documentation
- Does this pull request introduce a new feature? no
--
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]