You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2014/07/06 19:33:33 UTC

[jira] [Created] (FLINK-1003) Spread out scheduling strategy

Till Rohrmann created FLINK-1003:
------------------------------------

             Summary: Spread out scheduling strategy
                 Key: FLINK-1003
                 URL: https://issues.apache.org/jira/browse/FLINK-1003
             Project: Flink
          Issue Type: Improvement
            Reporter: Till Rohrmann


Currently the Flink scheduler tries to fill one instance completely before the tasks are deployed to another instance. This is a good behaviour in multi-user and multi-job scenarios but it wastes resources if one wants to use the complete cluster. Therefore, another scheduling strategy where the load among the different instances is kept balanced might be useful. This spread out strategy will deploy the tasks such that the overall work is equally distributed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)