Commit 5f5cb84
committed
kvserverbase: allow MMA cluster setting in production builds
Previously, the `kv.allocator.load_based_rebalancing` cluster setting
could only be set to "multi-metric only" or "multi-metric and count"
in test builds or when the `COCKROACH_ALLOW_MMA` environment variable
was set.
Remove this restriction to allow MMA (multi-metric allocation) to be
enabled in production. Also remove references to the now-unnecessary
`COCKROACH_ALLOW_MMA` env var from roachtests and drtprod configs.
Fixes: #159587
Epic: CRDB-550521 parent 9918045 commit 5f5cb84
File tree
4 files changed
+0
-19
lines changed- pkg
- cmd
- drtprod/configs
- roachtest/tests
- kv/kvserver/kvserverbase
4 files changed
+0
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
85 | 83 | | |
86 | 84 | | |
87 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
306 | 305 | | |
307 | 306 | | |
308 | 307 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | | - | |
27 | 25 | | |
28 | | - | |
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 20 | | |
24 | 21 | | |
25 | 22 | | |
| |||
115 | 112 | | |
116 | 113 | | |
117 | 114 | | |
118 | | - | |
119 | | - | |
120 | 115 | | |
121 | 116 | | |
122 | 117 | | |
| |||
133 | 128 | | |
134 | 129 | | |
135 | 130 | | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | 131 | | |
145 | 132 | | |
146 | 133 | | |
| |||
0 commit comments