Return-Path: X-Original-To: apmail-hama-dev-archive@www.apache.org Delivered-To: apmail-hama-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 032C0DC4E for ; Tue, 11 Sep 2012 08:12:09 +0000 (UTC) Received: (qmail 95604 invoked by uid 500); 11 Sep 2012 08:12:08 -0000 Delivered-To: apmail-hama-dev-archive@hama.apache.org Received: (qmail 95522 invoked by uid 500); 11 Sep 2012 08:12:08 -0000 Mailing-List: contact dev-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hama.apache.org Delivered-To: mailing list dev@hama.apache.org Received: (qmail 95503 invoked by uid 500); 11 Sep 2012 08:12:08 -0000 Delivered-To: apmail-incubator-hama-dev@incubator.apache.org Received: (qmail 95499 invoked by uid 99); 11 Sep 2012 08:12:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2012 08:12:08 +0000 Date: Tue, 11 Sep 2012 19:12:08 +1100 (NCT) From: "Thomas Jungblut (JIRA)" To: hama-dev@incubator.apache.org Message-ID: <194645196.62297.1347351128237.JavaMail.jiratomcat@arcas> In-Reply-To: <834577728.349.1334748701167.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HAMA-557) Implement Checkpointing service in Hama 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/HAMA-557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13452815#comment-13452815 ] Thomas Jungblut commented on HAMA-557: -------------------------------------- bq.Should we merge "bsp.ft.enabled" and "bsp.checkpoint.enabled" into one? +1 > Implement Checkpointing service in Hama > --------------------------------------- > > Key: HAMA-557 > URL: https://issues.apache.org/jira/browse/HAMA-557 > Project: Hama > Issue Type: Sub-task > Components: bsp core > Affects Versions: 0.6.0 > Reporter: Suraj Menon > Assignee: Suraj Menon > Fix For: 0.6.0 > > Attachments: HAMA-505-557-610-611-v1.patch, HAMA-505-557-610-611-v2.patch, HAMA-557-ft-framework.patch > > > Implement checkpointing service in Apache Hama. My patches for HAMA-533 and HAMA-534 are blocked on this. > - Checkpointing should be done as messages are either sent or received. I prefer while receiving messages, as we can achieve some parallelism with asynchronous messages. Please comment if you differ. > - BSPMaster should hold the checkpoint status for each task. Checkpoint status includes superstep count and file information for which checkpointing is complete > - MessageManager should notify Checkpointer of a new message at BSPPeer. > - Implement/Reuse MessageBundle class as splitClass in BSPPeerImpl for recovery in initInput. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira