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 6234717266 for ; Sat, 28 Mar 2015 23:15:53 +0000 (UTC) Received: (qmail 3378 invoked by uid 500); 28 Mar 2015 23:15:53 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 3335 invoked by uid 500); 28 Mar 2015 23:15:53 -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 3320 invoked by uid 99); 28 Mar 2015 23:15:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Mar 2015 23:15:53 +0000 Date: Sat, 28 Mar 2015 23:15:53 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13357) If maxTables/maxRegions exceeds quota in a namespace, throw QuotaExceededException 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-13357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14385564#comment-14385564 ] Hudson commented on HBASE-13357: -------------------------------- SUCCESS: Integrated in HBase-TRUNK #6318 (See [https://builds.apache.org/job/HBase-TRUNK/6318/]) HBASE-13357 If maxTables/maxRegions exceeds quota in a namespace, throw QuotaExceededException (Ashish Singhi) (tedyu: rev a6ff17b958985f806233c345f0c1a2e6f85ec323) * hbase-server/src/test/java/org/apache/hadoop/hbase/namespace/TestNamespaceAuditor.java * hbase-server/src/main/java/org/apache/hadoop/hbase/namespace/NamespaceStateManager.java > 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)