[MXS-4778] Aborts due to SystemD watchdog should tell if a DNS lookup was in progress Created: 2023-09-26 Updated: 2023-09-29 Resolved: 2023-09-29 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 6.4.10 |
| Fix Version/s: | 6.4.11, 22.08.9, 23.02.5, 23.08.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If the systemd watchdog ends up killing the MaxScale process, the fatal signal handler should log a message if a DNS lookup was ongoing while this happened. This should be accompanied with a message that suggests turning off the reverse name lookups (skip_name_resolve=true) if a reverse lookup was in progress. |