Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5175B8878 for ; Mon, 8 Aug 2011 23:09:26 +0000 (UTC) Received: (qmail 89973 invoked by uid 500); 8 Aug 2011 23:09:24 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 89920 invoked by uid 500); 8 Aug 2011 23:09:24 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 89912 invoked by uid 99); 8 Aug 2011 23:09:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2011 23:09:24 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of saint.ack@gmail.com designates 209.85.216.176 as permitted sender) Received: from [209.85.216.176] (HELO mail-qy0-f176.google.com) (209.85.216.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Aug 2011 23:09:17 +0000 Received: by qyk7 with SMTP id 7so3172292qyk.14 for ; Mon, 08 Aug 2011 16:08:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=/2YBF5/hikRxW0gy+Ghdox9oiihhpMAXuLX2iGsmEGc=; b=tfxE24P1g4ea+MWNfQKP0CkaU1iib016HsokhcljALMv78AvZKZChvl6b6ekRsRPTZ /WCcvi5N86jLQIddiXpsHgMlZ5ipWdmV6vjRUEgMvpvh7PbpEKUBcliW+VCEgeKcS/a/ CfiEO/Lk2L8ZFOsvtXT5xELKhXvYyTClEP8so= MIME-Version: 1.0 Received: by 10.224.217.133 with SMTP id hm5mr4776374qab.367.1312844936986; Mon, 08 Aug 2011 16:08:56 -0700 (PDT) Sender: saint.ack@gmail.com Received: by 10.224.37.3 with HTTP; Mon, 8 Aug 2011 16:08:56 -0700 (PDT) In-Reply-To: <6C5C1804772DB944BA88A0DC48D338DA0B0FCF5B@dct-mail.sanjose.telcontar.com> References: <6C5C1804772DB944BA88A0DC48D338DA0B0FCF5B@dct-mail.sanjose.telcontar.com> Date: Mon, 8 Aug 2011 16:08:56 -0700 X-Google-Sender-Auth: m9mu09NJ25JKmnjpvpZv5iJHbhg Message-ID: Subject: Re: corrupt .logs block From: Stack To: user@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Sat, Aug 6, 2011 at 12:12 PM, Geoff Hendrey wrote: > I've got a corrupt HDFS block in a region server's ".logs" directory. You see this when you do hdfs fsck? Is the log still needed? You could do a flush across the cluster and that should do away with your dependency on this log. St.Ack