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 3EE56D8D7 for ; Mon, 15 Oct 2012 23:41:04 +0000 (UTC) Received: (qmail 63960 invoked by uid 500); 15 Oct 2012 23:41:04 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 63892 invoked by uid 500); 15 Oct 2012 23:41:03 -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 63751 invoked by uid 500); 15 Oct 2012 23:41:03 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 63714 invoked by uid 99); 15 Oct 2012 23:41:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2012 23:41:03 +0000 Date: Mon, 15 Oct 2012 23:41:03 +0000 (UTC) From: "Maja Kabiljo (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: <1374401650.48565.1350344463824.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (GIRAPH-372) Write worker addresses to Zookeeper; move addresses and resolution to NettyClient MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Maja Kabiljo created GIRAPH-372: ----------------------------------- Summary: Write worker addresses to Zookeeper; move addresses and resolution to NettyClient Key: GIRAPH-372 URL: https://issues.apache.org/jira/browse/GIRAPH-372 Project: Giraph Issue Type: Improvement Reporter: Maja Kabiljo Assignee: Maja Kabiljo In preparation for GIRAPH-273, we need to have addresses of all workers available, so I write them to Zookeeper along with the master address. Since address resoultion is needed in both NettyWorkerClient and NettyMasterClient, I moved that to NettyClient, and also added a map taskId->address in there. Now NettyMasterClient and NettyWorkerClient don't need to take care of InetSocketAddresses, just task ids which they want to send messages to. -- 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