Return-Path: Delivered-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Received: (qmail 67041 invoked from network); 21 Oct 2010 01:55:53 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Oct 2010 01:55:53 -0000 Received: (qmail 55225 invoked by uid 500); 21 Oct 2010 01:55:53 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 55201 invoked by uid 500); 21 Oct 2010 01:55:53 -0000 Mailing-List: contact hama-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-dev@incubator.apache.org Delivered-To: mailing list hama-dev@incubator.apache.org Received: (qmail 55193 invoked by uid 99); 21 Oct 2010 01:55:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Oct 2010 01:55:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Oct 2010 01:55:51 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9L1tUjr008552 for ; Thu, 21 Oct 2010 01:55:30 GMT Message-ID: <23357009.25201287626130195.JavaMail.jira@thor> Date: Wed, 20 Oct 2010 21:55:30 -0400 (EDT) From: "Edward J. Yoon (JIRA)" To: hama-dev@incubator.apache.org Subject: [jira] Commented: (HAMA-319) groom servers Map in HeartbeatResponse not correctly serialized In-Reply-To: <10945.25111287625767635.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ 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.