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

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


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

commit 8828d07c87f7cf60150314c5bb63a274e9401370
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 04674e17330..2aa5ee82d5b 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
@@ -308,7 +308,7 @@ public class RSRpcServices
 
   /**
    * 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