[
https://issues.apache.org/jira/browse/FLINK-14405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrey Zagrebin resolved FLINK-14405.
-------------------------------------
Resolution: Done
Merged into master by b872f198ffa6eb8cd57af9cd9c579e8ac3c6b19d ..
36d1b622dfdd8630f1e3f874de520c130db14148
> Align ResourceProfile/ResourceSpec fields with the new TaskExecutor memory
> setups.
> ----------------------------------------------------------------------------------
>
> Key: FLINK-14405
> URL: https://issues.apache.org/jira/browse/FLINK-14405
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / Task
> Reporter: Xintong Song
> Assignee: Xintong Song
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.10.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> According to FLIP-49, a task can consume the following TaskExecutor
> resources, which will also be the fields of *ResourceProfile*.
> * CPU
> * Task Heap Memory
> * Task Off-Heap Memory
> * On-Heap Managed Memory
> * Off-Heap Managed Memory
> * Shuffle Memory
> * Extended Resources
> All the resource requirements should be specified by the operators, except
> Shuffle Memory which should be decided by JobMaster according to the topology
> of the physical graph. Therefore, a *ResourceSpec* should have the following
> fields.
> * CPU
> * Task Heap Memory
> * Task Off-Heap Memory
> * On-Heap Managed Memory
> * Off-Heap Managed Memory
> * Extended Resources
--
This message was sent by Atlassian Jira
(v8.3.4#803005)