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 35A3C17D76 for ; Thu, 21 May 2015 13:40:01 +0000 (UTC) Received: (qmail 94539 invoked by uid 500); 21 May 2015 13:40:01 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 94437 invoked by uid 500); 21 May 2015 13:40:00 -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 94242 invoked by uid 99); 21 May 2015 13:40:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 May 2015 13:40:00 +0000 Date: Thu, 21 May 2015 13:40:00 +0000 (UTC) From: "Ashutosh Jindal (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-13737) [HBase MOB] MOBTable cloned from a snapshot leads to data loss, when that actual snapshot and main table is deleted. 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-13737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashutosh Jindal updated HBASE-13737: ------------------------------------ Attachment: HBASE-13737-hbase-11339.patch Attached a patch. Please review > [HBase MOB] MOBTable cloned from a snapshot leads to data loss, when that actual snapshot and main table is deleted. > -------------------------------------------------------------------------------------------------------------------- > > Key: HBASE-13737 > URL: https://issues.apache.org/jira/browse/HBASE-13737 > Project: HBase > Issue Type: Bug > Components: mob > Affects Versions: hbase-11339 > Reporter: Y. SREENIVASULU REDDY > Assignee: Ashutosh Jindal > Priority: Critical > Fix For: hbase-11339 > > Attachments: HBASE-13737-hbase-11339.patch > > > clone snapshot on mob feature leads to data loss for mob data. > steps to reproduce: > =============== > 1. created MOB table with two column families like "mobcf" (mob is enabled) and "norcf" > 2. insert mob data and normal data at a time into the table. > 3. scan the MOB table. > 4. take snapshot by specifying the table name. > 5. clone the snapshot by specifying the new table name. > 6. check the new table is created or not and try scan for the new table which have both mob data and normal data should give back to the client. > 7. delete the snapshot which done in step 4. > 8. delete the main table which done in step 1. > 9. Now scan the new table again. -- This message was sent by Atlassian JIRA (v6.3.4#6332)