[
https://issues.apache.org/jira/browse/FLINK-4958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15615382#comment-15615382
]
ASF GitHub Bot commented on FLINK-4958:
---------------------------------------
GitHub user tillrohrmann opened a pull request:
https://github.com/apache/flink/pull/2721
[FLINK-4958] [tm] Send slot report to RM when registering
Create a `SlotReport` in the `TaskSlotTable` when trying to register at the
`ResourceManager`. The `SlotReport` contains for each `TaskSlot` a `SlotStatus`
entry which is used to populate the `SlotManager` on the `ResourceManager`.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tillrohrmann/flink addSlotReport
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2721.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2721
----
commit 89c3ff21f9ec18e22314fc0725018ac9f144fcc5
Author: Till Rohrmann <[email protected]>
Date: 2016-10-28T13:04:00Z
[FLINK-4958] [tm] Send slot report to RM when registering
Fix failing test cases
----
> Send slot report to RM when registering
> ---------------------------------------
>
> Key: FLINK-4958
> URL: https://issues.apache.org/jira/browse/FLINK-4958
> Project: Flink
> Issue Type: Sub-task
> Components: TaskManager
> Reporter: Till Rohrmann
> Assignee: Till Rohrmann
> Labels: flip-6
>
> The {{TaskExecutor}} should send a {{SlotReport}} to the {{ResourceManager}}
> when registering at it. That way the RM is notified about the available slots
> on the TM.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)