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.