You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/12/02 06:04:13 UTC

[jira] [Commented] (HBASE-10591) Sanity check table configuration in createTable

    [ https://issues.apache.org/jira/browse/HBASE-10591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14230993#comment-14230993 ] 

Hudson commented on HBASE-10591:
--------------------------------

FAILURE: Integrated in HBase-0.98 #708 (See [https://builds.apache.org/job/HBase-0.98/708/])
HBASE-12573 Backport HBASE-10591 Sanity check table configuration in createTable (Enis Soztutar) (apurtell: rev b04d1e9507ea52676c1303739426956af192914e)
* hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSideWithCoprocessor.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/TestZooKeeper.java
* hbase-server/src/test/resources/hbase-site.xml
* hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAdmin2.java
* hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionSplitPolicy.java
* hbase-client/src/main/java/org/apache/hadoop/hbase/HTableDescriptor.java
* hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide.java


> 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, hbase-10070
>
>         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.3.4#6332)