zabbix_server, when terminating, does not close mysql connection properly

XMLWordPrintable

    • Type: Incident report
    • Resolution: Unresolved
    • Priority: Trivial
    • None
    • Affects Version/s: 3.4.14
    • Component/s: Server (S)

      That's a trivial thing, but I observed that termination of zabbix_server daemon causes an "Aborted_clients" mysql variable growing.
      Looks like zabbix does not close MySQL connection properly.
      https://dev.mysql.com/doc/refman/8.0/en/server-status-variables.html#statvar_Aborted_clients

      Yes, that's a minor but may be would be more nice to handle that cleanly.

      Try to watch on these variables before and after daemon termination:

      show global status like '%Aborted%';
      

      When login and logout using "mysql" or refresh a frontend page (Apache+PHP as a client) it does not grow.

            Assignee:
            Zabbix Development Team
            Reporter:
            Oleksii Zagorskyi
            Team A
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: