[MXS-3924] Session commands are not retried with delayed_retry Created: 2021-12-20 Updated: 2022-01-03 Resolved: 2022-01-03 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readwritesplit |
| Affects Version/s: | 6.2.0 |
| Fix Version/s: | 6.2.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-147 |
| Description |
|
When delayed_retry is enabled, session commands should not immediately fail if they cannot be routed. Instead, they should wait for the time limit before failing, similarly to how all other queries work outside of transactions when delayed_retry is enabled. |