You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by vj...@apache.org on 2022/06/22 01:30:59 UTC

[hbase] branch branch-2 updated: HBASE-27098 Fix link for field comments (#4499)

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 <to...@gmail.com>
AuthorDate: Wed Jun 22 09:29:34 2022 +0800

    HBASE-27098 Fix link for field comments (#4499)
    
    Signed-off-by: Viraj Jasani <vj...@apache.org>
---
 .../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";