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 9F598200B17 for ; Tue, 7 Jun 2016 05:17:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9E0E4160A55; Tue, 7 Jun 2016 03:17: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 E64BC160A24 for ; Tue, 7 Jun 2016 05:17:21 +0200 (CEST) Received: (qmail 26979 invoked by uid 500); 7 Jun 2016 03:17:21 -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 26967 invoked by uid 99); 7 Jun 2016 03:17:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2016 03:17:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E7A122C033A for ; Tue, 7 Jun 2016 03:17:20 +0000 (UTC) Date: Tue, 7 Jun 2016 03:17:20 +0000 (UTC) From: "Julia (JIRA)" To: dev@reef.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (REEF-1251) IMRU Driver handlers for Fault Tolerant MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 07 Jun 2016 03:17:22 -0000 [ https://issues.apache.org/jira/browse/REEF-1251?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] Julia updated REEF-1251: ------------------------ Summary: IMRU Driver handlers for Fault Tolerant (was: Driver handlers= in Evaluator recovery ) > IMRU Driver handlers for Fault Tolerant > --------------------------------------- > > Key: REEF-1251 > URL: https://issues.apache.org/jira/browse/REEF-1251 > Project: REEF > Issue Type: Task > Components: REEF.NET, REEF.NET Evaluator > Reporter: Julia > Assignee: Julia > Labels: FT > > Handles communications between driver and evaluators for evaluator and ta= sk recovery when some evaluators fail. The following describe a flow for an= example: > Here is the control flow in normal scenario: > a.=09All the task, context and task status information is maintained in T= ask Manager when tasks are created at the first time > b.=09Task1, task2, Task3 s are queued in Task Starter=20 > c.=09When all tasks in a group is ready, tasks are submitted > d.=09When tasks start running, task status is updated in Task Manager > e.=09Evaluator 3 failed=20 > f.=09Driver received failed evaluator event and report it to Evaluator Ma= nager > g.=09Task Manager update task status to set task3 as failed > h.=09Driver send message to task1 and task2 to stop them and update task = status in Task Manager > i.=09Driver request a new evaluator3=E2=80=99 for failed evaluator and su= bmit a new context3=E2=80=99 for it and add a new task3=E2=80=99 to the que= ue > j.=09Driver recreate task1=E2=80=99 and task2=E2=80=99 with existing cont= ext1 and context2 add them to the queue > k.=09When all the new tasks in the communication group are ready, start t= asks as in step c. -- This message was sent by Atlassian JIRA (v6.3.4#6332)