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: [email protected] With regards, Apache Git Services
