Apache9 commented on a change in pull request #1877:
URL: https://github.com/apache/hbase/pull/1877#discussion_r447363408



##########
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:
       OK, let's remove the specific region id now. Later let's see if it is 
possible to keep compatible for old clients.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to