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 8E17E200BAB for ; Fri, 7 Oct 2016 16:44:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8CB7C160AE8; Fri, 7 Oct 2016 14:44:22 +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 CB820160AD6 for ; Fri, 7 Oct 2016 16:44:21 +0200 (CEST) Received: (qmail 12773 invoked by uid 500); 7 Oct 2016 14:44:20 -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 12754 invoked by uid 99); 7 Oct 2016 14:44:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2016 14:44:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 80CBF2C0D53 for ; Fri, 7 Oct 2016 14:44:20 +0000 (UTC) Date: Fri, 7 Oct 2016 14:44:20 +0000 (UTC) From: "Neil Conway (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (MESOS-6329) Send TASK_DROPPED for task launch errors MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 07 Oct 2016 14:44:22 -0000 Neil Conway created MESOS-6329: ---------------------------------- Summary: Send TASK_DROPPED for task launch errors Key: MESOS-6329 URL: https://issues.apache.org/jira/browse/MESOS-6329 Project: Mesos Issue Type: Improvement Components: master Reporter: Neil Conway Assignee: Neil Conway In Mesos <= 1.0, we send {{TASK_LOST}} for task launch attempts that fail due to a transient error (e.g., a concurrent dynamic reservation that consumes the resources the task launch was trying to use). For PARTITION_AWARE frameworks, we should instead send TASK_DROPPED in this case. -- This message was sent by Atlassian JIRA (v6.3.4#6332)