[MDEV-33368] Warnings about aborted connections vs. monitoring Created: 2024-02-02 Updated: 2024-02-02 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.11.4 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Jon Doe | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Debian GNU/Linux 12 (bookworm) |
||
| Description |
|
Our monitoring opens a TCP connection to the mariadb server to check if the server is available (without credentials). This happens multiple times a day and every time MariaDB logs the following message:
I'd like to get rid of these messages as they flood the log file and potentially obscure real problems. As a workaround, I configured rsyslog to simply drop those messages. Preferred solution would be to have an option in the MariaDB configuration to specify one or more hosts for which unauthenticated closed connections would not be logged. See also https://dba.stackexchange.com/questions/321719/ for another issue this might solve (host is blocked because of many connection errors). |