You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Bryan Beaudreault (Jira)" <ji...@apache.org> on 2023/04/16 20:11:00 UTC

[jira] [Created] (HBASE-27800) Add support for default user quotas using USER => 'all'

Bryan Beaudreault created HBASE-27800:
-----------------------------------------

             Summary: Add support for default user quotas using USER => 'all' 
                 Key: HBASE-27800
                 URL: https://issues.apache.org/jira/browse/HBASE-27800
             Project: HBase
          Issue Type: Improvement
            Reporter: Bryan Beaudreault


If someone sets a quota with USER => 'all' (or maybe '*'), treat that as a default quota for each individual user. When a request comes from a user, it will lookup current QuotaState based on username. If one doesn't exist, it will be pre-filled with whatever the 'all' quota was set to. Otherwise, if you then define a quota for a specific user that will override whatever default you have set for that user only.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)