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

Rui Fan updated FLINK-31757:
----------------------------
    Description: 
This is a umbrella JIRA of 
[FLIP-370|https://cwiki.apache.org/confluence/x/U56zDw].

 

Supposed we have a Job with 21 {{{}JobVertex{}}}. The parallelism of vertex A 
is 100, and the others are 5. If each {{TaskManager}} only have one slot, then 
we need 100 TMs.

There will be 5 slots with 21 sub-tasks, and the others will only have one 
sub-task of A. Does this mean we have to make a trade-off between wasted 
resources and insufficient resources?

>From a resource utilization point of view, we expect all subtasks to be evenly 
>distributed on each TM.

  was:
Supposed we have a Job with 21 {{JobVertex}}. The parallelism of vertex A is 
100, and the others are 5. If each {{TaskManager}} only have one slot, then we 
need 100 TMs.

There will be 5 slots with 21 sub-tasks, and the others will only have one 
sub-task of A. Does this mean we have to make a trade-off between wasted 
resources and insufficient resources?

>From a resource utilization point of view, we expect all subtasks to be evenly 
>distributed on each TM.


> Support Balanced Tasks Scheduling
> ---------------------------------
>
>                 Key: FLINK-31757
>                 URL: https://issues.apache.org/jira/browse/FLINK-31757
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / Coordination
>            Reporter: RocMarshal
>            Assignee: RocMarshal
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: image-2023-04-13-08-04-04-667.png
>
>
> This is a umbrella JIRA of 
> [FLIP-370|https://cwiki.apache.org/confluence/x/U56zDw].
>  
> Supposed we have a Job with 21 {{{}JobVertex{}}}. The parallelism of vertex A 
> is 100, and the others are 5. If each {{TaskManager}} only have one slot, 
> then we need 100 TMs.
> There will be 5 slots with 21 sub-tasks, and the others will only have one 
> sub-task of A. Does this mean we have to make a trade-off between wasted 
> resources and insufficient resources?
> From a resource utilization point of view, we expect all subtasks to be 
> evenly distributed on each TM.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to