apurtell commented on code in PR #4562:
URL: https://github.com/apache/hbase/pull/4562#discussion_r912310033
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java:
##########
@@ -266,7 +266,7 @@ public class RSRpcServices extends
HBaseRpcServicesBase<HRegionServer>
/**
* Default value of {@link
RSRpcServices#REGION_SERVER_RPC_MINIMUM_SCAN_TIME_LIMIT_DELTA}
*/
- private static final long
DEFAULT_REGION_SERVER_RPC_MINIMUM_SCAN_TIME_LIMIT_DELTA = 10;
+ static final long DEFAULT_REGION_SERVER_RPC_MINIMUM_SCAN_TIME_LIMIT_DELTA =
10;
Review Comment:
Is the configuration variable associated with this constant ever changed? It
is "hbase.region.server.rpc.minimum.scan.time.limit.delta" defined in
RsRpcServices. @bbeaudreault @Apache9
Do we need it? Seems like one of those knobs that nobody will ever turn.
--
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]