[ 
https://issues.apache.org/jira/browse/HBASE-10591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Enis Soztutar updated HBASE-10591:
----------------------------------

    Attachment: hbase-10591_v1.patch

Here is a patch that introduces some checks at the master. We check for 
 - region size < 16M 
 - flush size < 1M 
 - region split policy class can be loaded 
 - compression can be loaded
 - there is at least 1 CF
 - block size / min / max versions and scope cannot be negative. 

I am not so sure about whether above limits are too aggressive or not, we can 
lower those as well. 
Also we load the region split policy meaning a dependency in master to 
regionserver.

> 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
>
>
> 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)

Reply via email to