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 5976E172E6 for ; Sat, 7 Feb 2015 00:24:35 +0000 (UTC) Received: (qmail 29593 invoked by uid 500); 7 Feb 2015 00:24:35 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 29535 invoked by uid 500); 7 Feb 2015 00:24:35 -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 29523 invoked by uid 99); 7 Feb 2015 00:24:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Feb 2015 00:24:35 +0000 Date: Sat, 7 Feb 2015 00:24:35 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-12980) Delete of a table may not clean all rows from hbase:meta 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-12980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-12980: ----------------------------------- Attachment: HBASE-12980-0.98.patch Patch for 0.98, new test passes. > Delete of a table may not clean all rows from hbase:meta > -------------------------------------------------------- > > Key: HBASE-12980 > URL: https://issues.apache.org/jira/browse/HBASE-12980 > Project: HBase > Issue Type: Sub-task > Components: Operability > Reporter: stack > Assignee: stack > Fix For: 1.0.0, 2.0.0, 1.1.0 > > Attachments: 12980.txt, HBASE-12980-0.98.patch > > > One such case is if we miswrite the info:regioninfo column and it comes up empty, this row will remain in the table. We have a set of 'finally' cleanup tasks on table delete. Let me add one that for sure purges any rows to do with the deleted table. -- This message was sent by Atlassian JIRA (v6.3.4#6332)