You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/02 14:31:21 UTC

[jira] [Commented] (FLINK-4538) Implement slot allocation protocol with JobMaster

    [ https://issues.apache.org/jira/browse/FLINK-4538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458686#comment-15458686 ] 

ASF GitHub Bot commented on FLINK-4538:
---------------------------------------

GitHub user mxm opened a pull request:

    https://github.com/apache/flink/pull/2463

    [FLINK-4538][FLINK-4348] ResourceManager slot allocation protcol

    This implements and tests the ResourceManager part of the protocol for slot allocation.
    
    - associates JobMasters with JobID instead of InstanceID
    - adds TaskExecutorGateway to slot and notify from SlotManager
    - adds SlotManager as RM constructor parameter
    - adds LeaderIdRetriever to keep track of the leader id
    
    - tests the interaction JM->RM requestSlot
    - tests the interaction RM->TM requestSlot

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mxm/flink flip-6

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/2463.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 #2463
    
----
commit 213f4ee6a30bd87e9e04c5a4b22022e0636db9e9
Author: Maximilian Michels <mx...@apache.org>
Date:   2016-09-01T14:53:31Z

    [FLINK-4538][FLINK-4348] ResourceManager slot allocation protcol
    
    - associates JobMasters with JobID instead of InstanceID
    - adds TaskExecutorGateway to slot
    - adds SlotManager as RM constructor parameter
    - adds LeaderIdRetriever to keep track of the leader id
    
    - tests the interaction JM->RM requestSlot
    - tests the interaction RM->TM requestSlot

----


> Implement slot allocation protocol with JobMaster
> -------------------------------------------------
>
>                 Key: FLINK-4538
>                 URL: https://issues.apache.org/jira/browse/FLINK-4538
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Cluster Management
>            Reporter: Maximilian Michels
>            Assignee: Maximilian Michels
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)