[MXS-1922] The GTID of Galera Nodes is not displayed by maxctrl server list Created: 2018-06-13 Updated: 2019-04-18 Resolved: 2019-04-18 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | galeramon |
| Affects Version/s: | 2.2.9 |
| Fix Version/s: | 2.4.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Zdravelina Sokolovska (Inactive) | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
3 Mater-Master Galera Nodes; CentOS 7.4 |
||
| Issue Links: |
|
||||||||
| Description |
|
The GTID of Galera Nodes is not displayed by maxctrl server list depend on the gelera docs the GTID of galera Node consists of 2 components: State UUID and Ordinal Sequence Number it would be useful to display the GTID in galera GTID format for the monitored galera servers
the GTID taken from server1 and server3
the GTID taken from server2
|
| Comments |
| Comment by markus makela [ 2018-06-13 ] | ||||||||||||||||||||||
|
This is expected as the GTID value was only added for MariaDBMon. I'll change this to a feature request. | ||||||||||||||||||||||
| Comment by markus makela [ 2018-06-21 ] | ||||||||||||||||||||||
|
Closing as a duplicate of | ||||||||||||||||||||||
| Comment by Zdravelina Sokolovska (Inactive) [ 2018-06-22 ] | ||||||||||||||||||||||
|
not exactly the same as
| ||||||||||||||||||||||
| Comment by Zdravelina Sokolovska (Inactive) [ 2018-06-22 ] | ||||||||||||||||||||||
|
You have actually the wsrep_cluster_state_uuid as get above from maxadmin ; Galera Cluster UUID: 3c15149f-5766-11e8-9a99-22bc53d40581
for Galera GTID it's needed also State UUID and Ordinal Sequence Number,
It would be useful to retrieve that information by MaxScale. | ||||||||||||||||||||||
| Comment by markus makela [ 2018-06-22 ] | ||||||||||||||||||||||
|
winstone I've reopened the issue. I think I misunderstood this to mean the MariaDB GTID (e.g. 0-1-123) but the idea of using the UUID and sequence is a good one and easy to implement. | ||||||||||||||||||||||
| Comment by markus makela [ 2018-06-22 ] | ||||||||||||||||||||||
|
Adding here as a note to self: The variable name is wsrep_last_committed |