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 EBBC391EF for ; Tue, 5 Jun 2012 19:37:23 +0000 (UTC) Received: (qmail 73897 invoked by uid 500); 5 Jun 2012 19:37:23 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 73817 invoked by uid 500); 5 Jun 2012 19:37:23 -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 73699 invoked by uid 99); 5 Jun 2012 19:37:23 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2012 19:37:23 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 8B1A9141663 for ; Tue, 5 Jun 2012 19:37:23 +0000 (UTC) Date: Tue, 5 Jun 2012 19:37:23 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: <194812390.41075.1338925043574.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1335068284.36053.1338841343577.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HBASE-6160) META entries from daughters can be deleted before parent entries 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-6160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289664#comment-13289664 ] Hudson commented on HBASE-6160: ------------------------------- Integrated in HBase-0.94 #249 (See [https://builds.apache.org/job/HBase-0.94/249/]) HBASE-6160 META entries from daughters can be deleted before parent entries (Revision 1346503) Result = FAILURE stack : Files : * /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/master/CatalogJanitor.java * /hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/master/TestCatalogJanitor.java > META entries from daughters can be deleted before parent entries > ---------------------------------------------------------------- > > Key: HBASE-6160 > URL: https://issues.apache.org/jira/browse/HBASE-6160 > Project: HBase > Issue Type: Bug > Components: client, regionserver > Affects Versions: 0.92.2, 0.94.0, 0.96.0 > Reporter: Enis Soztutar > Assignee: Enis Soztutar > Fix For: 0.92.2, 0.94.1 > > Attachments: HBASE-6160_v1.patch, HBASE-6160_v2.patch, HBASE-6160_v2.patch, HBASE-6160v2092.txt > > > HBASE-5986 fixed and issue, where the client sees the META entry for the parent, but not the children. However, after the fix, we have seen the following issue in tests: > Region A is split to -> B, C > Region B is split to -> D, E > After some time, META entry for B is deleted since it is not needed anymore, but META entry for Region A stays in META (C still refers it). In this case, the client throws RegionOfflineException for B. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira