Return-Path: X-Original-To: apmail-hama-dev-archive@www.apache.org Delivered-To: apmail-hama-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 222EC11A1E for ; Thu, 7 Aug 2014 09:06:13 +0000 (UTC) Received: (qmail 74737 invoked by uid 500); 7 Aug 2014 09:06:12 -0000 Delivered-To: apmail-hama-dev-archive@hama.apache.org Received: (qmail 74706 invoked by uid 500); 7 Aug 2014 09:06:12 -0000 Mailing-List: contact dev-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hama.apache.org Delivered-To: mailing list dev@hama.apache.org Received: (qmail 74694 invoked by uid 99); 7 Aug 2014 09:06:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2014 09:06:12 +0000 Date: Thu, 7 Aug 2014 09:06:12 +0000 (UTC) From: "ByungSeok Min (JIRA)" To: dev@hama.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HAMA-913) Adding Implementation of RPC 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/HAMA-913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14089035#comment-14089035 ] ByungSeok Min commented on HAMA-913: ------------------------------------ Hello Yoon. As you said, I performed the test by increasing the task However, because there is not enough memory in the test PC, I tested the task by increasing only 3. [Environment] - H/W : Intel Core i5 1.80Ghz*4Core 4GB - TestCase : PageRank, 2, 3task(opt:-Xms1024m), 20,000vertices [Results - 2 Task] || vertices || edges per vertex || Hama 0.7.0-SNAPSHOT(AS-IS) || Hama 0.7.0-SNAPSHOT(Netty) || | 20000 | 100 | 55.205 | 55.155 | | 20000 | 200 | 94.168 | 94.478 | | 20000 | 300 | 139.303 | 139.239 | | 20000 | 400 | 208.391 | 205.311 | | 20000 | 500 | Job failed. | Job failed. | [Results - 3 Task] || vertices || edges per vertex || Hama 0.7.0-SNAPSHOT(AS-IS) || Hama 0.7.0-SNAPSHOT(Netty) || | 20000 | 100 | 49.189 | 52.171 | | 20000 | 200 | 88.166 | 88.152 | | 20000 | 300 | 124.310 | 124.306 | | 20000 | 400 | 169.424 | 169.875 | | 20000 | 500 | 220.916 | 220.944 | This test showed similar results But, often had unusual results. I think it needs further testing for reliability. > Adding Implementation of RPC > ---------------------------- > > Key: HAMA-913 > URL: https://issues.apache.org/jira/browse/HAMA-913 > Project: Hama > Issue Type: Improvement > Components: bsp core > Affects Versions: 0.6.4 > Reporter: ByungSeok Min > Priority: Minor > Labels: core, messaging, netty > Fix For: 0.7.0 > > Attachments: HAMA-913-v01.patch, HAMA-913-v02.patch, HAMA-913-v03.patch > > > The current RPC server code is too complex and there are some unnecessary code > So, It seems good to add implementation of RPC such as netty -- This message was sent by Atlassian JIRA (v6.2#6252)