From f2569045446eb9d2cb88ef69e48b5104c67e44d7 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Fri, 23 Dec 2022 11:22:14 +0800 Subject: [PATCH] Delete 3 tidb configs that have been deleted in code (#11645) (#11703) --- benchmark/benchmark-sysbench-v4-vs-v3.md | 1 - benchmark/benchmark-sysbench-v5-vs-v4.md | 1 - benchmark/v4.0-performance-benchmarking-with-tpcc.md | 1 - benchmark/v5.0-performance-benchmarking-with-tpcc.md | 1 - upgrade-tidb-using-tiup.md | 6 ------ 5 files changed, 10 deletions(-) diff --git a/benchmark/benchmark-sysbench-v4-vs-v3.md b/benchmark/benchmark-sysbench-v4-vs-v3.md index 147d53897033f..1c997eb2b8316 100644 --- a/benchmark/benchmark-sysbench-v4-vs-v3.md +++ b/benchmark/benchmark-sysbench-v4-vs-v3.md @@ -80,7 +80,6 @@ raftstore.apply-pool-size: 3 rocksdb.max-background-jobs: 3 raftdb.max-background-jobs: 3 raftdb.allow-concurrent-memtable-write: true -server.request-batch-enable-cross-command: false server.grpc-concurrency: 6 readpool.unified.min-thread-count: 5 readpool.unified.max-thread-count: 20 diff --git a/benchmark/benchmark-sysbench-v5-vs-v4.md b/benchmark/benchmark-sysbench-v5-vs-v4.md index 7ba96dc5aacc5..871f05eb90c90 100644 --- a/benchmark/benchmark-sysbench-v5-vs-v4.md +++ b/benchmark/benchmark-sysbench-v5-vs-v4.md @@ -52,7 +52,6 @@ raftstore.apply-pool-size: 3 rocksdb.max-background-jobs: 3 raftdb.max-background-jobs: 3 raftdb.allow-concurrent-memtable-write: true -server.request-batch-enable-cross-command: false server.grpc-concurrency: 6 readpool.unified.min-thread-count: 5 readpool.unified.max-thread-count: 20 diff --git a/benchmark/v4.0-performance-benchmarking-with-tpcc.md b/benchmark/v4.0-performance-benchmarking-with-tpcc.md index 6938bc06dfc9e..3a75477e64633 100644 --- a/benchmark/v4.0-performance-benchmarking-with-tpcc.md +++ b/benchmark/v4.0-performance-benchmarking-with-tpcc.md @@ -80,7 +80,6 @@ raftstore.apply-pool-size: 3 rocksdb.max-background-jobs: 3 raftdb.max-background-jobs: 3 raftdb.allow-concurrent-memtable-write: true -server.request-batch-enable-cross-command: false server.grpc-concurrency: 6 readpool.unified.min-thread-count: 5 readpool.unified.max-thread-count: 20 diff --git a/benchmark/v5.0-performance-benchmarking-with-tpcc.md b/benchmark/v5.0-performance-benchmarking-with-tpcc.md index 62dcdbddc451d..e408a9cfedca0 100644 --- a/benchmark/v5.0-performance-benchmarking-with-tpcc.md +++ b/benchmark/v5.0-performance-benchmarking-with-tpcc.md @@ -58,7 +58,6 @@ readpool.unified.max-thread-count: 20 readpool.unified.min-thread-count: 5 rocksdb.max-background-jobs: 8 server.grpc-concurrency: 6 -server.request-batch-enable-cross-command: false storage.scheduler-worker-pool-size: 20 ``` diff --git a/upgrade-tidb-using-tiup.md b/upgrade-tidb-using-tiup.md index 0c80a76da8a74..524cc887524e1 100644 --- a/upgrade-tidb-using-tiup.md +++ b/upgrade-tidb-using-tiup.md @@ -113,12 +113,6 @@ Now, the offline mirror has been upgraded successfully. If an error occurs durin > **Note:** > > Before you upgrade the cluster to v5.2, make sure that the parameters you have modified in v4.0 are compatible in v5.2. For details, see [TiKV Configuration File](/tikv-configuration-file.md). -> -> The following three TiKV parameters are obsolete in TiDB v5.2. If the following parameters have been configured in your original cluster, you need to delete these parameters through `edit-config`: -> -> - pessimistic-txn.enabled -> - server.request-batch-enable-cross-command -> - server.request-batch-wait-duration ### Step 3: Check the health status of the current cluster