[MXS-3594] Filters can be altered but no filter declares parameters as alterable Created: 2021-06-04 Updated: 2021-08-02 Resolved: 2021-08-02 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 6.0.0 |
| Fix Version/s: | 6.2.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||||||||||
| Sprint: | MXS-SPRINT-136 | ||||||||||||||||||||||||||||||||
| Description |
|
6.0.0 adds the filter alteration mechanism but the filters still declare their parameters as modifiable only on startup. This effectively makes the filter alteration useless until the parameter declarations are modified. For most filters this should be a relatively straightforward process of changing the flag from AT_STARTUP to AT_RUNTIME and changing from native parameter types to the configuration types that are thread-safe. |
| Comments |
| Comment by markus makela [ 2021-07-31 ] |
|
Current modifications make all filters alterable at runtime except the following:
|