You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Andrey Zagrebin (Jira)" <ji...@apache.org> on 2020/02/25 09:08:00 UTC

[jira] [Closed] (FLINK-16111) Kubernetes deployment does not respect "taskmanager.cpu.cores".

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

Andrey Zagrebin closed FLINK-16111.
-----------------------------------
    Resolution: Fixed

merged into master by 28365501edb2671efe6160c921325829d9e088d3
merged into 1.10 by ac2aaf9277333a6d8ac5aa1c0c81189f56e6ffd4

> Kubernetes deployment does not respect "taskmanager.cpu.cores".
> ---------------------------------------------------------------
>
>                 Key: FLINK-16111
>                 URL: https://issues.apache.org/jira/browse/FLINK-16111
>             Project: Flink
>          Issue Type: Bug
>          Components: Deployment / Kubernetes
>    Affects Versions: 1.10.0
>            Reporter: Xintong Song
>            Assignee: Xintong Song
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.10.1, 1.11.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The Kubernetes deployment usesĀ `kubernetes.taskmanager.cpu` for configuring TM cpu cores, and will fallback to number-of-slots if not specified.
> FLINK-14188 introduced a common option `taskmanager.cpu.cores` (ATM not exposed to users and for internal usage only). A common logic is to decide the TM cpu cores following the fallback order of "common option -> K8s/Yarn/Mesos specific option -> numberOfSlot".
> The above fallback rules are not respected by the Kubernetes deployment.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)