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 88A5DDE62 for ; Tue, 31 Jul 2012 17:27:35 +0000 (UTC) Received: (qmail 12472 invoked by uid 500); 31 Jul 2012 17:27:35 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 12440 invoked by uid 500); 31 Jul 2012 17:27:35 -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 12428 invoked by uid 500); 31 Jul 2012 17:27:35 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 12425 invoked by uid 99); 31 Jul 2012 17:27:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2012 17:27:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 0D186142855 for ; Tue, 31 Jul 2012 17:27:35 +0000 (UTC) Date: Tue, 31 Jul 2012 17:27:35 +0000 (UTC) From: "Maja Kabiljo (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: <366759854.122264.1343755655057.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1184453355.115883.1343651974503.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (GIRAPH-273) Aggregators shouldn't use Zookeeper 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-273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13425936#comment-13425936 ] Maja Kabiljo commented on GIRAPH-273: ------------------------------------- Ok, I'll implement it using just messaging then. Do we have the address of master stored somewhere on the worker? > Aggregators shouldn't use Zookeeper > ----------------------------------- > > Key: GIRAPH-273 > URL: https://issues.apache.org/jira/browse/GIRAPH-273 > Project: Giraph > Issue Type: Improvement > Reporter: Maja Kabiljo > Assignee: Maja Kabiljo > > We use Zookeeper znodes to transfer aggregated values from workers to master and back. Zookeeper is supposed to be used for coordination, and it also has a memory limit which prevents users from having aggregators with large value objects. These are the reasons why we should implement aggregators gathering and distribution in a different way. -- 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