HBASE-27098 Fix link for field comments (#4499)

Signed-off-by: Viraj Jasani <vjasani@apache.org>
This commit is contained in:
litao 2022-06-22 09:29:34 +08:00 committed by Viraj Jasani
parent d28f06a560
commit ed96746747
No known key found for this signature in database
GPG Key ID: 08E70F70AB71C5A1
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ public class RSRpcServices implements HBaseRPCErrorHandler, AdminService.Blockin
/** /**
* 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";