From befb22777c43c44c975142bb142128ec8a920024 Mon Sep 17 00:00:00 2001 From: xzhangxian1008 Date: Fri, 25 Jul 2025 10:16:44 +0800 Subject: [PATCH 1/2] init --- tiflash/tiflash-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiflash/tiflash-configuration.md b/tiflash/tiflash-configuration.md index 99fdd380a8e7d..840cd9d3ac0bc 100644 --- a/tiflash/tiflash-configuration.md +++ b/tiflash/tiflash-configuration.md @@ -365,7 +365,7 @@ Note that the following parameters only take effect in TiFlash logs and TiFlash ##### `cop_pool_size` New in v5.0 -- Specifies the maximum number of cop requests that TiFlash Coprocessor executes at the same time. If the number of requests exceeds the specified value, the exceeded requests will queue. If the configuration value is set to `0` or not set, the default value is used, which is twice the number of physical cores. +- Specifies the maximum number of cop requests that TiFlash Coprocessor executes at the same time. If the number of requests exceeds the specified value and is smaller than 10 times the specified value, the exceeded requests will queue. Moreover, if the number of requests exceeds 10 times the specified value, the exceeded requests will be rejected by the tiflash. If the configuration value is set to `0` or not set, the default value is used, which is twice the number of physical cores. - Default value: twice the number of physical cores ##### `cop_pool_handle_limit` New in v5.0 From 1f467514757dde6faf6bfcb52b5562e2fca9b2de Mon Sep 17 00:00:00 2001 From: xzhangxian1008 Date: Thu, 21 Aug 2025 13:55:24 +0800 Subject: [PATCH 2/2] Update tiflash/tiflash-configuration.md Co-authored-by: Grace Cai --- tiflash/tiflash-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiflash/tiflash-configuration.md b/tiflash/tiflash-configuration.md index 840cd9d3ac0bc..3e93d166866a0 100644 --- a/tiflash/tiflash-configuration.md +++ b/tiflash/tiflash-configuration.md @@ -365,7 +365,7 @@ Note that the following parameters only take effect in TiFlash logs and TiFlash ##### `cop_pool_size` New in v5.0 -- Specifies the maximum number of cop requests that TiFlash Coprocessor executes at the same time. If the number of requests exceeds the specified value and is smaller than 10 times the specified value, the exceeded requests will queue. Moreover, if the number of requests exceeds 10 times the specified value, the exceeded requests will be rejected by the tiflash. If the configuration value is set to `0` or not set, the default value is used, which is twice the number of physical cores. +- Specifies the maximum number of cop requests that TiFlash Coprocessor can execute concurrently. When the number of requests exceeds this value but remains within 10 times the value, the exceeded requests are queued. When the number of requests exceeds 10 times this value, the exceeded requests are rejected by TiFlash. If the configuration value is set to `0` or not set, the default value is used, which is twice the number of physical cores. - Default value: twice the number of physical cores ##### `cop_pool_handle_limit` New in v5.0