From hama-user-return-250-apmail-incubator-hama-user-archive=incubator.apache.org@incubator.apache.org Mon Feb 14 14:30:43 2011 Return-Path: Delivered-To: apmail-incubator-hama-user-archive@minotaur.apache.org Received: (qmail 1293 invoked from network); 14 Feb 2011 14:30:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Feb 2011 14:30:43 -0000 Received: (qmail 95776 invoked by uid 500); 14 Feb 2011 14:30:43 -0000 Delivered-To: apmail-incubator-hama-user-archive@incubator.apache.org Received: (qmail 95660 invoked by uid 500); 14 Feb 2011 14:30:40 -0000 Mailing-List: contact hama-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hama-user@incubator.apache.org Delivered-To: mailing list hama-user@incubator.apache.org Received: (qmail 95652 invoked by uid 99); 14 Feb 2011 14:30:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Feb 2011 14:30:39 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of braszek@gmail.com designates 209.85.210.175 as permitted sender) Received: from [209.85.210.175] (HELO mail-iy0-f175.google.com) (209.85.210.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Feb 2011 14:30:32 +0000 Received: by iyj8 with SMTP id 8so4828040iyj.6 for ; Mon, 14 Feb 2011 06:30:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=IdBtuwHQ2Eo/6KQdjH10wuR0EfIiZVKisKwMiMYz3YY=; b=Zr4DT0+KQdCcEIiAJRgBGuOBANCBEeVDnTk02/dBVJ4GYyfn7Ya6wDYiuShPLElUNs 36Vl7SQz++2a0/0/chXwDWT2j4qRh5NfKBlprO4MIW8gsuePvyISPI++tPcMljQHb5c6 naDc3A5M4ExJzTYYLL/KyqtR2O8MkbCc+Zh0M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=fm++JoSMdP/CnfcrqlQm0xPQhdJhXANPJmTGWilPm14sipbugj8BV9ZQISQW+f9taY kBktP/31wz7rmnTfK500/b4EoRBMbplRt62Rgm7hBlO5T2XNpJ7M+U3+XWks71qkT/vw HdwbTtIBd/bw6PhpaE/vNHAkwla3PKwfKKEaM= Received: by 10.231.199.77 with SMTP id er13mr3040341ibb.44.1297693810860; Mon, 14 Feb 2011 06:30:10 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.182.72 with HTTP; Mon, 14 Feb 2011 06:29:50 -0800 (PST) In-Reply-To: References: From: =?UTF-8?B?UGF3ZcWCIEJyYWNo?= Date: Mon, 14 Feb 2011 15:29:50 +0100 Message-ID: Subject: Re: communication To: hama-user@incubator.apache.org Content-Type: multipart/alternative; boundary=90e6ba47682b9fa387049c3ee25e X-Virus-Checked: Checked by ClamAV on apache.org --90e6ba47682b9fa387049c3ee25e Content-Type: text/plain; charset=ISO-8859-1 Thanks for quick bugfix. Could you provide me an example code, where you control number of supersteps by sending messages to itself ? I'm really confused looking at SerializePrinting example provided with Hama. There is no send message and there are 3 supersteps. It looks like the number of supersteps in controlled by number of loop iterations in the bsp() method. What's more, in the javadoc there is info about sync method: "Sends all the messages in the outgoing message queues to the corresponding remote peers." So what is the reason to call sync() in the SerializePrinting example (outgoing queue is empty). Thanks, Pawel 2011/2/14 Edward J. Yoon > Oh, thanks for nice report! > > At this time, it looks like impossible to send one more messages on to > same server in bsp() method. It's a bug. I'll fix it now. > > Pls, update your TRUNK. > > --90e6ba47682b9fa387049c3ee25e--