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

[jira] [Updated] (FLINK-13983) Launch task executor with new memory calculation logics

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

Xintong Song updated FLINK-13983:
---------------------------------
    Description: 
* Invoke data structures and utilities introduced in Step 2 to generate JVM parameters and dynamic configurations for launching new task executors.
 ** In startup scripts
 ** In resource managers
 * Task executor uses data structures and utilities introduced in Step 2 to set memory pool sizes and slot resource profiles.
 ** {{MemoryManager}}
 ** {{ShuffleEnvironment}}
 ** {{TaskSlotTable}}

Implement this step as separate code paths only for the new mode.

> Launch task executor with new memory calculation logics
> -------------------------------------------------------
>
>                 Key: FLINK-13983
>                 URL: https://issues.apache.org/jira/browse/FLINK-13983
>             Project: Flink
>          Issue Type: Sub-task
>            Reporter: Xintong Song
>            Priority: Major
>
> * Invoke data structures and utilities introduced in Step 2 to generate JVM parameters and dynamic configurations for launching new task executors.
>  ** In startup scripts
>  ** In resource managers
>  * Task executor uses data structures and utilities introduced in Step 2 to set memory pool sizes and slot resource profiles.
>  ** {{MemoryManager}}
>  ** {{ShuffleEnvironment}}
>  ** {{TaskSlotTable}}
> Implement this step as separate code paths only for the new mode.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)