[MXS-4425] Support config sync with Xpand Created: 2022-12-02 Updated: 2023-10-04 Resolved: 2023-10-04 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | N/A |
| Affects Version/s: | 6.4.4 |
| Fix Version/s: | N/A |
| Type: | New Feature | Priority: | Major |
| Reporter: | Paul Rothrock | Assignee: | Todd Stoffel (Inactive) |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Xpand 6.0.5, MaxScale 6.4.4 |
||
| Issue Links: |
|
||||
| Sprint: | MXS-SPRINT-172 | ||||
| Description |
|
Xpand doesn't have a mysql database and it does not implement the current set of JSON functions that MaxScale uses. Support for config synchronization can be added by making the database configurable ( Original description: Environment
Steps to Reproduce1. Set up Xpand and then run this SQL:
2. Set up MaxScale Clustering with this config:
3. View the MaxScale Logs Observed BehaviorThis error is repeated every five seconds:
Also, the record is not updated in mysql.maxscale_config |
| Comments |
| Comment by markus makela [ 2022-12-08 ] |
|
Xpand doesn't support JSON functions which means the configuration synchronization won't work with it. |
| Comment by Christine Lieu (Inactive) [ 2022-12-09 ] |
|
Xpand does not support JSON_SET: https://mariadb.com/docs/xpand/sql/features/json/xpand/ |
| Comment by markus makela [ 2023-02-08 ] |
|
Reopened this as a feature request. |