You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2019/05/02 23:16:00 UTC

[jira] [Resolved] (HBASE-11999) table creations quota

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

Josh Elser resolved HBASE-11999.
--------------------------------
    Resolution: Invalid

Stale.

> table creations quota
> ---------------------
>
>                 Key: HBASE-11999
>                 URL: https://issues.apache.org/jira/browse/HBASE-11999
>             Project: HBase
>          Issue Type: Sub-task
>          Components: master
>            Reporter: Matteo Bertozzi
>            Priority: Trivial
>              Labels: Quota
>         Attachments: HBASE-11999-v0.patch
>
>
> HBASE-11598 introduces the "quota" table and the set_quota command.
> based on that we want to add a "quota" for the number of tables that can be created by a user or per-namespace
> e.g.
> {noformat}
> hbase> set_quota TYPE => TABLE_NUMBER, USER => 'u1', LIMIT => 10
> Will limit the number of tables that "u1" can create to 10, if the tables created by this user are deleted the quota usage will be decremented.
> hbase> set_quota TYPE => TABLE_NUMBER, NAMESPACE => 'ns1', LIMIT => 20
> Will limit the number of tables that can be created in the namespace.
> hbase> set_quota TYPE => TABLE_NUMBER, USER => 'u1', LIMIT => NONE
> hbase> set_quota TYPE => TABLE_NUMBER, NAMESPACE => 'ns1', LIMIT => NONE
> will remove the limits
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)