From dev-return-5340-apmail-giraph-dev-archive=giraph.apache.org@giraph.apache.org Wed Dec 5 23:23:59 2012 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 21021D8D5 for ; Wed, 5 Dec 2012 23:23:59 +0000 (UTC) Received: (qmail 81327 invoked by uid 500); 5 Dec 2012 23:23:58 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 81090 invoked by uid 500); 5 Dec 2012 23:23:58 -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 81003 invoked by uid 500); 5 Dec 2012 23:23:58 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 80999 invoked by uid 99); 5 Dec 2012 23:23:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Dec 2012 23:23:58 +0000 Date: Wed, 5 Dec 2012 23:23:58 +0000 (UTC) From: "Hudson (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: <380667456.65637.1354749838450.JavaMail.jiratomcat@arcas> In-Reply-To: <1070474669.64517.1354735444239.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (GIRAPH-443) Properly size netty buffers when encoding requests 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-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510894#comment-13510894 ] Hudson commented on GIRAPH-443: ------------------------------- Integrated in Giraph-trunk-Commit #303 (See [https://builds.apache.org/job/Giraph-trunk-Commit/303/]) GIRAPH-443: Properly size netty buffers when encoding requests (Revision 1417641) Result = SUCCESS maja : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1417641 Files : * /giraph/trunk/CHANGELOG * /giraph/trunk/giraph/src/main/java/org/apache/giraph/comm/netty/handler/RequestEncoder.java * /giraph/trunk/giraph/src/main/java/org/apache/giraph/comm/requests/ByteArrayRequest.java * /giraph/trunk/giraph/src/main/java/org/apache/giraph/comm/requests/SaslTokenMessageRequest.java * /giraph/trunk/giraph/src/main/java/org/apache/giraph/comm/requests/SendPartitionCurrentMessagesRequest.java * /giraph/trunk/giraph/src/main/java/org/apache/giraph/comm/requests/SendPartitionMutationsRequest.java * /giraph/trunk/giraph/src/main/java/org/apache/giraph/comm/requests/SendVertexRequest.java * /giraph/trunk/giraph/src/main/java/org/apache/giraph/comm/requests/SendWorkerMessagesRequest.java * /giraph/trunk/giraph/src/main/java/org/apache/giraph/comm/requests/WritableRequest.java * /giraph/trunk/giraph/src/main/java/org/apache/giraph/utils/ByteArrayVertexIdMessages.java > Properly size netty buffers when encoding requests > -------------------------------------------------- > > Key: GIRAPH-443 > URL: https://issues.apache.org/jira/browse/GIRAPH-443 > Project: Giraph > Issue Type: Improvement > Reporter: Maja Kabiljo > Assignee: Maja Kabiljo > Attachments: GIRAPH-443.patch, GIRAPH-443.patch > > > For some type of requests, it's easy to calculate the exact size of requests, and create the buffers as big as we need. -- 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