[MXS-1509] Show correct server state for multisource replication Created: 2017-11-01 Updated: 2020-08-25 Resolved: 2017-11-30 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | maxadmin |
| Affects Version/s: | 2.1.10 |
| Fix Version/s: | 2.1.12 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Kyle Joiner (Inactive) | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Sprint: | 2017-46 |
| Description |
|
We have setup where server A is a master of slave, server B. Server A has database X, which is replicating to slave B. We have configured Maxscale to monitor server A and server B, and as expected the list servers command shows:
We also have a database Y in server C which is replicating to server A and server B.Therefore server C is a master of server A and server B, and server B now has multi-source replication setup. When we do this the list server command on Maxscale shows:
However, when we restart Maxscale, the status changes to :
Also the maxscle log has the following entry:
|
| Comments |
| Comment by markus makela [ 2017-11-02 ] | ||||||||||||||||||||
|
A rough diagram of the setup:
Here we would want to label the server A as the master even if it's replicating from an external server that is not configured in MaxScale. | ||||||||||||||||||||
| Comment by markus makela [ 2017-11-21 ] | ||||||||||||||||||||
|
Implementation added, tests still needed. |