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 05:11:51 UTC

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

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

             Summary: 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


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)