[ 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)