huaxiangsun commented on a change in pull request #2643:
URL: https://github.com/apache/hbase/pull/2643#discussion_r526257465
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/AsyncNonMetaRegionLocator.java
##########
@@ -89,7 +91,10 @@
private final int locatePrefetchLimit;
- private final boolean useMetaReplicas;
+ // The mode tells if HedgedRead, LoadBalance mode is supported.
+ // The default mode is CatalogReplicaMode.None.
+ private CatalogReplicaMode metaReplicaMode;
Review comment:
It can be used in the future for other system tables such as root table
in split meta, so it is not named specifically after meta.
----------------------------------------------------------------
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]