From 2cbb66d529b7cc37428c618206eb1fa617a6d1f9 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Mon, 4 Nov 2024 10:26:16 +0800 Subject: [PATCH 1/3] Add temp.md --- temp.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 temp.md diff --git a/temp.md b/temp.md new file mode 100644 index 0000000000000..af27ff4986a7b --- /dev/null +++ b/temp.md @@ -0,0 +1 @@ +This is a test file. \ No newline at end of file From 45f4872f36be8ba006bc49c79ccb387f58bd73da Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Mon, 4 Nov 2024 10:26:20 +0800 Subject: [PATCH 2/3] Delete temp.md --- temp.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 temp.md diff --git a/temp.md b/temp.md deleted file mode 100644 index af27ff4986a7b..0000000000000 --- a/temp.md +++ /dev/null @@ -1 +0,0 @@ -This is a test file. \ No newline at end of file From 5d8883f26fbf185c44ad85d84aa2858b9b0b693a Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Mon, 4 Nov 2024 14:07:19 +0800 Subject: [PATCH 3/3] Update tikv-configuration-file.md --- tikv-configuration-file.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tikv-configuration-file.md b/tikv-configuration-file.md index 430b49daf1006..fbce85a420a61 100644 --- a/tikv-configuration-file.md +++ b/tikv-configuration-file.md @@ -650,10 +650,6 @@ Configuration items related to Raftstore. ### `raft-max-size-per-msg` -> **Note:** -> -> This configuration item cannot be queried via SQL statements but can be configured in the configuration file. - + The soft limit on the size of a single message packet + Default value: `"1MB"` + Minimum value: greater than `0` @@ -662,10 +658,6 @@ Configuration items related to Raftstore. ### `raft-max-inflight-msgs` -> **Note:** -> -> This configuration item cannot be queried via SQL statements but can be configured in the configuration file. - + The number of Raft logs to be confirmed. If this number is exceeded, the Raft state machine slows down log sending. + Default value: `256` + Minimum value: greater than `0`