In this situation, changing your configuration [1] to include cluster.evenly-spread-out-slots: true
should change the scheduling behavior to what you are looking for. [1] https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/deployment/config/#cluster-evenly-spread-out-slots Regards, David On Tue, Mar 29, 2022 at 1:30 PM HG <hanspeter.sl...@gmail.com> wrote: > > Hi, > > I have a 2 node cluster just for testing. > When I start the cluster and the job I see that the parallelism is 2 as > expected. > But only they are both on the same node. > When I stop the taskmanager on that node it switches to the other one. > But I expected both nodes to have a subtask. > > See below. > > Any clues? > > Regards Hans-Peter > > [image: image.png] > [image: image.png] >