From hadoop-dev-return-363-apmail-lucene-hadoop-dev-archive=lucene.apache.org@lucene.apache.org Fri Mar 10 22:36:00 2006 Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 93968 invoked from network); 10 Mar 2006 22:36:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Mar 2006 22:36:00 -0000 Received: (qmail 97001 invoked by uid 500); 10 Mar 2006 22:36:00 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 96978 invoked by uid 500); 10 Mar 2006 22: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 96969 invoked by uid 99); 10 Mar 2006 22:36:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Mar 2006 14:36:00 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Mar 2006 14:35:59 -0800 Received: from ajax (localhost.localdomain [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id CB4A2D49F9 for ; Fri, 10 Mar 2006 22:35:38 +0000 (GMT) Message-ID: <873621841.1142030138809.JavaMail.jira@ajax> Date: Fri, 10 Mar 2006 22:35:38 +0000 (GMT) From: "Doug Cutting (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Created: (HADOOP-75) dfs should check full file availability only at close MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N dfs should check full file availability only at close ----------------------------------------------------- Key: HADOOP-75 URL: http://issues.apache.org/jira/browse/HADOOP-75 Project: Hadoop Type: Improvement Components: dfs Versions: 0.1 Reporter: Doug Cutting Priority: Minor Fix For: 0.1 Currently it appears that dfs checks that the namenode knows about all blocks in a file as each block is written. It would be more efficient to only check that all blocks are stored somewhere when the file is closed. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira