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 38C54D540 for ; Tue, 7 Aug 2012 19:55:11 +0000 (UTC) Received: (qmail 26265 invoked by uid 500); 7 Aug 2012 19:55:11 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 26203 invoked by uid 500); 7 Aug 2012 19:55:11 -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 26193 invoked by uid 500); 7 Aug 2012 19:55:11 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 26190 invoked by uid 99); 7 Aug 2012 19:55:11 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2012 19:55:11 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id D3F25142860 for ; Tue, 7 Aug 2012 19:55:10 +0000 (UTC) Date: Tue, 7 Aug 2012 19:55:10 +0000 (UTC) From: "Eugene Koontz (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: <1820786586.1094.1344369310870.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1616616338.62607.1342510054831.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (GIRAPH-262) Netty optimization to handle requests locally whenever possible 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-262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13430577#comment-13430577 ] Eugene Koontz commented on GIRAPH-262: -------------------------------------- +1. Passes mvn clean verify with no -P (Hadoop 0.20.203.0) and with -Phadoop_trunk. > Netty optimization to handle requests locally whenever possible > --------------------------------------------------------------- > > Key: GIRAPH-262 > URL: https://issues.apache.org/jira/browse/GIRAPH-262 > Project: Giraph > Issue Type: Improvement > Reporter: Avery Ching > Assignee: Avery Ching > Attachments: GIRAPH-262.2.patch, GIRAPH-262.3.patch, GIRAPH-262.4.patch, GIRAPH-262.5.patch, GIRAPH-262.patch > > > * Makes netty the default instead of HadoopRPC > * Added optimization to handle requests locally when possible rather than go over the network > * Added TimedLogger to print only within a given time period > * Added optimization for using multiple channels between clients/servers when bandwidth is limited per connection > * Added ByteCounter to track bandwidth across Netty (can be later integrated with GIRAPH-232). > * Upgraded rat to 0.8 and excluded iml files (Intellij Idea) -- 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