[MXS-4579] Document that readwritesplit may replay about-to-rollback transactions Created: 2023-04-05 Updated: 2023-10-12 Resolved: 2023-10-12 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Documentation, readwritesplit |
| Affects Version/s: | None |
| Fix Version/s: | 6.4.11, 22.08.9, 23.02.5, 23.08.2 |
| Type: | Task | Priority: | Trivial |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This replay ends up being unnecessary as a transaction that was about-to-rollback is rolled back automatically when the connection is closed. The worst-case outcome of this replay is that the client receives an error about a replay failure of a rolled back transaction. |