Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 85839 invoked from network); 21 Sep 2010 16:09:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 21 Sep 2010 16:09:59 -0000 Received: (qmail 66819 invoked by uid 500); 21 Sep 2010 16:09:59 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 66745 invoked by uid 500); 21 Sep 2010 16:09:58 -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 66564 invoked by uid 99); 21 Sep 2010 16:09:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Sep 2010 16:09:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Sep 2010 16:09:55 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8LG9Xq9017718 for ; Tue, 21 Sep 2010 16:09:34 GMT Message-ID: <5699389.318811285085373836.JavaMail.jira@thor> Date: Tue, 21 Sep 2010 12:09:33 -0400 (EDT) From: "stack (JIRA)" To: issues@hbase.apache.org Subject: [jira] Commented: (HBASE-3020) Splitting .META. broke since new master went in In-Reply-To: <30933128.310761285052133346.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-3020?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913055#action_12913055 ] stack commented on HBASE-3020: ------------------------------ I'm talking about log splitting. I tried to prettify log messages and it looks like my prettification bled into directory making when splitting logs. Let me fix. > Splitting .META. broke since new master went in > ----------------------------------------------- > > Key: HBASE-3020 > URL: https://issues.apache.org/jira/browse/HBASE-3020 > Project: HBase > Issue Type: Bug > Components: master > Reporter: stack > Assignee: stack > Priority: Blocker > Fix For: 0.90.0 > > > From Ryan: > Log recovery didn't seem to run during META open, here is my hadoop lsr: > {code} > drwxr-xr-x - hadoop supergroup 0 2010-09-20 19:20 /hbase-206/.META. > drwxr-xr-x - hadoop supergroup 0 2010-09-20 19:20 > /hbase-206/.META./.META.,,1 > drwxr-xr-x - hadoop supergroup 0 2010-09-20 19:20 > /hbase-206/.META./.META.,,1/recovered.edits > -rw-r--r-- 3 hadoop supergroup 35544 2010-09-20 19:20 > /hbase-206/.META./.META.,,1/recovered.edits/0000000000000000008 > drwxr-xr-x - hadoop supergroup 0 2010-09-20 13:36 > /hbase-206/.META./1028785192 > drwxr-xr-x - hadoop supergroup 0 2010-09-20 13:36 > /hbase-206/.META./1028785192/.oldlogs > -rw-r--r-- 3 hadoop supergroup 124 2010-09-20 13:36 > /hbase-206/.META./1028785192/.oldlogs/hlog.1285015016913 > -rw-r--r-- 3 hadoop supergroup 1018 2010-09-20 13:36 > /hbase-206/.META./1028785192/.regioninfo > drwxr-xr-x - hadoop supergroup 0 2010-09-20 13:36 > /hbase-206/.META./1028785192/historian > drwxr-xr-x - hadoop supergroup 0 2010-09-20 13:36 > /hbase-206/.META./1028785192/info > {code} > Notice how above recovered.edits is under a dir which is not the encoded name? > This is my fault I'd guess. I tried to put in place actual region names of -ROOT- and .META. rather than the anonymous encodings. Looks like I broke something split of .META. when I committed new master. Will fix in morning. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.