Kota-SH commented on code in PR #7558:
URL: https://github.com/apache/hbase/pull/7558#discussion_r2734762844


##########
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ZKConnectionRegistry.java:
##########
@@ -262,6 +264,14 @@ public CompletableFuture<ServerName> getActiveMaster() {
       "ZKConnectionRegistry.getActiveMaster");
   }
 
+  @Override
+  public CompletableFuture<TableName> getMetaTableName() {
+    return tracedFuture(
+      () -> CompletableFuture
+        
.completedFuture(TableName.valueOf(NamespaceDescriptor.SYSTEM_NAMESPACE_NAME_STR,
 "meta")),

Review Comment:
   ZKConnectionRegistry.java is deprecated, throws an error if we do not 
implement this one.



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