Apache9 commented on a change in pull request #2640:
URL: https://github.com/apache/hbase/pull/2640#discussion_r521003149
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionImplementation.java
##########
@@ -161,7 +165,11 @@
private final boolean hostnamesCanChange;
private final long pause;
private final long pauseForCQTBE;// pause for CallQueueTooBigException, if
specified
- private boolean useMetaReplicas;
Review comment:
OK, I got your point. Here the' useMetaReplicas' flag is only for
locating region, so it is fine to remove it. The "hbase.meta.replicas.use"
config will still be honored here, and at other places, we will still check the
"hbase.meta.replicas.use" config separately.
----------------------------------------------------------------
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]