Hi everyone,

I've recently come across a cluster scheduling problem users are facing. Clusters where TaskManagers have more slots than the parallelism (#tm_slots > job_parallelism), tend to schedule all job tasks on a single TaskManager.

This is not good for spreading load and has been discussed in FLINK-1003 [1] and the other duplicate JIRA issues.

I know that this is not really an issue if the cluster is created exclusively for the Job, or if the number of slots per Taskmanager is smaller than the parallelism. However, this seems like a rather easy improvement to the Scheduler which would have a huge impact on performance.

On the JIRA issue page it has been mentioned that this was put on hold to work on dynamic scaling first.

Now that the basic building blocks for dynamic scaling are in place, do you think it would be possible to tackle FLINK-1003?

Thanks,
Max


[1] https://issues.apache.org/jira/browse/FLINK-1003

Reply via email to