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 AAA57200BD0 for ; Wed, 30 Nov 2016 23:24:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A9536160B21; Wed, 30 Nov 2016 22:24:00 +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 056F5160B06 for ; Wed, 30 Nov 2016 23:23:59 +0100 (CET) Received: (qmail 49484 invoked by uid 500); 30 Nov 2016 22:23:59 -0000 Mailing-List: contact issues-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list issues@mesos.apache.org Received: (qmail 49457 invoked by uid 99); 30 Nov 2016 22:23:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Nov 2016 22:23:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D9A242C0453 for ; Wed, 30 Nov 2016 22:23:58 +0000 (UTC) Date: Wed, 30 Nov 2016 22:23:58 +0000 (UTC) From: "Deshi Xiao (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MESOS-5368) Consider introducing persistent agent ID MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 30 Nov 2016 22:24:00 -0000 [ https://issues.apache.org/jira/browse/MESOS-5368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15709994#comment-15709994 ] Deshi Xiao commented on MESOS-5368: ----------------------------------- Yeah, Yan, I think Currently persistent agent Id definition is not clarify. i have reading the MESOS-5368, MESOS-6223, it let me got lost. MESOS-1739 need agent id is persistent in slave reconfiguration case. So i add this issue block on MESOS-5368. I think MESOS-5368 is a feature. Do you have same result? I want to resolve it,but i not found the starting point. anyone can guide me and let me know which way is good start. -- Deshi Xiao Twitter: xds2000 E-mail: xiaods(AT)gmail.com > Consider introducing persistent agent ID > ---------------------------------------- > > Key: MESOS-5368 > URL: https://issues.apache.org/jira/browse/MESOS-5368 > Project: Mesos > Issue Type: Improvement > Reporter: Neil Conway > Labels: mesosphere > > Currently, agent IDs identify a single "session" by an agent: that is, an agent receives an agent ID when it registers with the master; it reuses that agent ID if it disconnects and successfully reregisters; if the agent shuts down and restarts, it registers anew and receives a new agent ID. > It would be convenient to have a "persistent agent ID" that remains the same for the duration of a given agent {{work_dir}}. This would mean that a given persistent volume would not migrate between different persistent agent IDs over time, for example (see MESOS-4894). If we supported permanently removing an agent from the cluster (i.e., the {{work_dir}} and any volumes used by the agent will never be reused), we could use the persistent agent ID to report which agent has been removed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)