huaxiangsun commented on a change in pull request #4014:
URL: https://github.com/apache/hbase/pull/4014#discussion_r781627267
##########
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:
Test failures such as
https://ci-hadoop.apache.org/job/HBase/job/HBase-PreCommit-GitHub-PR/job/PR-4014/1/testReport/org.apache.hadoop.hbase.client/TestAdmin/precommit_checks___yetus_jdk11_hadoop3_checks___testCreateTableWithRegions
is probably caused by this change as 10 regions is only 1 now.
--
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]