Icinga/icingaweb2

MariaDB reporting aborted connections from icingaweb2

cycloon opened this issue · 1 comments

Describe the bug

I get log entries from MariaDB that are saying that Icingaweb2 aborts connections.

Your Environment

Include as many relevant details about the environment you experienced the problem in

  • Icinga Web 2 Version 2.12.1

  • Git commit cd2daeb

  • PHP Version 7.4.33

  • Git commit date 2023-11-15

  • icinga/icinga-php-library | 0.13.1

  • icinga/icinga-php-thirdparty 0.12.0

  • director 1.11.0

  • doc 2.12.1

  • incubator 0.20.0

  • ipl v0.5.0

  • monitoring 2.12.1

  • reactbundle 0.7.0

Logentries

Nov 22 08:00:01 obstex01 mariadbd[638]: 2023-11-22 8:00:01 3217 [Warning] Aborted connection 3217 to db: 'icingaweb_db' user: 'icingaweb' host: 'localhost' (Got timeout reading communication packets)
Nov 22 08:00:01 obstex01 mariadbd[638]: 2023-11-22 8:00:01 3216 [Warning] Aborted connection 3216 to db: 'icingaweb_db' user: 'icingaweb' host: 'localhost' (Got timeout reading communication packets)
Nov 22 08:00:01 obstex01 mariadbd[638]: 2023-11-22 8:00:01 3219 [Warning] Aborted connection 3219 to db: 'icingaweb_db' user: 'icingaweb' host: 'localhost' (Got timeout reading communication packets)
Nov 22 08:00:01 obstex01 mariadbd[638]: 2023-11-22 8:00:01 3220 [Warning] Aborted connection 3220 to db: 'icingaweb_db' user: 'icingaweb' host: 'localhost' (Got timeout reading communication packets)
Nov 22 08:00:01 obstex01 mariadbd[638]: 2023-11-22 8:00:01 3218 [Warning] Aborted connection 3218 to db: 'icingaweb_db' user: 'icingaweb' host: 'localhost' (Got timeout reading communication packets)
Nov 22 08:00:01 obstex01 mariadbd[638]: 2023-11-22 8:00:01 3221 [Warning] Aborted connection 3221 to db: 'icingaweb_db' user: 'icingaweb' host: 'localhost' (Got timeout reading communication packets)
Nov 22 08:00:01 obstex01 mariadbd[638]: 2023-11-22 8:00:01 3223 [Warning] Aborted connection 3223 to db: 'icingaweb_db' user: 'icingaweb' host: 'localhost' (Got timeout reading communication packets)
Nov 22 08:00:01 obstex01 mariadbd[638]: 2023-11-22 8:00:01 3224 [Warning] Aborted connection 3224 to db: 'icingaweb_db' user: 'icingaweb' host: 'localhost' (Got timeout reading communication packets)
Nov 22 08:00:01 obstex01 mariadbd[638]: 2023-11-22 8:00:01 3222 [Warning] Aborted connection 3222 to db: 'icingaweb_db' user: 'icingaweb' host: 'localhost' (Got timeout reading communication packets)
Nov 22 08:00:01 obstex01 mariadbd[638]: 2023-11-22 8:00:01 3225 [Warning] Aborted connection 3225 to db: 'icingaweb_db' user: 'icingaweb' host: 'localhost' (Got timeout reading communication packets)
Nov 22 08:00:01 obstex01 mariadbd[638]: 2023-11-22 8:00:01 3227 [Warning] Aborted connection 3227 to db: 'icingaweb_db' user: 'icingaweb' host: 'localhost' (Got timeout reading communication packets)

I am not sure what we could do here. This seems to be a network related symptom. And besides that, Icinga Web doesn't abort connections, MariaDB is.