[MXS-366] Multi-source slave servers are not detected. Created: 2015-09-16 Updated: 2015-12-04 Resolved: 2015-09-16 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | mariadbmon |
| Affects Version/s: | 1.2.0 |
| Fix Version/s: | 1.3.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Multi-source slaves are not detected even if all sources are replicating properly. This is caused by a simple error where a boolean value is used instead of an integer value on line 327 in mysql_mon.c. |
| Comments |
| Comment by Dipti Joshi (Inactive) [ 2015-09-16 ] |
|
markus makela johan.wikman How was this fixed ? |
| Comment by markus makela [ 2015-09-16 ] |
|
The value was changed from a boolean value to an integer value. This makes the functionality work, since the integer value was used to count the number of replication sources. Without the fix, only a single source was ever counted. |
| Comment by markus makela [ 2015-12-04 ] |
|
Fixed in commit 6c75e09f292af7069133de51297712bab3c5fee7 |