Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7B16B744D for ; Tue, 30 Aug 2011 00:03:02 +0000 (UTC) Received: (qmail 13993 invoked by uid 500); 30 Aug 2011 00:03:02 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 13899 invoked by uid 500); 30 Aug 2011 00:03:01 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 13886 invoked by uid 99); 30 Aug 2011 00:03:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2011 00:03:01 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2011 00:02:58 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id C998BD6D0C for ; Tue, 30 Aug 2011 00:02:37 +0000 (UTC) Date: Tue, 30 Aug 2011 00:02:37 +0000 (UTC) From: "Lars Hofhansl (JIRA)" To: issues@hbase.apache.org Message-ID: <212142729.5497.1314662557822.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1690639996.8828.1310068336655.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-4078) Silent Data Offlining During HDFS Flakiness MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-4078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13093320#comment-13093320 ] Lars Hofhansl commented on HBASE-4078: -------------------------------------- When does the corruption actually happen? Does any of StoreFile.Writer.{append|appendMetadata|close}(...) silently fail, leaving a corrupt file? If any of these throws any exception we would skip moving the file anyway. If so, wouldn't it be better to fix that? Or is this a problem deeper in HDFS? > Silent Data Offlining During HDFS Flakiness > ------------------------------------------- > > Key: HBASE-4078 > URL: https://issues.apache.org/jira/browse/HBASE-4078 > Project: HBase > Issue Type: Bug > Components: io, regionserver > Affects Versions: 0.89.20100924, 0.90.3, 0.92.0 > Reporter: Nicolas Spiegelberg > Assignee: Pritam Damania > Priority: Blocker > Attachments: 0001-Validate-store-files-after-compactions-flushes.patch, 0001-Validate-store-files.patch > > > See HBASE-1436 . The bug fix for this JIRA is a temporary workaround for improperly moving partially-written files from TMP into the region directory when a FS error occurs. Unfortunately, the fix is to ignore all IO exceptions, which masks off-lining due to FS flakiness. We need to permanently fix the problem that created HBASE-1436 & then at least have the option to not open a region during times of flakey FS. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira