Return-Path: X-Original-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-hama-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D54D46662 for ; Tue, 24 May 2011 10:10:35 +0000 (UTC) Received: (qmail 36200 invoked by uid 500); 24 May 2011 10:10:35 -0000 Delivered-To: apmail-incubator-hama-dev-archive@incubator.apache.org Received: (qmail 36173 invoked by uid 500); 24 May 2011 10:10:35 -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 36165 invoked by uid 99); 24 May 2011 10:10:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 May 2011 10:10:35 +0000 X-ASF-Spam-Status: No, hits=3.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ashish.a77777@gmail.com designates 209.85.216.175 as permitted sender) Received: from [209.85.216.175] (HELO mail-qy0-f175.google.com) (209.85.216.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 May 2011 10:10:28 +0000 Received: by qyk35 with SMTP id 35so1632089qyk.6 for ; Tue, 24 May 2011 03:10:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=yfWmEr0/lcxotrQO8wVskSKsaFew02RTJGoFcexAkyI=; b=yAqAaMtI7b6VGLCmSfmzjLieecRolx7Q5ai/grqFSKxsyE2+ZL//tcr+jNH4hesqPv tJ575fQ5+V+xcngt7kavarKgdIrnqmXzk+XgVVvHzGEWIkfonOLeHKNAgsYqRF4Jyr93 QvFccB6eZTtnmLH0FthMC0cZuJrpTdjgqyyBQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=WWa52iV+dgKX4sZlcVjmfQoMIEPHxhpv5qOtIAfKFEzIuvrY9LIHUn2LZXPFiS2A8E dD+oOYmCCQ/GL+Dmcy0svO0L9xFlGzyW/UG30QX5aILsFr6z8u+5dDwHSTlvUVZbe91O 4/U8gnyiq7qmCqZE/VLkD3e9D9WGqvV3fRbhA= MIME-Version: 1.0 Received: by 10.229.24.19 with SMTP id t19mr2616391qcb.167.1306231806971; Tue, 24 May 2011 03:10:06 -0700 (PDT) Received: by 10.229.214.199 with HTTP; Tue, 24 May 2011 03:10:06 -0700 (PDT) Date: Tue, 24 May 2011 03:10:06 -0700 Message-ID: Subject: Questions about HAMA-380 From: Ashish Agarwal To: hama-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=0016364184f1d94f5604a402ca34 X-Virus-Checked: Checked by ClamAV on apache.org --0016364184f1d94f5604a402ca34 Content-Type: text/plain; charset=ISO-8859-1 Hi, I was looking at HAMA-380 and PiEstimator.java and have some questions - 1. In BSPMessageBundle.java, I tried adding breakpoints at different positions but it does not stop the program for somehow. Is there any reason why this is happening ? 2. In PiEstimator, I tried adding breakpoints at - bspPeer.send(masterTask, estimate); and bspPeer.sync(); On both occasions it stops at the public void run() function in the LocalBSPRrunner.java. I see that the message is added to the queue in the sync() function in BSPPeer.java. Does the message get sent using the sync() function or the send() function in BSPPeer ? Thank you for your help. Sincerely, Ashish --0016364184f1d94f5604a402ca34--