Return-Path: X-Original-To: apmail-incubator-giraph-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-giraph-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 C6187775D for ; Tue, 13 Dec 2011 22:30:01 +0000 (UTC) Received: (qmail 78074 invoked by uid 500); 13 Dec 2011 22:30:01 -0000 Delivered-To: apmail-incubator-giraph-dev-archive@incubator.apache.org Received: (qmail 78006 invoked by uid 500); 13 Dec 2011 22:30:01 -0000 Mailing-List: contact giraph-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: giraph-dev@incubator.apache.org Delivered-To: mailing list giraph-dev@incubator.apache.org Received: (qmail 77992 invoked by uid 99); 13 Dec 2011 22:30:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2011 22:30:01 +0000 X-ASF-Spam-Status: No, hits=-2001.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2011 22:29:51 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 89C3F1117F0 for ; Tue, 13 Dec 2011 22:29:30 +0000 (UTC) Date: Tue, 13 Dec 2011 22:29:30 +0000 (UTC) From: "Claudio Martella (Commented) (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: <1964599585.7834.1323815370565.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1672378465.6813.1323803670788.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (GIRAPH-104) Save half of maximum memory used from messaging 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-104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13168794#comment-13168794 ] Claudio Martella commented on GIRAPH-104: ----------------------------------------- supposing the messaging pattern doesn't change between superstep 6 and superstep 8 :) this looks like a great improvement, great work. I went through the review, frankly quite quickly, and it looks very good. I'll check it out better tomorrow and will +1. > Save half of maximum memory used from messaging > ----------------------------------------------- > > Key: GIRAPH-104 > URL: https://issues.apache.org/jira/browse/GIRAPH-104 > Project: Giraph > Issue Type: Improvement > Reporter: Avery Ching > Assignee: Avery Ching > Priority: Critical > Attachments: GIRAPH-104.diff > > > Currently, the amount of memory that Giraph uses for messaging is huge. This JIRA will reduce the messaging memory by half and provide periodic updates of memory for debugging. Details are below: > Refactored RandomMessageBenchmark to an internal vertex class. Added aggregators to RandomMessagesBenchmark to track bytes, messages, and time for the messaging. Adjusted the postSuperstep() to be called after the flush() for more accurate timings. > Added periodic minute updates for message flushing (which can take a while, especially on the memory benchmark). This helps to see how progress is going and gives an ETA. > Memory optimizations include: > - Clear the message list after computation > - Free vertex messages on the source as the flush is going on > - TreeMap -> HashMap for VertexMutations > - Sizing the ArrayList properly in transientInMessages -- 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