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 95B1D200BA2 for ; Sun, 16 Oct 2016 10:52:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 94331160AE2; Sun, 16 Oct 2016 08:52: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 0B79E160ACE for ; Sun, 16 Oct 2016 10:52:22 +0200 (CEST) Received: (qmail 17162 invoked by uid 500); 16 Oct 2016 08:52:22 -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 17153 invoked by uid 99); 16 Oct 2016 08:52:22 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Oct 2016 08:52:22 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EB37B2C014C for ; Sun, 16 Oct 2016 08:52:21 +0000 (UTC) Date: Sun, 16 Oct 2016 08:52:21 +0000 (UTC) From: "Till Rohrmann (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (FLINK-4357) Implement TaskManager side of slot allocation from ResourceManager MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 16 Oct 2016 08:52:23 -0000 [ https://issues.apache.org/jira/browse/FLINK-4357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-4357. -------------------------------- Resolution: Fixed Done via FLINK-4360 > Implement TaskManager side of slot allocation from ResourceManager > ------------------------------------------------------------------ > > Key: FLINK-4357 > URL: https://issues.apache.org/jira/browse/FLINK-4357 > Project: Flink > Issue Type: Sub-task > Components: Cluster Management > Reporter: Zhijiang Wang > Assignee: Till Rohrmann > > The {{ResourceManager}} may tell the {{TaskManager}} to give a slot to a specific {{JobManager}}. > The slot allocation messages are fenced via ({{RmLeaderID}}, {{JobID}}, {{AllocationID}}, {{ResourceID}}). > The TM will ack the request ({{RmLeaderID}},{{AllocationID}}) to the RM and then offer that slot to the JM. If not accepted by JM, the TM notifies the RM that the slot is in fact available. -- This message was sent by Atlassian JIRA (v6.3.4#6332)