Kota-SH opened a new pull request, #7730: URL: https://github.com/apache/hbase/pull/7730
[HBASE-29691: ](https://issues.apache.org/jira/browse/HBASE-29691) Change TableName.META_TABLE_NAME from being a global static Change TableName.META_TABLE_NAME from a global static constant to a dynamically discovered value from ConnectionRegistry. Please refer to earlier discussion on the PR https://github.com/apache/hbase/pull/7558/ for further details. Key changes: - Add ConnectionRegistry.getMetaTableName() method for dynamic discovery - Add MetaTableNameStore for persisting meta table name in master region - Update TableName to support dynamic meta table name - Update HMaster to integrate with MetaTableNameStore - Update all client and server code to use dynamic meta table name - Add protobuf changes for meta table name in Registry.proto Refactoring for the test classes to be handled separately. -- 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]
