Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 11904 invoked from network); 6 Apr 2007 06:35:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Apr 2007 06:35:57 -0000 Received: (qmail 99249 invoked by uid 500); 6 Apr 2007 06:36:00 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 99214 invoked by uid 500); 6 Apr 2007 06:36:00 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 99203 invoked by uid 99); 6 Apr 2007 06:36:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2007 23:36:00 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Apr 2007 23:35:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 844C571406E for ; Thu, 5 Apr 2007 23:35:32 -0700 (PDT) Message-ID: <29303519.1175841332538.JavaMail.jira@brutus> Date: Thu, 5 Apr 2007 23:35:32 -0700 (PDT) From: "Tom White (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-1149) DFS Scalability: high cpu usage in addStoredBlock In-Reply-To: <20257411.1174596752175.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tom White updated HADOOP-1149: ------------------------------ Status: Open (was: Patch Available) Raghu, I think this one needs regenerating too due to FSNamesystem conflicts. > DFS Scalability: high cpu usage in addStoredBlock > ------------------------------------------------- > > Key: HADOOP-1149 > URL: https://issues.apache.org/jira/browse/HADOOP-1149 > Project: Hadoop > Issue Type: Bug > Components: dfs > Reporter: dhruba borthakur > Assigned To: Raghu Angadi > Fix For: 0.13.0 > > Attachments: HADOOP-1149.patch > > > I have seen addStoredBlock() consume lots of CPU. One possible cause is that it invokes proccessOverReplicatedBlock. The logic to find and purge over-replicated blocks can be done much less often. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.