You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "wenbang (JIRA)" <ji...@apache.org> on 2018/11/08 09:42:00 UTC

[jira] [Updated] (HBASE-21455) Update filesystem-space quota fail if there is a space quota for non-existing namespace

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

wenbang updated HBASE-21455:
----------------------------
    Description: 
QuotaObserverChore#fetchAllTablesWithQuotasDefined may fail and throw a NamespaceNotFoundException because of namespace does not exist 
{code:java}
// Collect all of the tables in the namespace
	TableName[] tablesInNS = conn.getAdmin().listTableNamesByNamespace(namespace);
{code}

  was:
QuotaObserverChore#fetchAllTablesWithQuotasDefined may fail and throw a NamespaceNotFoundException because of namespace does not exist

 
{code:java}
// Collect all of the tables in the namespace
	TableName[] tablesInNS = conn.getAdmin().listTableNamesByNamespace(namespace);
{code}


> Update filesystem-space quota fail if there is a space quota for non-existing namespace
> ---------------------------------------------------------------------------------------
>
>                 Key: HBASE-21455
>                 URL: https://issues.apache.org/jira/browse/HBASE-21455
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 2.0.2
>            Reporter: wenbang
>            Priority: Major
>
> QuotaObserverChore#fetchAllTablesWithQuotasDefined may fail and throw a NamespaceNotFoundException because of namespace does not exist 
> {code:java}
> // Collect all of the tables in the namespace
> 	TableName[] tablesInNS = conn.getAdmin().listTableNamesByNamespace(namespace);
> {code}



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