Skip to content

Commit

Permalink
Delete 3 tidb configs that have been deleted in code (#11645) (#11704)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot committed Dec 23, 2022
1 parent 855fec1 commit dc32945
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 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
6 changes: 0 additions & 6 deletions upgrade-tidb-using-tiup.md
Expand Up @@ -118,12 +118,6 @@ Now, the offline mirror has been upgraded successfully. If an error occurs durin
> **Note:**
>
> Before you upgrade the cluster to v5.3, make sure that the parameters you have modified in v4.0 are compatible in v5.3. For details, see [TiKV Configuration File](/tikv-configuration-file.md).
>
> The following three TiKV parameters are obsolete in TiDB v5.3. 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

Expand Down

0 comments on commit dc32945

Please sign in to comment.