Fusion database lock issue
Posted: Tue Oct 30, 2018 6:47 am
Overnight, we had our Fusion database get into a locked state and require a cycle. For reference, we have had multiple issues with fusion databases and stability in the past (https://support.nagios.com/forum/viewto ... 17&t=49945) and (https://support.nagios.com/forum/viewto ... 17&t=50159). I am attaching the mariadb.log file and hoping that someone will be able to help us diagnose the issue and prevent it from happening again.
We are running Fusion 4.1.5 on Red Hat 7 64bit VM's. 8 cores and 16GB of RAM.
my.cnf file is as follows:
We are running Fusion 4.1.5 on Red Hat 7 64bit VM's. 8 cores and 16GB of RAM.
my.cnf file is as follows:
Code: Select all
[mysqld]
max_connections=818
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
# Settings user and group are ignored when systemd is used.
# If you need to run mysqld under a different user or group,
# customize your systemd unit file for mariadb according to the
# instructions in http://fedoraproject.org/wiki/Systemd
thread_cache_size = 16
# Added by Nagios 2018-08-27 09:20:12 -0400 EDT
max_allowed_packet = 32M
# Added by Nagios 2018-08-27 09:20:12 -0400 EDT
query_cache_size = 6M
# Added by Nagios 2018-08-27 09:20:12 -0400 EDT
query_cache_limit = 4M
# Added by Nagios 2018-08-27 09:20:12 -0400 EDT
tmp_table_size = 64M
# Added by Nagios 2018-08-27 09:20:12 -0400 EDT
max_heap_table_size = 64M
# Added by Nagios 2018-08-27 09:20:12 -0400 EDT
key_buffer_size = 32M
# Added by Nagios 2018-08-27 09:20:12 -0400 EDT
table_open_cache = 32
# Added by Nagios 2018-08-27 09:20:12 -0400 EDT
innodb_file_per_table = 1
# Added by Nagios 2018-08-27 09:20:12 -0400 EDT
innodb_log_buffer_size = 32M
# Added by Nagios 2018-08-27 09:20:12 -0400 EDT
innodb_buffer_pool_size = 6G
# Added by Nagios 2018-08-27 09:20:12 -0400 EDT
innodb_log_file_size = 256M
[mysqld_safe]
log-error=/var/log/mariadb/mariadb.log
pid-file=/var/run/mariadb/mariadb.pid
#
# include all files from the config directory
#
!includedir /etc/my.cnf.d