[MXS-2939] Session commands do not trigger reconnection Created: 2020-03-18 Updated: 2020-08-25 Resolved: 2020-03-19 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readwritesplit |
| Affects Version/s: | 2.4.7 |
| Fix Version/s: | 2.4.9 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Description |
|
When readwritesplit is configured with master_reconnection=true and master_failure_mode=fail_on_write and all open connections are closed, a session command will not trigger reconnection even when it should. Enabling lazy_connect seems to prevent this as it has special handling for the case when a session command is executed but no commands are available. This should be done whenever a reconnection can take place. |