Skip to content

Commit b39d2d3

Browse files
authored
*: Rename snap-max-write-bytes-per-sec (tiflash) (#18590) (#18690)
1 parent b96b487 commit b39d2d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tiflash/create-tiflash-replicas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Before TiFlash replicas are added, each TiKV instance performs a full table scan
134134
```sql
135135
-- The default value for both configurations are 100MiB, i.e. the maximum disk bandwidth used for writing snapshots is no more than 100MiB/s.
136136
SET CONFIG tikv `server.snap-io-max-bytes-per-sec` = '300MiB';
137-
SET CONFIG tiflash `raftstore-proxy.server.snap-max-write-bytes-per-sec` = '300MiB';
137+
SET CONFIG tiflash `raftstore-proxy.server.snap-io-max-bytes-per-sec` = '300MiB';
138138
```
139139

140140
After executing these SQL statements, the configuration changes take effect immediately without restarting the cluster. However, since the replication speed is still restricted by the PD limit globally, you cannot observe the acceleration for now.
@@ -173,7 +173,7 @@ Before TiFlash replicas are added, each TiKV instance performs a full table scan
173173
174174
```sql
175175
SET CONFIG tikv `server.snap-io-max-bytes-per-sec` = '100MiB';
176-
SET CONFIG tiflash `raftstore-proxy.server.snap-max-write-bytes-per-sec` = '100MiB';
176+
SET CONFIG tiflash `raftstore-proxy.server.snap-io-max-bytes-per-sec` = '100MiB';
177177
```
178178
179179
## Set available zones

0 commit comments

Comments
 (0)