[MXS-4160] Galeramon doesn't work with max_slave_replication_lag Created: 2022-06-07 Updated: 2022-07-11 Resolved: 2022-06-17 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | galeramon |
| Affects Version/s: | 2.5, 6 |
| Fix Version/s: | 2.5.21, 6.4.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Martin Reinhardt | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | galera, max_slave_replication_lag, maxscale | ||
| Environment: |
RHEL 7.4, MaxScale 2.5 and higher |
||
| Description |
|
Customer could no longer connect to mariadb databases (galera cluster) after upgrading from MaxScale 2.4 to 2.5. *Workaround/fix *: After numerous tries with different versions >2.5.x incl. 6.3 of maxscale, I was able to reproduce the customers issue and resolve the issue by removing/commenting the following from their maxscale.cnf: max_slave_replication_lag=1s. No matter what value was set, if max_slave_replication_lag was set it failed. Note: this only fails with: module=galeramon, there are no errors with the mariadb client to connect and execute a query with module=mariadbmon. Client error: MaxScale Error: |
| Comments |
| Comment by markus makela [ 2022-07-11 ] |
|
The replication lag is now set to zero for all nodes. |