Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 40695 invoked from network); 19 Feb 2009 12:24:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Feb 2009 12:24:31 -0000 Received: (qmail 47416 invoked by uid 500); 19 Feb 2009 12:24:24 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 47369 invoked by uid 500); 19 Feb 2009 12:24:24 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 47358 invoked by uid 99); 19 Feb 2009 12:24:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 04:24:24 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Feb 2009 12:24:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B8870234C4A7 for ; Thu, 19 Feb 2009 04:24:01 -0800 (PST) Message-ID: <387383858.1235046241754.JavaMail.jira@brutus> Date: Thu, 19 Feb 2009 04:24:01 -0800 (PST) From: "Hemanth Yamijala (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Created: (HADOOP-5286) DFS client blocked for a long time reading blocks of a file on the JobTracker MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org DFS client blocked for a long time reading blocks of a file on the JobTracker ----------------------------------------------------------------------------- Key: HADOOP-5286 URL: https://issues.apache.org/jira/browse/HADOOP-5286 Project: Hadoop Core Issue Type: Bug Components: dfs Affects Versions: 0.20.0 Reporter: Hemanth Yamijala On a large cluster, we've observed that DFS client was blocked on reading a block of a file for almost 1 and half hours. The file was being read by the JobTracker of the cluster, and was a split file of a job. On the NameNode logs, we observed that the block had a message as follows: Inconsistent size for block blk_2044238107768440002_840946 reported from : current size is 195072 reported size is 1318567 Details follow. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.