HBASE-27098 Fix link for field comments (#4499)
Signed-off-by: Viraj Jasani <vjasani@apache.org>
This commit is contained in:
parent
33ea96cdf7
commit
9da2a3fead
|
@ -270,7 +270,7 @@ public class RSRpcServices extends HBaseRpcServicesBase<HRegionServer>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether to reject rows with size > threshold defined by
|
* Whether to reject rows with size > threshold defined by
|
||||||
* {@link RSRpcServices#BATCH_ROWS_THRESHOLD_NAME}
|
* {@link HConstants#BATCH_ROWS_THRESHOLD_NAME}
|
||||||
*/
|
*/
|
||||||
private static final String REJECT_BATCH_ROWS_OVER_THRESHOLD =
|
private static final String REJECT_BATCH_ROWS_OVER_THRESHOLD =
|
||||||
"hbase.rpc.rows.size.threshold.reject";
|
"hbase.rpc.rows.size.threshold.reject";
|
||||||
|
|
Loading…
Reference in New Issue