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 933DC18286 for ; Sat, 19 Sep 2015 04:17:05 +0000 (UTC) Received: (qmail 29573 invoked by uid 500); 19 Sep 2015 04:17:05 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 29532 invoked by uid 500); 19 Sep 2015 04:17:04 -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 29515 invoked by uid 99); 19 Sep 2015 04:17:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Sep 2015 04:17:04 +0000 Date: Sat, 19 Sep 2015 04:17:04 +0000 (UTC) From: "Jerry He (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14453) HBaseAdmin#deleteTable should relocate META when cached location is stale 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-14453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14876870#comment-14876870 ] Jerry He commented on HBASE-14453: ---------------------------------- +1 Ran TestAssignmentManagerOnCluster 20 times in a loop. All success. Without the patch, failed almost half of the times. > HBaseAdmin#deleteTable should relocate META when cached location is stale > ------------------------------------------------------------------------- > > Key: HBASE-14453 > URL: https://issues.apache.org/jira/browse/HBASE-14453 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.14 > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Fix For: 0.98.15 > > Attachments: HBASE-14453-0.98.patch, HBASE-14453-0.98.patch > > > After HBASE-14275, in HBaseAdmin#deleteTable, when using MetaReader to wait until all regions are deleted, we won't attempt to relocate META should its cached location be stale. -- This message was sent by Atlassian JIRA (v6.3.4#6332)