You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon (JIRA)" <ji...@apache.org> on 2014/02/12 07:35:20 UTC

[jira] [Updated] (HAMA-870) Runtime message compression in Bundle

     [ https://issues.apache.org/jira/browse/HAMA-870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward J. Yoon updated HAMA-870:
--------------------------------

    Summary: Runtime message compression in Bundle  (was: Refactor runtime message compression)

> Runtime message compression in Bundle
> -------------------------------------
>
>                 Key: HAMA-870
>                 URL: https://issues.apache.org/jira/browse/HAMA-870
>             Project: Hama
>          Issue Type: Improvement
>          Components: bsp core
>    Affects Versions: 0.6.3
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.7.0
>
>
> Original compression flow was like below:
> 1) Bundles messages in outgoing queue
> 2) Serializes bundle object to byte array
> 3) Compresses byte array to new byte array
> 4) Creates BSPCompressedBundle object for RPC communication
> So, it was extremely slow!
> Since BSPMessageBundle handles messages in byte array now, we can runtime compress the messages during bundling. 
> We don't need BSPCompressedBundle class anymore.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)