Return-Path: X-Original-To: apmail-giraph-commits-archive@www.apache.org Delivered-To: apmail-giraph-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6ABFAE532 for ; Tue, 5 Feb 2013 18:58:55 +0000 (UTC) Received: (qmail 80657 invoked by uid 500); 5 Feb 2013 18:58:55 -0000 Delivered-To: apmail-giraph-commits-archive@giraph.apache.org Received: (qmail 80627 invoked by uid 500); 5 Feb 2013 18:58:55 -0000 Mailing-List: contact commits-help@giraph.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@giraph.apache.org Delivered-To: mailing list commits@giraph.apache.org Received: (qmail 80620 invoked by uid 99); 5 Feb 2013 18:58:55 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2013 18:58:55 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 114B282A6F9; Tue, 5 Feb 2013 18:58:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: maja@apache.org To: commits@giraph.apache.org X-Mailer: ASF-Git Admin Mailer Subject: git commit: GIRAPH-429: Number of input split threads set to 1 less than necessary (majakabiljo) Message-Id: <20130205185855.114B282A6F9@tyr.zones.apache.org> Date: Tue, 5 Feb 2013 18:58:55 +0000 (UTC) Updated Branches: refs/heads/trunk 1c967b8e0 -> f34e9b7c8 GIRAPH-429: Number of input split threads set to 1 less than necessary (majakabiljo) Project: http://git-wip-us.apache.org/repos/asf/giraph/repo Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/f34e9b7c Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/f34e9b7c Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/f34e9b7c Branch: refs/heads/trunk Commit: f34e9b7c864b32dde6134e0ef2cfb26ab47195a5 Parents: 1c967b8 Author: Maja Kabiljo Authored: Tue Feb 5 10:49:09 2013 -0800 Committer: Maja Kabiljo Committed: Tue Feb 5 10:49:09 2013 -0800 ---------------------------------------------------------------------- CHANGELOG | 2 ++ .../org/apache/giraph/worker/BspServiceWorker.java | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/giraph/blob/f34e9b7c/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 926e404..b18c417 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ Giraph Change Log Release 0.2.0 - unreleased + GIRAPH-429: Number of input split threads set to 1 less than necessary (majakabiljo) + GIRAPH-498: We should check input splits status from zookeeeper once per worker, not once per split thread (majakabiljo) http://git-wip-us.apache.org/repos/asf/giraph/blob/f34e9b7c/giraph-core/src/main/java/org/apache/giraph/worker/BspServiceWorker.java ---------------------------------------------------------------------- diff --git a/giraph-core/src/main/java/org/apache/giraph/worker/BspServiceWorker.java b/giraph-core/src/main/java/org/apache/giraph/worker/BspServiceWorker.java index ff1033e..71ea749 100644 --- a/giraph-core/src/main/java/org/apache/giraph/worker/BspServiceWorker.java +++ b/giraph-core/src/main/java/org/apache/giraph/worker/BspServiceWorker.java @@ -247,9 +247,8 @@ public class BspServiceWorker