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 D6AD6DBFC for ; Sun, 18 Nov 2012 13:15:07 +0000 (UTC) Received: (qmail 1185 invoked by uid 500); 18 Nov 2012 13:15:07 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 497 invoked by uid 500); 18 Nov 2012 13:15:01 -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 98948 invoked by uid 99); 18 Nov 2012 13:14:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Nov 2012 13:14:58 +0000 Date: Sun, 18 Nov 2012 13:14:58 +0000 (UTC) From: "Matteo Bertozzi (JIRA)" To: issues@hbase.apache.org Message-ID: <416428596.158.1353244498786.JavaMail.jiratomcat@arcas> In-Reply-To: <53312783.77588.1352242693435.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (HBASE-7108) Don't use legal family name for system folder at region level 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-7108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matteo Bertozzi updated HBASE-7108: ----------------------------------- Description: CHANGED, was: Don't allow "recovered.edits" as legal family name Region directories can contain folders called "recovered.edits", log splitting related. But there's nothing that prevent a user to create a family with that name... HLog.RECOVERED_EDITS_DIR = "recovered.edits"; HRegion.MERGEDIR = "merges"; // fixed with HBASE-6158 SplitTransaction.SPLITDIR = "splits"; // fixed with HBASE-6158 was: Region directories can contain a folder called "recovered.edits", log splitting related. But there's nothing that prevent a user to create a family with that name... Summary: Don't use legal family name for system folder at region level (was: Don't allow "recovered.edits" as legal family name) > Don't use legal family name for system folder at region level > ------------------------------------------------------------- > > Key: HBASE-7108 > URL: https://issues.apache.org/jira/browse/HBASE-7108 > Project: HBase > Issue Type: Bug > Components: regionserver > Affects Versions: 0.92.2, 0.94.2, 0.96.0 > Reporter: Matteo Bertozzi > Assignee: Matteo Bertozzi > Fix For: 0.96.0 > > Attachments: HBASE-7108-v0.patch > > > CHANGED, was: Don't allow "recovered.edits" as legal family name > Region directories can contain folders called "recovered.edits", log splitting related. > But there's nothing that prevent a user to create a family with that name... > HLog.RECOVERED_EDITS_DIR = "recovered.edits"; > HRegion.MERGEDIR = "merges"; // fixed with HBASE-6158 > SplitTransaction.SPLITDIR = "splits"; // fixed with HBASE-6158 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira