[
https://issues.apache.org/jira/browse/HAMA-913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ByungSeok Min updated HAMA-913:
-------------------------------
Attachment: HAMA-913-v01.patch
I implemented the RPC using netty.
[implementation class as follows]
- AsyncClient : RPC Client using netty
- AsyncServer : RPC Server using netty
- AsyncRPC : RPC using netty
- HamaAsyncMessageManagerImpl : Implementation of the HamaMessageManager using
netty
[testcase as follows]
- TestAsyncIPC : Tescase for AsyncServer and AsyncClient
- TestAsyncRPC : Testcase for AsyncRPC
- TestHamaAsyncMessageManager : Tsetcase for HamaAsyncMessageManager
In addition, I am going to improve performance.
* Any feedback would be greatly appreciated!
> 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
> Fix For: 0.7.0
>
> Attachments: HAMA-913-v01.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)