Commit b4bd06c
committed
mmaprototype: move doneShedding declaration into replica rebalancing block
Move the doneShedding variable declaration from the beginning of
rebalanceStore into the code block that contains the replica rebalancing
logic. This narrows the variable's scope to where it's actually used and
prepares for extracting this code into a separate method.1 parent ac2e740 commit b4bd06c
File tree
1 file changed
+1
-1
lines changed- pkg/kv/kvserver/allocator/mmaprototype
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
201 | 200 | | |
202 | 201 | | |
203 | 202 | | |
| |||
238 | 237 | | |
239 | 238 | | |
240 | 239 | | |
| 240 | + | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| |||
0 commit comments