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 37F3318825 for ; Fri, 29 May 2015 12:03:32 +0000 (UTC) Received: (qmail 78037 invoked by uid 500); 29 May 2015 12:03:24 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 78005 invoked by uid 500); 29 May 2015 12:03:24 -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 77975 invoked by uid 99); 29 May 2015 12:03:24 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 May 2015 12:03:24 +0000 Date: Fri, 29 May 2015 12:03:24 +0000 (UTC) From: "Anoop Sam John (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13806) Check the mob files when there are mob-enabled columns in HFileCorruptionChecker MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-13806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14564671#comment-14564671 ] Anoop Sam John commented on HBASE-13806: ---------------------------------------- The checker checks for file level corruption. So at MOB files level also we can do the same check. As the MOB files also similar was a HFiles simple changes. :-) To check ref entries to MOB entry mapping integrity we will need different tool. > Check the mob files when there are mob-enabled columns in HFileCorruptionChecker > -------------------------------------------------------------------------------- > > Key: HBASE-13806 > URL: https://issues.apache.org/jira/browse/HBASE-13806 > Project: HBase > Issue Type: Sub-task > Components: mob > Affects Versions: hbase-11339 > Reporter: Jingcheng Du > Assignee: Jingcheng Du > Fix For: hbase-11339 > > > Now in HFileCorruptionChecker, it only checks the files in regions. We need check the mob files too if there are mob-enabled columns in that table. -- This message was sent by Atlassian JIRA (v6.3.4#6332)