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/01/14 06:02:53 UTC

[jira] [Updated] (HAMA-849) No need to use sorted queue for outgoingQueue

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

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

    Attachment: HAMA-849.patch

attach my patch.

> No need to use sorted queue for outgoingQueue 
> ----------------------------------------------
>
>                 Key: HAMA-849
>                 URL: https://issues.apache.org/jira/browse/HAMA-849
>             Project: Hama
>          Issue Type: Improvement
>          Components: bsp core, graph
>    Affects Versions: 0.6.3
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.7.0
>
>         Attachments: HAMA-849.patch
>
>
> Basically message transfer protocol provides senderQueue and receiverQueue separately. Since only incoming queue should be sorted, there's no need to use sorted queue for outgoingQueue.
> In graphJobRunner case, we can use diskqueue and sortedqueue to reduce the memory usage until sorted spilling queue is implemented.



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