[MXS-3038] readwritesplit router should not open new connections to slaves lagging for more than max_slave_replication_lag seconds Created: 2020-06-14 Updated: 2020-08-25 Resolved: 2020-07-07 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readwritesplit |
| Affects Version/s: | 2.3.19 |
| Fix Version/s: | 2.4.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | Valerii Kravchuk | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | readwritesplit | ||
| Description |
|
Based on the purpose of max_slave_replication_lag setting, no queries will be routed to the slave lagging for more than that number of seconds. I think it does not make sense to open new connections to the slave while it's lagging to much, as it is both extra work and may be misleading for users. |