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



##########
File path: 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/RpcConnectionRegistry.java
##########
@@ -49,7 +49,7 @@
 public class RpcConnectionRegistry extends AbstractRpcBasedConnectionRegistry {
 
   /** Configuration key that controls the fan out of requests **/
-  public static final String HEDGED_REQS_FANOUT_KEY = 
"hbase.client.rpc_registry.hedged.fanout";
+  public static final String HEDGED_REQS_FANOUT_KEY = 
"hbase.client.bootstrap.hedged.fanout";

Review comment:
       Yes, no actual release yet, this is a missing part in the previous 
commit, @bharathv suggest that we do not use 'rpc_registry', just use 
'bootstrap', but I forgot to change this one.
   No release note yet. We could mention it in the release note for this issue. 
Or better describe it in the ref guide? Usually you do not need to change this 
value.




-- 
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]


Reply via email to