Sigma-Ma opened a new pull request, #8692:
URL: https://github.com/apache/hbase/pull/8692

   JIRA: https://issues.apache.org/jira/browse/HBASE-29533
   
   ### What changes were proposed in this pull request?
   
   List system tables using `TableName.isSystemTable()` across all namespaces.
   Extend `TestMasterStatusPage` to cover default and custom-named backup 
tables.
   
   ### Why are the changes needed?
   
   Tables in the `backup` namespace are system tables, but the System Tables 
tab only queries the `hbase` namespace. As a result, backup tables appear in 
neither the User Tables tab nor the System Tables tab.
   
   ### How was this patch tested?
   
   ```bash
   mvn -B -pl hbase-server -am -Dtest=TestMasterStatusPage,TestMasterStatusUtil 
-Dsurefire.firstPartForkCount=1 -Dsurefire.rerunFailingTestsCount=0 clean test.
   
   mvn -B -pl hbase-server spotless:check.
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to