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 2018/10/07 16:04:00 UTC

[jira] [Updated] (FLINK-10504) Decide actual parallelism based on available resources

     [ https://issues.apache.org/jira/browse/FLINK-10504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Till Rohrmann updated FLINK-10504:
----------------------------------
    Fix Version/s: 1.7.0

> Decide actual parallelism based on available resources
> ------------------------------------------------------
>
>                 Key: FLINK-10504
>                 URL: https://issues.apache.org/jira/browse/FLINK-10504
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Distributed Coordination
>    Affects Versions: 1.7.0
>            Reporter: Till Rohrmann
>            Priority: Major
>             Fix For: 1.7.0
>
>
> Check if a {{JobGraph}} can be scheduled with the available set of resources (slots). If the minimum parallelism is fulfilled, then distribute the available set of slots across all available slot sharing groups in order to decide on the actual runtime parallelism. In the absence of minimum, target and maximum parallelism, assume minimum = target = maximum = parallelism defined in the {{JobGraph}}.
> Ideally, we make the slot assignment strategy pluggable.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)