Hi, there're 3 taskManager nodes within our testing flink cluster, whose version is 1.8. And each one have 10 taskslots.
Now I have a job with parallelism 3.
I expected the 3 tasks will be located at 3 different taskManagers, just as Example 2 below:
But it came out that all 3 tasks are all located at the same taskmanager.
Why?