wchevreuil commented on code in PR #7558:
URL: https://github.com/apache/hbase/pull/7558#discussion_r2736222772


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java:
##########
@@ -1652,6 +1677,33 @@ public TableStateManager getTableStateManager() {
     return tableStateManager;
   }
 
+  /**
+   * Override base implementation to read from Master Local Region storage. 
This allows the master
+   * to return the cluster-specific meta table name.
+   */
+  @Override
+  public TableName getMetaTableName() {
+    if (metaTableNameStore != null) {

Review Comment:
   Why do we need this here but not in the getMetaTableNameStoreInternal()?



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