Return-Path: X-Original-To: apmail-spark-issues-archive@minotaur.apache.org Delivered-To: apmail-spark-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 EDDFE11774 for ; Sat, 7 Jun 2014 12:06:01 +0000 (UTC) Received: (qmail 28339 invoked by uid 500); 7 Jun 2014 12:06:01 -0000 Delivered-To: apmail-spark-issues-archive@spark.apache.org Received: (qmail 28313 invoked by uid 500); 7 Jun 2014 12:06:01 -0000 Mailing-List: contact issues-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@spark.apache.org Delivered-To: mailing list issues@spark.apache.org Received: (qmail 28304 invoked by uid 99); 7 Jun 2014 12:06:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Jun 2014 12:06:01 +0000 Date: Sat, 7 Jun 2014 12:06:01 +0000 (UTC) From: "Mridul Muralidharan (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SPARK-2064) web ui should not remove executors if they are dead 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/SPARK-2064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14020789#comment-14020789 ] Mridul Muralidharan commented on SPARK-2064: -------------------------------------------- Depending on how long a job runs, this can cause OOM on the master. In yarn (and mesos ?) an executor on the same node gets different port if relaunched on failure - and so end up as different executor in the list. > web ui should not remove executors if they are dead > --------------------------------------------------- > > Key: SPARK-2064 > URL: https://issues.apache.org/jira/browse/SPARK-2064 > Project: Spark > Issue Type: Sub-task > Reporter: Reynold Xin > > We should always show the list of executors that have ever been connected, and add a status column to mark them as dead if they have been disconnected. -- This message was sent by Atlassian JIRA (v6.2#6252)