kgeisz opened a new pull request, #7319: URL: https://github.com/apache/hbase/pull/7319
https://issues.apache.org/jira/browse/HBASE-29580 This pull request changes log messages throughout the code base that use "hbase:meta" as a hard-coded string. Instead, the static variable `TableName.META_TABLE_NAME` is used. No changes to comments, test code, usage information, or generated code (such as `hbck_jsp.java`) have been made. Here are some example log messages that now use `TableName.META_TABLE_NAME`: ``` 2025-09-17T19:26:01,681 INFO [PEWorker-1] procedure.InitMetaProcedure: BOOTSTRAP: creating hbase:meta_replica1 region 2025-09-17T19:26:01,698 INFO [PEWorker-1] util.FSTableDescriptors: Updated hbase:meta_replica1 table descriptor to file:/data-store/hbase/data/hbase/meta_replica1/.tabledesc/.tableinfo.0000000001.1327 2025-09-17T19:26:05,757 INFO [PEWorker-5] zookeeper.MetaTableLocator: Setting hbase:meta_replica1 replicaId=0 location in ZooKeeper as hbase-docker-2,16020,1758137161401, state=OPEN 2025-09-17T19:45:45,951 INFO [PEWorker-11] assignment.RegionStateStore: pid=5 updating hbase:meta_replica1 row=efacb099882b841d9711b37b53f4246b, regionState=OPENING, regionLocation=hbase-docker-2,16020,1758137161401 ``` -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org