[MXS-2306] No error if monitor fails to start when created via REST API Created: 2019-01-30 Updated: 2019-07-09 Resolved: 2019-07-05 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | REST-API |
| Affects Version/s: | 2.3.3 |
| Fix Version/s: | 2.4.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-86 |
| Description |
|
When a monitor is created via the REST API, no error is indicated to the caller if the monitor fails to start. The correct behavior would be to return an error to the user and to destroy the monitor if the starting fails. |
| Comments |
| Comment by markus makela [ 2019-07-05 ] |
|
In 2.4 the configuration is done during the monitor creation which removes this issue. |