[MXS-4664] xpandmon diagnostics are not useful Created: 2023-07-05 Updated: 2023-08-05 Resolved: 2023-07-25 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | xpandmon |
| Affects Version/s: | 2.5.27, 6.4.7, 22.08.6, 23.02.2 |
| Fix Version/s: | 2.5.28, 6.4.8, 22.08.7, 23.02.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-187 |
| Description |
|
The diagnostics of the monitor just duplicate the configuration information that's automatically generated. The output could contain some useful information like the number of discovered nodes in the cluster. |
| Comments |
| Comment by Johan Wikman [ 2023-07-25 ] |
|
The xpandmonitor now returns no monitor specific diagnostics (earlier it returned its configuration), meaning that the configuration will now not be duplicated in the show monitor output. Returning any monitor specific information would require access/modification of the internal data to be placed behind a mutex. Will be considered when there is requirement for some xpand monitor specific data to be displayed by show monitor. |