This is an automated email from the ASF dual-hosted git repository.

vjasani pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new ed96746747f HBASE-27098 Fix link for field comments (#4499)
ed96746747f is described below

commit ed96746747feb04ec646228eb5a9c7935fdc173a
Author: litao <[email protected]>
AuthorDate: Wed Jun 22 09:29:34 2022 +0800

    HBASE-27098 Fix link for field comments (#4499)
    
    Signed-off-by: Viraj Jasani <[email protected]>
---
 .../main/java/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";

Reply via email to