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 43ED3D49B for ; Tue, 7 Aug 2012 19:32:11 +0000 (UTC) Received: (qmail 56374 invoked by uid 500); 7 Aug 2012 19:32:11 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 56321 invoked by uid 500); 7 Aug 2012 19:32: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 56310 invoked by uid 500); 7 Aug 2012 19:32:11 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 56296 invoked by uid 99); 7 Aug 2012 19:32: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:32:11 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id A482C14285A for ; Tue, 7 Aug 2012 19:32:10 +0000 (UTC) Date: Tue, 7 Aug 2012 19:32:10 +0000 (UTC) From: "Avery Ching (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: <233462540.967.1344367930676.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1616616338.62607.1342510054831.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (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:all-tabpanel ] Avery Ching updated GIRAPH-262: ------------------------------- Summary: Netty optimization to handle requests locally whenever possible (was: Netty optimizations and bandwidth tracking) > 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