From ecec1f0500347d41ae7b6416b26e85a018589d81 Mon Sep 17 00:00:00 2001 From: Yilin Chen Date: Thu, 16 Apr 2020 10:50:56 +0800 Subject: [PATCH 1/2] add more introduction to the unified read pool Signed-off-by: Yilin Chen --- reference/configuration/tikv-server/configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/tikv-server/configuration-file.md b/reference/configuration/tikv-server/configuration-file.md index 460e3f580baee..6f72698019c0d 100644 --- a/reference/configuration/tikv-server/configuration-file.md +++ b/reference/configuration/tikv-server/configuration-file.md @@ -94,7 +94,7 @@ This document only describes the parameters that are not included in command-lin ## readpool.unified -Configuration items related to the single thread pool serving read requests. +Configuration items related to the single thread pool serving read requests. This thread pool supersedes the original storage thread pool and coprocessor thread pool in the 4.0 version. ### `min-thread-count` From a47b9b944b1a712600d513b59f586636d8f73c93 Mon Sep 17 00:00:00 2001 From: Yilin Chen Date: Thu, 16 Apr 2020 14:36:03 +0800 Subject: [PATCH 2/2] apply TomShawn's suggestion Signed-off-by: Yilin Chen --- reference/configuration/tikv-server/configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/tikv-server/configuration-file.md b/reference/configuration/tikv-server/configuration-file.md index 6f72698019c0d..969320afc2be2 100644 --- a/reference/configuration/tikv-server/configuration-file.md +++ b/reference/configuration/tikv-server/configuration-file.md @@ -94,7 +94,7 @@ This document only describes the parameters that are not included in command-lin ## readpool.unified -Configuration items related to the single thread pool serving read requests. This thread pool supersedes the original storage thread pool and coprocessor thread pool in the 4.0 version. +Configuration items related to the single thread pool serving read requests. This thread pool supersedes the original storage thread pool and coprocessor thread pool since the 4.0 version. ### `min-thread-count`