From ed96746747feb04ec646228eb5a9c7935fdc173a Mon Sep 17 00:00:00 2001 From: litao Date: Wed, 22 Jun 2022 09:29:34 +0800 Subject: [PATCH] HBASE-27098 Fix link for field comments (#4499) Signed-off-by: Viraj Jasani --- .../org/apache/hadoop/hbase/regionserver/RSRpcServices.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java index 29867998f21..c3a12288740 100644 --- a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java +++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java @@ -311,7 +311,7 @@ public class RSRpcServices implements HBaseRPCErrorHandler, AdminService.Blockin /** * 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 = "hbase.rpc.rows.size.threshold.reject";