[MXS-4218] Configuration synchronization fails if static global parameters are different Created: 2022-07-25 Updated: 2022-07-26 Resolved: 2022-07-26 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 6.4.1 |
| Fix Version/s: | 6.4.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The fix to the static parameter modification broke the configuration synchronization when certain global parameters have different values. For example, using a different value of admin_port on two instances causes updates to fail on all other instances. The correct thing to do is to remove all static global parameters from the stored JSON data to make sure they aren't being updated. |