[
https://issues.apache.org/jira/browse/FLINK-21047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xintong Song closed FLINK-21047.
--------------------------------
Resolution: Fixed
Merged via
* master (1.13): 0ad9a76d8c2fcd0af576cb483daf511f24b517ce
> Expose the correct registered/free resources information in SlotManager
> -----------------------------------------------------------------------
>
> Key: FLINK-21047
> URL: https://issues.apache.org/jira/browse/FLINK-21047
> Project: Flink
> Issue Type: Task
> Components: Runtime / Coordination, Runtime / Metrics
> Reporter: Yangze Guo
> Assignee: Yangze Guo
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.13.0
>
>
> In FLINK-16640, we extend ResourceOverview and TaskManager(Details)Info for
> registered/free resources. However, the implementation is based on the
> assumption that all the registered task executors are homogeneous with the
> default resource spec. This assumption will be broken in standalone mode when
> user manually starts heterogeneous task executors.
> We need to calculate the registered/free resources according to the exact
> {{defaultSlotResourceProfile}} and {{totalResourceProfile}} of
> \{{TaskExecutorRegistrations}}.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)