Return-Path: X-Original-To: apmail-giraph-dev-archive@www.apache.org Delivered-To: apmail-giraph-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 93276D0B9 for ; Thu, 10 Jan 2013 21:10:13 +0000 (UTC) Received: (qmail 73430 invoked by uid 500); 10 Jan 2013 21:10:13 -0000 Delivered-To: apmail-giraph-dev-archive@giraph.apache.org Received: (qmail 73372 invoked by uid 500); 10 Jan 2013 21:10:13 -0000 Mailing-List: contact dev-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 dev@giraph.apache.org Received: (qmail 73286 invoked by uid 500); 10 Jan 2013 21:10:13 -0000 Delivered-To: apmail-incubator-giraph-dev@incubator.apache.org Received: (qmail 73271 invoked by uid 99); 10 Jan 2013 21:10:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2013 21:10:13 +0000 Date: Thu, 10 Jan 2013 21:10:13 +0000 (UTC) From: "Eli Reisman (JIRA)" To: giraph-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GIRAPH-477) Fetching locality info in InputSplitPathOrganizer causes jobs to hang MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GIRAPH-477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13550416#comment-13550416 ] Eli Reisman commented on GIRAPH-477: ------------------------------------ lets do 473 first, this is smaller. Sound good? > Fetching locality info in InputSplitPathOrganizer causes jobs to hang > --------------------------------------------------------------------- > > Key: GIRAPH-477 > URL: https://issues.apache.org/jira/browse/GIRAPH-477 > Project: Giraph > Issue Type: Bug > Reporter: Alessandro Presta > Assignee: Alessandro Presta > Attachments: GIRAPH-477.patch > > > In the presence of many input splits (>6000 in our case) and input split threads (3000), the loop that fetches locality info for all splits from ZooKeeper becomes a bottleneck. A few workers aren't able to even iterate once over the list, run into increased GC pauses, and eventually time out. > Furthermore, depending on the cluster configuration, it's not always possible/useful to exploit locality. > We should add a flag so that the feature can be optionally disabled. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira