[MXS-3273] Connection lost when unrelated server loses Slave status Created: 2020-10-30 Updated: 2021-04-19 Resolved: 2020-11-04 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | schemarouter |
| Affects Version/s: | 2.4.13 |
| Fix Version/s: | 2.4.14 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The same setup as in |
| Comments |
| Comment by markus makela [ 2020-11-04 ] |
|
This seems to happen due to the way readconnroute behaves. When it loses the connection to the backend, it will write an error to the client. This is then processed by the schemarouter as a response which is routed to the client. Due to the fact that readconnroute doesn't track the response state, it's possible that this also causes |