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 2010/10/21 03:55:30 UTC

[jira] Commented: (HAMA-319) groom servers Map in HeartbeatResponse not correctly serialized

    [ https://issues.apache.org/jira/browse/HAMA-319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923284#action_12923284 ] 

Edward J. Yoon commented on HAMA-319:
-------------------------------------

I'm big +1 on this patch!

> groom servers Map in HeartbeatResponse not correctly serialized
> ---------------------------------------------------------------
>
>                 Key: HAMA-319
>                 URL: https://issues.apache.org/jira/browse/HAMA-319
>             Project: Hama
>          Issue Type: Bug
>          Components: bsp
>    Affects Versions: 0.2.0
>            Reporter: Filipe Manana
>            Assignee: Filipe Manana
>             Fix For: 0.2.0
>
>         Attachments: hama-319.patch
>
>
> The groom servers map in HeartbeatResponse is not correctly serialized.
> groomServers.values().toArray(new String[0])  may not return the values in an order that matches the keys returned by groomServers.keySet().toArray(new String[0])
> The following patch fixes the issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.