[MXS-505] if Maxscale fails to start it goes to infinite "try-to-start and fail" loop Created: 2015-12-17 Updated: 2015-12-17 Resolved: 2015-12-17 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | init script |
| Affects Version/s: | 1.3.0 |
| Fix Version/s: | 1.3.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Timofey Turenko | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
with CentOS7: if Maxscale fails to start (for example due to errors in configuration file) systemd tries to restart Maxscale again and again causing infinite loop. |
| Comments |
| Comment by markus makela [ 2015-12-17 ] |
|
Fixed by using on-abnormal instead of on-failure for the Restart value of the service file. |