huaxiangsun commented on a change in pull request #4014:
URL: https://github.com/apache/hbase/pull/4014#discussion_r781613383
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/HRegionLocator.java
##########
@@ -122,6 +135,37 @@ public boolean visitInternal(Result result) throws
IOException {
}
};
MetaTableAccessor.scanMetaForTableRegions(connection, visitor, tableName);
- return regions;
+ return consolidate(regions);
Review comment:
Same as before, different regions cannot be consolidated into one
HRegionLocation array as their start_keys are different.
--
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]