Skip to content

Commit

Permalink
This is an automated cherry-pick of pingcap#11645
Browse files Browse the repository at this point in the history
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
  • Loading branch information
TomShawn authored and ti-chi-bot committed Dec 23, 2022
1 parent 55714b0 commit 09eb882
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion benchmark/benchmark-sysbench-v4-vs-v3.md
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion benchmark/benchmark-sysbench-v5-vs-v4.md
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion benchmark/v4.0-performance-benchmarking-with-tpcc.md
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion benchmark/v5.0-performance-benchmarking-with-tpcc.md
Expand Up @@ -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
```

Expand Down
4 changes: 4 additions & 0 deletions upgrade-tidb-using-tiup.md
Expand Up @@ -118,13 +118,17 @@ Now, the offline mirror has been upgraded successfully. If an error occurs durin

> **Note:**
>
<<<<<<< HEAD
> Before you upgrade the cluster to v5.4, make sure that the parameters you have modified in v4.0 are compatible in v5.4. For details, see [TiKV Configuration File](/tikv-configuration-file.md).
>
> The following three TiKV parameters are obsolete in TiDB v5.0. 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
=======
> Before you upgrade the cluster to v6.4.0, make sure that the parameters you have modified in v4.0 are compatible in v6.4.0. For details, see [TiKV Configuration File](/tikv-configuration-file.md).
>>>>>>> 288076c20 (Delete 3 tidb configs that have been deleted in code (#11645))
### Step 3: Check the health status of the current cluster

Expand Down

0 comments on commit 09eb882

Please sign in to comment.