Return-Path: Delivered-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Received: (qmail 77830 invoked from network); 9 Nov 2010 08:30:02 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 9 Nov 2010 08:30:02 -0000 Received: (qmail 33949 invoked by uid 500); 9 Nov 2010 08:30:33 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 33860 invoked by uid 500); 9 Nov 2010 08:30:32 -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 33851 invoked by uid 99); 9 Nov 2010 08:30:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Nov 2010 08:30:31 +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; Tue, 09 Nov 2010 08:30:29 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA98U7S8009812 for ; Tue, 9 Nov 2010 08:30:07 GMT Message-ID: <29044415.98641289291407304.JavaMail.jira@thor> Date: Tue, 9 Nov 2010 03:30:07 -0500 (EST) From: "Hudson (JIRA)" To: hama-dev@incubator.apache.org Subject: [jira] Commented: (HAMA-321) Replace the value of "bsp.peers.num" in enterBarrier() method In-Reply-To: <4774839.94861288158979734.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-321?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12930020#action_12930020 ] Hudson commented on HAMA-321: ----------------------------- -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12459145/HAMA-321_v02.patch against trunk revision 1032884. @author +1. The patch does not contain any @author tags. tests included +1. The patch appears to include 3 new or modified tests. javadoc +1. The javadoc tool did not generate any warning messages. javac +1. The applied patch does not generate any new javac compiler warnings. release audit +1. The applied patch does not generate any new release audit warnings. findbugs +1. The patch does not introduce any new Findbugs warnings. core tests -1. The patch failed core unit tests. Test results: http://hudson.zones.apache.org/hudson/job/Hama-Patch/289/testReport/ Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hama-Patch/289/findbugsResult/ Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hama-Patch/289/artifact/trunk/build/test/checkstyle-errors.html Console output: http://hudson.zones.apache.org/hudson/job/Hama-Patch/289/console This message is automatically generated. > Replace the value of "bsp.peers.num" in enterBarrier() method > ------------------------------------------------------------- > > Key: HAMA-321 > URL: https://issues.apache.org/jira/browse/HAMA-321 > Project: Hama > Issue Type: Bug > Components: bsp > Affects Versions: 0.2.0 > Reporter: Edward J. Yoon > Assignee: Edward J. Yoon > Priority: Critical > Fix For: 0.2.0 > > Attachments: HAMA-321.patch, HAMA-321_v02.patch > > > Each groomserver handles one instance of BSPPeer. > Instead of the value of "bsp.peers.num", we should use the number of groomserver. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.