You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Filipe Manana (JIRA)" <ji...@apache.org> on 2010/10/21 03:49:29 UTC

[jira] Updated: (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:all-tabpanel ]

Filipe Manana updated HAMA-319:
-------------------------------

    Attachment: hama-319.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.