Enable the watchdog

As the watchdog related problems have now been dealt with, it is
safe to have it enabled by default.
This commit is contained in:
Johan Wikman
2018-11-21 14:10:40 +02:00
parent 1591ff7f46
commit dd27fe0c04
4 changed files with 41 additions and 9 deletions

View File

@ -0,0 +1,39 @@
# MariaDB MaxScale 2.3.2 Release Notes
Release 2.3.2 is a XXX release.
This document describes the changes in release 2.3.2, when compared to the
previous release in the same series.
For any problems you encounter, please consider submitting a bug
report on [our Jira](https://jira.mariadb.org/projects/MXS).
## Changed Features
### Watchdog
The systemd watchdog is now safe to use in all circumstances.
By default it is enabled with a timeout of 60 seconds.
## Bug fixes
## Known Issues and Limitations
There are some limitations and known issues within this version of MaxScale.
For more information, please refer to the [Limitations](../About/Limitations.md) document.
## Packaging
RPM and Debian packages are provided for supported the Linux distributions.
Packages can be downloaded [here](https://mariadb.com/downloads/mariadb-tx/maxscale).
## Source Code
The source code of MaxScale is tagged at GitHub with a tag, which is identical
with the version of MaxScale. For instance, the tag of version X.Y.Z of MaxScale
is `maxscale-X.Y.Z`. Further, the default branch is always the latest GA version
of MaxScale.
The source code is available [here](https://github.com/mariadb-corporation/MaxScale).