Hi all, We're running a Flink on a five node standalone cluster with three task manager (TM1, TM2, TM3) and two job managers.
Whenever I submit a new job, the job gets deployed on only TM3. When the number of slots in TM3 get exhausted, the jobs start getting deployed on TM2 and so on. How do I ensure that the jobs get distributed evenly across all 3 task managers? Thanks, Harshith