From 0d30d9ffc2074ef1f7b8245a3b9492e15b5ed381 Mon Sep 17 00:00:00 2001 From: hhwyt Date: Tue, 19 Nov 2024 12:00:46 +0800 Subject: [PATCH 1/2] raftstore: increase the default raft-client-queue-size from 8192 to 16384 --- tikv-configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tikv-configuration-file.md b/tikv-configuration-file.md index 51db78363218d..237635555992d 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -247,7 +247,7 @@ This document only describes the parameters that are not included in command-lin ### `raft-client-queue-size` + Specifies the queue size of the Raft messages in TiKV. If too many messages not sent in time result in a full buffer, or messages discarded, you can specify a greater value to improve system stability. -+ Default value: `8192` ++ Default value: `16384` ### `simplify-metrics` New in v6.2.0 From b4b4d181220b32a5bcd353e697f07b69c70b563f Mon Sep 17 00:00:00 2001 From: Aolin Date: Thu, 19 Dec 2024 15:30:59 +0800 Subject: [PATCH 2/2] Apply suggestions from code review --- tikv-configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tikv-configuration-file.md b/tikv-configuration-file.md index 237635555992d..30bd8969c21ee 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -247,7 +247,7 @@ This document only describes the parameters that are not included in command-lin ### `raft-client-queue-size` + Specifies the queue size of the Raft messages in TiKV. If too many messages not sent in time result in a full buffer, or messages discarded, you can specify a greater value to improve system stability. -+ Default value: `16384` ++ Default value: `16384`. Before v7.5.5, the default value is `8192`. ### `simplify-metrics` New in v6.2.0