[MXS-3487] Old master connection is left open after transaction migration Created: 2021-04-09 Updated: 2021-04-12 Resolved: 2021-04-12 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readwritesplit |
| Affects Version/s: | 2.4.17 |
| Fix Version/s: | 2.4.18, 2.5.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If readwritesplit moves an active transaction from one server to another, it won't forcibly close the old connection. This is a problem as the transaction is left open which can either cause conflicts with autocommit selects or it can be accidentally committed due to a change in autocommit state. |