Commit 69a29f5
rabbit_feature_flags: Reset registry after copying feature states
[Why]
The copy is likely to install a different list of enabled feature flags
compared to the possibly loaded registry. Therefore it needs to be
reset.
[How]
This is already the case, but the reset is done from the clustering
code and not right after the copy, leaving a time frame where the
feature states are inconsistent between the loaded registry and the
on-disk record.
This should be the responsibility of the Feature flags subsystem anyway.
(cherry picked from commit 932a971)
(cherry picked from commit 29c5ecb)1 parent 4bea9fc commit 69a29f5
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1330 | 1330 | | |
1331 | 1331 | | |
1332 | 1332 | | |
| 1333 | + | |
1333 | 1334 | | |
1334 | 1335 | | |
1335 | 1336 | | |
| |||
0 commit comments