[
https://issues.apache.org/jira/browse/FLINK-29693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-29693.
------------------------------------
Resolution: Fixed
master: a6db6ee5d0d6e9b50c6d110793e2efbd0d57cc38
1.16: 1ed2494cf570e6e137f870b7d4a13ef18a9c381c
> MiniClusterExtension should respect DEFAULT_PARALLELISM if set
> --------------------------------------------------------------
>
> Key: FLINK-29693
> URL: https://issues.apache.org/jira/browse/FLINK-29693
> Project: Flink
> Issue Type: Improvement
> Components: Tests
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.16.0
>
>
> 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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)