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 B4A67200BEE for ; Fri, 16 Dec 2016 19:57:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B34D7160B10; Fri, 16 Dec 2016 18:57: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 7B0F7160B35 for ; Fri, 16 Dec 2016 19:56:59 +0100 (CET) Received: (qmail 15036 invoked by uid 500); 16 Dec 2016 18:56:58 -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 15020 invoked by uid 99); 16 Dec 2016 18:56:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Dec 2016 18:56:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6F3E92C03E4 for ; Fri, 16 Dec 2016 18:56:58 +0000 (UTC) Date: Fri, 16 Dec 2016 18:56:58 +0000 (UTC) From: "Zhitao Li (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MESOS-1280) Add replace task primitive MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 16 Dec 2016 18:57:00 -0000 [ https://issues.apache.org/jira/browse/MESOS-1280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15755230#comment-15755230 ] Zhitao Li commented on MESOS-1280: ---------------------------------- Hi, is there any common interest in pursuing this in the next 1-2 Mesos release cycles? Our organization is quite interested in adding this capability for a couple of reasons, and would be happy if some committer is willing to shepherd us. Thanks! > Add replace task primitive > -------------------------- > > Key: MESOS-1280 > URL: https://issues.apache.org/jira/browse/MESOS-1280 > Project: Mesos > Issue Type: Bug > Components: agent, c++ api, master > Reporter: Niklas Quarfot Nielsen > Labels: mesosphere > > Also along the lines of MESOS-938, replaceTask would one of a couple of primitives needed to support various task replacement and scaling scenarios. This replaceTask() version is significantly simpler than the first proposed one; it's only responsibility is to run a new task info on a running tasks resources. > The running task will be killed as usual, but the newly freed resources will never be announced and the new task will run on them instead. -- This message was sent by Atlassian JIRA (v6.3.4#6332)