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

Srikanth Srungarapu commented on HBASE-13357:
---------------------------------------------

My bad. Overlooked the clean up portion. But please bear in mind that 
tearDown() is mainly in place for rolling back on things we've created during 
setUp(). The general rule of thumb is if you are creating something during 
test, you should also delete it towards the end of it. I guess we can let this 
one pass. It's your call though!

> If maxTables/maxRegions exceeds quota in a namespace, throw 
> QuotaExceededException
> ----------------------------------------------------------------------------------
>
>                 Key: HBASE-13357
>                 URL: https://issues.apache.org/jira/browse/HBASE-13357
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Ashish Singhi
>            Assignee: Ashish Singhi
>            Priority: Minor
>              Labels: quota
>             Fix For: 2.0.0
>
>         Attachments: HBASE-13357.patch
>
>
> If maximum number of tables or regions count exceeds in a namespace we are 
> throwing DoNotRetryIOException instead we should throw QuotaExceededException.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to