Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
MiniClusterExtension#registerEnv sets the default parallelism of the environment to the number of the slots the cluster has.
This effectively prevents multiple jobs from running on the same MiniCluster unless they specify a parallelism via the API.
This isn't ideal since it means you can't easily mix workloads during testing.
It would be better if the cluster would check the config for whether DEFAULT_PARALLELISM was set.
Attachments
Issue Links
- is duplicated by
-
FLINK-29691 Adjust org.apache.flink.test.junit5.MiniClusterExtension#registerEnv to honor DEFAULT_PARALLELISM if set
- Closed
- links to