Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 27431 invoked from network); 26 Sep 2007 17:40:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Sep 2007 17:40:16 -0000 Received: (qmail 87736 invoked by uid 500); 26 Sep 2007 17:40:05 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 87709 invoked by uid 500); 26 Sep 2007 17:40:05 -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 87700 invoked by uid 99); 26 Sep 2007 17:40:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2007 10:40:05 -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; Wed, 26 Sep 2007 17:42:30 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AB3A271413F for ; Wed, 26 Sep 2007 10:39:50 -0700 (PDT) Message-ID: <15724106.1190828390697.JavaMail.jira@brutus> Date: Wed, 26 Sep 2007 10:39:50 -0700 (PDT) From: "Raghu Angadi (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-1948) Spurious error message during block crc upgrade. In-Reply-To: <23476821.1190827911312.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-1948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raghu Angadi updated HADOOP-1948: --------------------------------- Component/s: dfs Description: For blocks with zero size, Namenode prints following warning : 2007-09-26 17:13:04,620 WARN org.apache.hadoop.fs.FSNamesystem: blockCrcInfo(): blk_-3329852458225636700 could not be found in blocks for /user/rangadi/filename . Fortunately this not harmful. But should be fixed. I think this should go into 0.14.2. Fix is simple. was: For blocks with zero size, Namenode prints following warning : 2007-09-26 17:13:04,620 WARN org.apache.hadoop.fs.FSNamesystem: blockCrcInfo(): blk_-3329852458225636700 could not be found in blocks for /user/rangadi/filename . Fortunately this not harmful. But should be fixed. I think this should go into 0.14.2. Fix is simple. > Spurious error message during block crc upgrade. > ------------------------------------------------ > > Key: HADOOP-1948 > URL: https://issues.apache.org/jira/browse/HADOOP-1948 > Project: Hadoop > Issue Type: Bug > Components: dfs > Affects Versions: 0.14.1 > Reporter: Raghu Angadi > Assignee: Raghu Angadi > Fix For: 0.14.2 > > > For blocks with zero size, Namenode prints following warning : > 2007-09-26 17:13:04,620 WARN org.apache.hadoop.fs.FSNamesystem: blockCrcInfo(): blk_-3329852458225636700 could not be found in blocks for /user/rangadi/filename . > Fortunately this not harmful. But should be fixed. I think this should go into 0.14.2. Fix is simple. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.