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
Copy file name to clipboardexpand all lines: tools/pd-control.md
+3
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,7 @@ Usage:
116
116
"disable-make-up-replica": "false",
117
117
"disable-remove-extra-replica": "false",
118
118
"disable-location-replacement": "false",
119
+
"disable-namespace-relocation": "false",
119
120
"schedulers-v2": [
120
121
{
121
122
"type": "balance-region",
@@ -263,6 +264,8 @@ The configuration above is global. You can also tune the configuration by config
263
264
264
265
- `disable-location-replacement` is used to disable the isolation level check. When you set it to `true`, PD does not improve the isolation level of Region replicas by scheduling.
265
266
267
+
- `disable-namespace-relocation` is used to disable region relocation to the store of its namespace. When you set it to `true`, PD does not move regions to stores where they belong to.
0 commit comments