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 11ADD9C06 for ; Wed, 15 Aug 2012 14:32:39 +0000 (UTC) Received: (qmail 66975 invoked by uid 500); 15 Aug 2012 14:32:39 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 66887 invoked by uid 500); 15 Aug 2012 14:32: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 66877 invoked by uid 500); 15 Aug 2012 14:32:38 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 66871 invoked by uid 99); 15 Aug 2012 14:32:38 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Aug 2012 14:32:38 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 650242C5BE2 for ; Wed, 15 Aug 2012 14:32:38 +0000 (UTC) Date: Thu, 16 Aug 2012 01:32:38 +1100 (NCT) From: "Alessandro Presta (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: <1022176685.13711.1345041158414.JavaMail.jiratomcat@arcas> In-Reply-To: <579820765.1041.1344848258086.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (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:comment-tabpanel&focusedCommentId=13435155#comment-13435155 ] Alessandro Presta commented on GIRAPH-296: ------------------------------------------ By the way: +1, committed. Thanks Maja for spotting this! > 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, 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