ndimiduk commented on a change in pull request #4014:
URL: https://github.com/apache/hbase/pull/4014#discussion_r783279786
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/AbstractRpcBasedConnectionRegistry.java
##########
@@ -272,6 +272,11 @@ private static RegionLocations
transformMetaRegionLocations(GetMetaRegionLocatio
getClass().getSimpleName() + ".getActiveMaster");
}
+ @Override
+ public String getConnectionString() {
+ return "unimplemented";
Review comment:
This is present on the master patch, so let me address it as an addendum
that starts with master branch.
--
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]