[MXS-2277] Calling MaxAdmin/MaxCtrl in a monitor event script can cause a deadlock Created: 2019-01-21 Updated: 2020-03-02 Resolved: 2020-03-02 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Monitor |
| Affects Version/s: | 2.3 |
| Fix Version/s: | 2.3.18 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Esa Korhonen | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This is more of a documentation issue. Monitor calls the script, waits for it to complete. If the script itself requires the monitor to do something, it cannot complete. There is no real universal solution unless the monitor does not wait for the script to complete. The script can be written such that it completes in the background. |