You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`replication.strictly-match-label`| Enables the label check |
304
+
|`replication.isolation-level`| The minimum topological isolation level of a TiKV cluster |
295
305
|`pd-server.use-region-storage`| Enables independent Region storage |
296
306
|`pd-server.max-gap-reset-ts`| Sets the maximum interval of resetting timestamp (BR) |
297
307
|`pd-server.key-type`| Sets the cluster key type |
298
308
|`pd-server.metric-storage`| Sets the storage address of the cluster metrics |
299
309
|`pd-server.dashboard-address`| Sets the dashboard address |
310
+
|`pd-server.flow-round-by-digit`| Specifies the number of lowest digits to round for the Region flow information |
311
+
|`pd-server.min-resolved-ts-persistence-interval`| Determines the interval at which the minimum resolved timestamp is persistent to the PD |
312
+
|`pd-server.server-memory-limit`| The memory limit ratio for a PD instance |
313
+
|`pd-server.server-memory-limit-gc-trigger`| The threshold ratio at which PD tries to trigger GC |
314
+
|`pd-server.enable-gogc-tuner`| Controls whether to enable the GOGC Tuner |
315
+
|`pd-server.gc-tuner-threshold`| The maximum memory threshold ratio for tuning GOGC |
300
316
|`replication-mode.replication-mode`| Sets the backup mode |
317
+
|`replication-mode.dr-auto-sync.label-key`| Distinguishes different AZs and needs to match Placement Rules |
318
+
|`replication-mode.dr-auto-sync.primary`| The primary AZ |
319
+
|`replication-mode.dr-auto-sync.dr`| The disaster recovery (DR) AZ |
320
+
|`replication-mode.dr-auto-sync.primary-replicas`| The number of Voter replicas in the primary AZ |
321
+
|`replication-mode.dr-auto-sync.dr-replicas`| The number of Voter replicas in the disaster recovery (DR) AZ |
322
+
|`replication-mode.dr-auto-sync.wait-store-timeout`| The waiting time for switching to asynchronous replication mode when network isolation or failure occurs |
323
+
|`replication-mode.dr-auto-sync.wait-recover-timeout`| The waiting time for switching back to the `sync-recover` status after the network recovers |
324
+
|`replication-mode.dr-auto-sync.pause-region-split`| Controls whether to pause Region split operations in the `async_wait` and `async` statuses |
301
325
302
326
For detailed parameter description, refer to [PD Configuration File](/pd-configuration-file.md).
Copy file name to clipboardExpand all lines: pd-configuration-file.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -285,6 +285,12 @@ Configuration items related to scheduling
285
285
+ Controls the time interval between the `split` and `merge` operations on the same Region. That means a newly split Region will not be merged for a while.
286
286
+ Default value: `1h`
287
287
288
+
### `max-movable-hot-peer-size` <span class="version-mark">New in v6.1.0</span>
289
+
290
+
+ Controls the maximum Region size that can be scheduled for hot Region scheduling.
291
+
+ Default value: `512`
292
+
+ Unit: MiB
293
+
288
294
### `max-snapshot-count`
289
295
290
296
+ Controls the maximum number of snapshots that a single store receives or sends at the same time. PD schedulers depend on this configuration to prevent the resources used for normal traffic from being preempted.
0 commit comments