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 E8A5A109BE for ; Thu, 27 Feb 2014 02:41:48 +0000 (UTC) Received: (qmail 19290 invoked by uid 500); 27 Feb 2014 02:41:41 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 19210 invoked by uid 500); 27 Feb 2014 02:41:39 -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 19108 invoked by uid 99); 27 Feb 2014 02:41:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Feb 2014 02:41:35 +0000 Date: Thu, 27 Feb 2014 02:41:35 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10591) Sanity check table configuration in createTable 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-10591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13913971#comment-13913971 ] Hudson commented on HBASE-10591: -------------------------------- FAILURE: Integrated in HBase-TRUNK-on-Hadoop-1.1 #100 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-1.1/100/]) HBASE-10591 Sanity check table configuration in createTable (enis: rev 1572301) * /hbase/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/HTableDescriptor.java * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java * /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionSplitPolicy.java * /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/TestZooKeeper.java * /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAdmin.java * /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide.java * /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSideWithCoprocessor.java * /hbase/trunk/hbase-server/src/test/resources/hbase-site.xml > Sanity check table configuration in createTable > ----------------------------------------------- > > Key: HBASE-10591 > URL: https://issues.apache.org/jira/browse/HBASE-10591 > Project: HBase > Issue Type: Improvement > Reporter: Enis Soztutar > Assignee: Enis Soztutar > Fix For: 0.99.0 > > Attachments: hbase-10591_v1.patch, hbase-10591_v2.patch, hbase-10591_v3.patch, hbase-10591_v4.patch, hbase-10591_v5.patch > > > We had a cluster completely become unoperational, because a couple of table was erroneously created with MAX_FILESIZE set to 4K, which resulted in 180K regions in a short interval, and bringing the master down due to HBASE-4246. > We can do some sanity checking in master.createTable() and reject the requests. We already check the compression there, so it seems a good place. Alter table should also check for this as well. -- This message was sent by Atlassian JIRA (v6.1.5#6160)