[MXS-1317] Default monitor time Created: 2017-07-13 Updated: 2017-12-01 Resolved: 2017-07-31 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | galeramon, mariadbmon, mmmon |
| Affects Version/s: | None |
| Fix Version/s: | 2.2.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Michaël de groot | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-38 |
| Description |
|
Please change the default configuration so the monitor time is not 10.000 milliseconds anymore. I recommend to change it to 500 or 1000. |
| Comments |
| Comment by markus makela [ 2017-07-14 ] |
|
This is something we can definitely change for the next major version as the original default value of 10 seconds results is just too long in most cases. The estimated worst-case for the time it takes to detect a failure is around 15 seconds when the connector timeouts are taken into account. By changing the default value to one second we should end up with a worst-case time of about 4 seconds for unresponsive servers. |
| Comment by markus makela [ 2017-07-31 ] |
|
The default monitor interval is now 2 seconds. |