[MXS-1405] Script launched by monitors should run "synchronously" Created: 2017-09-12 Updated: 2017-09-18 Resolved: 2017-09-14 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | None |
| Fix Version/s: | 2.2.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When a monitor script is launched, the monitor in question should be suspended until the script terminates. As the script may e.g. perform a failover, performing a monitor cycle just when the master is being changed, may lead to undesirable interference if that then causes the monitor to relaunch the script. |
| Comments |
| Comment by markus makela [ 2017-09-14 ] |
|
Scripts are now executed synchronously. |