[
https://issues.apache.org/jira/browse/HAMA-858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13890740#comment-13890740
]
Edward J. Yoon commented on HAMA-858:
-------------------------------------
It seems still problematic. If I sort the messages, unit test fails.
{code}
List<TextPair> buffer = new ArrayList<TextPair>();
for (TextPair next : msgs) {
buffer.add(new TextPair(next.getFirst(), next.getSecond()));
}
+ Collections.sort(buffer);
{code}
> Implement SortedDiskQueue
> -------------------------
>
> Key: HAMA-858
> URL: https://issues.apache.org/jira/browse/HAMA-858
> Project: Hama
> Issue Type: Bug
> Components: bsp core, graph
> Affects Versions: 0.6.3
> Reporter: Edward J. Yoon
> Assignee: Edward J. Yoon
> Fix For: 0.7.0
>
> Attachments: sorteddiskqueue.patch
>
>
> merge sort can be used.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)