Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3139B200B83 for ; Fri, 2 Sep 2016 16:31:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2FD67160A8C; Fri, 2 Sep 2016 14:31:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 748DE160AAE for ; Fri, 2 Sep 2016 16:31:22 +0200 (CEST) Received: (qmail 29948 invoked by uid 500); 2 Sep 2016 14:31:21 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 29918 invoked by uid 99); 2 Sep 2016 14:31:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2016 14:31:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 3A53F2C1B81 for ; Fri, 2 Sep 2016 14:31:21 +0000 (UTC) Date: Fri, 2 Sep 2016 14:31:21 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-4538) Implement slot allocation protocol with JobMaster MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 02 Sep 2016 14:31:23 -0000 [ 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 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)