Apache9 commented on a change in pull request #1877:
URL: https://github.com/apache/hbase/pull/1877#discussion_r447729482
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ZKConnectionRegistry.java
##########
@@ -161,7 +159,8 @@ private void
getMetaRegionLocation(CompletableFuture<RegionLocations> future,
LOG.warn("Meta region is in state " +
stateAndServerName.getFirst());
}
locs[DEFAULT_REPLICA_ID] = new HRegionLocation(
- getRegionInfoForDefaultReplica(FIRST_META_REGIONINFO),
stateAndServerName.getSecond());
+
RegionInfoBuilder.newBuilder(TableName.META_TABLE_NAME).setRegionId(1).build(),
Review comment:
Oh, this is not easy. We have special code for dealing with meta region.
Can be another issue I think.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]