You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/08/29 06:16:10 UTC

[GitHub] [hbase] shardul-cr7 opened a new pull request #559: HBASE-22944 TableNotFoundException: hbase:quota is thrown when region server is restarted.

shardul-cr7 opened a new pull request #559: HBASE-22944 TableNotFoundException: hbase:quota is thrown when region server is restarted.
URL: https://github.com/apache/hbase/pull/559
 
 
   Sometimes during startup TableNotFoundException occurs in regionServer logs.
   SpaceQuotaRefresherChore does not checks whether hbase:quota table is present,before starting its operation which sometimes may result to TableNotFoundExceptions like below.
   
   This is because master has not created the hbase:quota table and SpaceQuotaRefresherChore is running.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services