[MXS-4956] Session commands ignore delayed_retry_timeout Created: 2024-01-25 Updated: 2024-01-29 Resolved: 2024-01-29 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | readwritesplit |
| Affects Version/s: | 6.4.13 |
| Fix Version/s: | 6.4.14, 22.08.12, 23.02.9, 23.08.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If a session command like SET NAMES latin1 fails to be routed and no backends are available, the query is retried. The code treats this as a success and then proceeds to reset the timeout for delayed_retry. This can lead to an infinite retry loop as long as the client remains connected. |