Return-Path: X-Original-To: apmail-reef-dev-archive@minotaur.apache.org Delivered-To: apmail-reef-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A306118B42 for ; Sun, 28 Feb 2016 00:50:18 +0000 (UTC) Received: (qmail 35842 invoked by uid 500); 28 Feb 2016 00:50:18 -0000 Delivered-To: apmail-reef-dev-archive@reef.apache.org Received: (qmail 35807 invoked by uid 500); 28 Feb 2016 00:50:18 -0000 Mailing-List: contact dev-help@reef.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@reef.apache.org Delivered-To: mailing list dev@reef.apache.org Received: (qmail 35796 invoked by uid 99); 28 Feb 2016 00:50:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Feb 2016 00:50:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2A8802C1F56 for ; Sun, 28 Feb 2016 00:50:18 +0000 (UTC) Date: Sun, 28 Feb 2016 00:50:18 +0000 (UTC) From: "Julia (JIRA)" To: dev@reef.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (REEF-1223) Fault tolerant - restart failed evaluators 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/REEF-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julia reassigned REEF-1223: --------------------------- Assignee: Julia > Fault tolerant - restart failed evaluators > ------------------------------------------ > > Key: REEF-1223 > URL: https://issues.apache.org/jira/browse/REEF-1223 > Project: REEF > Issue Type: New Feature > Reporter: Julia > Assignee: Julia > > Currently in .Net Group Communication and IMRU scenario, if one of the Evaluator failed for whatever reason, all the Evaluators will be killed by the driver. > There are multiple levels of fault tolerant. The scenario we would like to support in this JIRA is: > * When an evaluator failed, this failed evaluator will be killed and other good Evaluators will stay, but all the tasks running on those Evaluators will be stopped. > * A new Evaluator will be requested and started with the original task. > * Same tasks will be resubmitted to the rest the Evaluators > * The topology of those tasks will be kept in the same group communication as before > * The data that have been downloaded in those good Evaluators will stay. -- This message was sent by Atlassian JIRA (v6.3.4#6332)