[MXS-4184] No-op modifications to file paths do not cause the file to be re-read Created: 2022-07-01 Updated: 2022-07-06 Resolved: 2022-07-06 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | REST-API |
| Affects Version/s: | 6.4.0 |
| Fix Version/s: | 22.08.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If a modification to a path parameter doesn't change the value but the contents have changed, an attempt to modify it to the current value does not cause it to be re-read. This makes it hard to force MaxScale to re-read a file from disk and it has to be worked around by renaming the file or by moving it elsewhere. Treating all configuration modifications, even ones that do not change the actual values, as request to reapply any side-effects that might take place should fix this. |