[MXS-447] Monitors are started before they have been fully configured Created: 2015-11-04 Updated: 2015-11-11 Resolved: 2015-11-11 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | galeramon, mariadbmon |
| Affects Version/s: | 1.2.1 |
| Fix Version/s: | 1.3.0 |
| Type: | Bug | Priority: | Critical |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Monitor modules are started right after they have been allocated and before they are configured. This causes a possible race condition because the monitors do not acquire locks when they are preparing to start. |
| Comments |
| Comment by markus makela [ 2015-11-11 ] |
|
Monitors are started after the whole configuration file has been processed and successfully applied. |