Return-Path: Delivered-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Received: (qmail 75747 invoked from network); 11 Nov 2010 23:00:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Nov 2010 23:00:12 -0000 Received: (qmail 79972 invoked by uid 500); 11 Nov 2010 23:00:43 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 79936 invoked by uid 500); 11 Nov 2010 23:00:43 -0000 Mailing-List: contact hdfs-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-user@hadoop.apache.org Delivered-To: mailing list hdfs-user@hadoop.apache.org Received: (qmail 79928 invoked by uid 99); 11 Nov 2010 23:00:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Nov 2010 23:00:43 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.97.132.119] (HELO homiemail-a7.g.dreamhost.com) (208.97.132.119) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Nov 2010 23:00:37 +0000 Received: from homiemail-a7.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a7.g.dreamhost.com (Postfix) with ESMTP id 09F1825C064 for ; Thu, 11 Nov 2010 15:00:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=darose.net; h=message-id:date :from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=darose.net; b= clXUUnxF/lCFfslSiQE5haQpOTbHPEqtvurN3ip9JlmKYx9ea+gDnthQV6z0XGQl Qxy/l48yOc6nE9FRv0eJZx7kv12g6wlQQyb8+ZPwNGYPHtPqooTAFyhmg9aylfuE KCTQOZk33pYpUWEPqDLASSazi9JpFBNLffPDDrRCg7E= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=darose.net; h=message-id :date:from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; s=darose.net; bh=qpJQ43 PA8uPrun/q1TW1Z3g8umY=; b=tLPS0EtkM9KRQTaqUySA/F1Svw4NEJk2koH0Aa 9Lm6nGkHs5v4KZY5EMbw8k8w10y5jwxqur5AHcfhUSmfgePGcElLTfgqs6Z6s0hF vBgyNF5yUtyp3gvx+Nvq0Kbmw4r/csoKQAL+DeAbt9rUVIKxaAlxUVfE1u5LQI/A PmoDE= Received: from darsys12 (cpe-66-108-142-190.nyc.res.rr.com [66.108.142.190]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: darose@darose.net) by homiemail-a7.g.dreamhost.com (Postfix) with ESMTPSA id E0D2E25C061 for ; Thu, 11 Nov 2010 15:00:16 -0800 (PST) Received: from [10.1.0.2] by darsys12 with esmtp (Exim 4.72) (envelope-from ) id 1PGg7r-0004ip-CS for hdfs-user@hadoop.apache.org; Thu, 11 Nov 2010 18:00:15 -0500 Message-ID: <4CDC757F.4020707@darose.net> Date: Thu, 11 Nov 2010 18:00:15 -0500 From: David Rosenstrauch User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101028 Lanikai/3.1.6 MIME-Version: 1.0 To: hdfs-user@hadoop.apache.org Subject: Re: HDFS file disappeared References: <4CDC288B.3050207@darose.net> <4CDC2A27.9020807@darose.net> <4CDC69DE.2050706@darose.net> In-Reply-To: <4CDC69DE.2050706@darose.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 11/11/2010 05:10 PM, David Rosenstrauch wrote: > Saw a couple more references to that block before the "to delete blk" > messages: > > 2010-11-10 21:42:33,389 INFO org.apache.hadoop.hdfs.StateChange: BLOCK* > NameSystem.addToInvalidates: blk_-4237880568969698703 is added to > invalidSet of .169:50010 > 2010-11-10 21:42:33,389 INFO org.apache.hadoop.hdfs.StateChange: BLOCK* > NameSystem.addToInvalidates: blk_-4237880568969698703 is added to > invalidSet of .173:50010 > 2010-11-10 21:42:33,389 INFO org.apache.hadoop.hdfs.StateChange: BLOCK* > NameSystem.addToInvalidates: blk_-4237880568969698703 is added to > invalidSet of .176:50010 > > Again, I'm not sure why this is happening though. What do these mean? DR