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 B3A347684 for ; Sun, 24 Jul 2011 03:59:46 +0000 (UTC) Received: (qmail 35912 invoked by uid 500); 24 Jul 2011 03:59:46 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 35765 invoked by uid 500); 24 Jul 2011 03:59:40 -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 35747 invoked by uid 99); 24 Jul 2011 03:59:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jul 2011 03:59:32 +0000 X-ASF-Spam-Status: No, hits=-2001.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jul 2011 03:59:30 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 8A350596B4 for ; Sun, 24 Jul 2011 03:59:09 +0000 (UTC) Date: Sun, 24 Jul 2011 03:59:09 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: <1094363671.1737.1311479949547.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1476920778.745.1311396910731.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (HBASE-4129) hbase-3872 added a warn message 'CatalogJanitor: Daughter regiondir does not exist' that is triggered though its often legit that daughter is not present 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-4129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-4129. -------------------------- Resolution: Fixed Committed trunk and branch. > hbase-3872 added a warn message 'CatalogJanitor: Daughter regiondir does not exist' that is triggered though its often legit that daughter is not present > --------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: HBASE-4129 > URL: https://issues.apache.org/jira/browse/HBASE-4129 > Project: HBase > Issue Type: Bug > Affects Versions: 0.90.4 > Reporter: stack > Assignee: stack > Fix For: 0.90.4 > > Attachments: 3872.txt > > > If a daughter region is split before the catalog janitor runs, we'll see: > {code} > 2011-07-22 16:10:26,398 WARN org.apache.hadoop.hbase.master.CatalogJanitor: Daughter regiondir does not exist: hdfs://sv4borg227:10000/hbase/TestTable/a1023b2b00fe44c86bd8ae3633f531fa > {code} > Its legit that the daughter region does not exist in this case (it was just cleaned up by the catalogjanitor). -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira