Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 7006 invoked from network); 6 Sep 2006 22:41:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Sep 2006 22:41:57 -0000 Received: (qmail 11619 invoked by uid 500); 6 Sep 2006 22:41:56 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 11591 invoked by uid 500); 6 Sep 2006 22:41:56 -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 11582 invoked by uid 99); 6 Sep 2006 22:41:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 15:41:56 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 15:41:55 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3B15D714304 for ; Wed, 6 Sep 2006 22:38:24 +0000 (GMT) Message-ID: <24243768.1157582304239.JavaMail.jira@brutus> Date: Wed, 6 Sep 2006 15:38:24 -0700 (PDT) From: "Doug Cutting (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-286) copyFromLocal throws LeaseExpiredException In-Reply-To: <19846443.1149699192499.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HADOOP-286?page=all ] Doug Cutting updated HADOOP-286: -------------------------------- Status: Resolved (was: Patch Available) Resolution: Fixed I just committed this. Thanks, Konstantin! > copyFromLocal throws LeaseExpiredException > ------------------------------------------ > > Key: HADOOP-286 > URL: http://issues.apache.org/jira/browse/HADOOP-286 > Project: Hadoop > Issue Type: Bug > Components: dfs > Affects Versions: 0.3.0 > Environment: redhar linux > Reporter: Runping Qi > Assigned To: Konstantin Shvachko > Fix For: 0.6.0 > > Attachments: Lease.patch > > > Loading local files to dfs through hadoop dfs -copyFromLocal failed due to the following exception: > copyFromLocal: org.apache.hadoop.dfs.LeaseExpiredException: No lease on output_crawled.1.txt > at org.apache.hadoop.dfs.FSNamesystem.getAdditionalBlock(FSNamesystem.java:414) > at org.apache.hadoop.dfs.NameNode.addBlock(NameNode.java:190) > at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:243) > at org.apache.hadoop.ipc.Server$Handler.run(Server.java:231) -- 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