[MXS-3834] SQL API has no reconnect functionality Created: 2021-10-26 Updated: 2022-07-07 Resolved: 2021-10-26 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | REST-API |
| Affects Version/s: | 6 |
| Fix Version/s: | 6.2.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
This is needed to recover from connection errors to the database. Currently the query editor has to manually disconnect from the server and create it again which complicates the whole process. A simple reconnect endpoint would allow this to be done much faster and with less effort. |
| Comments |
| Comment by markus makela [ 2021-10-26 ] |
|
Added the /v1/sql/:id/reconnect endpoint that attempts to reconnect the connection. |