Return-Path: X-Original-To: apmail-giraph-dev-archive@www.apache.org Delivered-To: apmail-giraph-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 98DBFDB25 for ; Mon, 13 Aug 2012 13:44:39 +0000 (UTC) Received: (qmail 12435 invoked by uid 500); 13 Aug 2012 13:44:39 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 12311 invoked by uid 500); 13 Aug 2012 13:44:38 -0000 Mailing-List: contact dev-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list dev@giraph.apache.org Received: (qmail 12298 invoked by uid 500); 13 Aug 2012 13:44:38 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 12291 invoked by uid 99); 13 Aug 2012 13:44:38 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2012 13:44:38 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 012072C5ACA for ; Mon, 13 Aug 2012 13:44:38 +0000 (UTC) Date: Tue, 14 Aug 2012 00:44:38 +1100 (NCT) From: "Maja Kabiljo (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: <475180210.1692.1344865478005.JavaMail.jiratomcat@arcas> In-Reply-To: <579820765.1041.1344848258086.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (GIRAPH-296) TotalNumVertices and TotalNumEdges are not saved in checkpoint 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/GIRAPH-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maja Kabiljo updated GIRAPH-296: -------------------------------- Attachment: GIRAPH-296.patch Added GlobalStats to checkpointed data. > TotalNumVertices and TotalNumEdges are not saved in checkpoint > -------------------------------------------------------------- > > Key: GIRAPH-296 > URL: https://issues.apache.org/jira/browse/GIRAPH-296 > Project: Giraph > Issue Type: Bug > Reporter: Maja Kabiljo > Assignee: Maja Kabiljo > Attachments: GIRAPH-296.patch > > > When we restart from a checkpoint, the values of TotalNumVertices and TotalNumEdges are set to -1. Therefore algorithms which use those numbers don't work well with checkpointing. We should store those values in the checkpoint also. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira