Return-Path: X-Original-To: apmail-mesos-issues-archive@minotaur.apache.org Delivered-To: apmail-mesos-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6004017ACC for ; Tue, 29 Sep 2015 00:16:04 +0000 (UTC) Received: (qmail 8202 invoked by uid 500); 29 Sep 2015 00:16:04 -0000 Delivered-To: apmail-mesos-issues-archive@mesos.apache.org Received: (qmail 8168 invoked by uid 500); 29 Sep 2015 00:16:04 -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 8157 invoked by uid 99); 29 Sep 2015 00:16:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Sep 2015 00:16:04 +0000 Date: Tue, 29 Sep 2015 00:16:04 +0000 (UTC) From: "Jie Yu (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MESOS-3547) Investigate self-hosting Mesos processes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MESOS-3547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934378#comment-14934378 ] Jie Yu commented on MESOS-3547: ------------------------------- Flying by... This is really interesting! Wondering if slave itself can be a "persistent task" or not? The cyclic dependency means that we need some sort of bootstrapping. Having a bootstrapping means maybe we can do self slave upgrading? Just some random thoughts :) > Investigate self-hosting Mesos processes > ---------------------------------------- > > Key: MESOS-3547 > URL: https://issues.apache.org/jira/browse/MESOS-3547 > Project: Mesos > Issue Type: Improvement > Components: master > Reporter: Neil Conway > > Right now, Mesos master and slave nodes are managed differently: they use different binaries and startup scripts and require different ops procedures. Some of this asymmetric is essential, but perhaps not all of it is. If Mesos supported a concept of "persistent tasks" (see [MESOS-3545]), it might be possible to implement the Mesos master as such a task -- this might help unify the ops procedures between a master and a slave. -- This message was sent by Atlassian JIRA (v6.3.4#6332)