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

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to