after a failed request, the server hung up and stopped running
starts only in mode: innodb_force_recovery = 6
config:
[mysqld]
#innodb_force_recovery = 6
log-error = /var/log/mysql/error.log
slow-query-log-file = /var/log/mysql/slow.log
bind-address = 0.0.0.0
default-authentication-plugin=mysql_native_password
skip-name-resolve
key_buffer_size = 64M
max_allowed_packet = 128M
max_connections = 300
read_buffer_size = 256K
read_rnd_buffer_size = 512K
net_buffer_length = 256K
connect_timeout = 30
lock_wait_timeout = 300
character-set-server = cp1251
group_concat_max_len = 4194304
event_scheduler = On
read_only = On
transaction-isolation = READ-COMMITTED
gtid_mode = On
enforce_gtid_consistency= On
disabled_storage_engines="MyISAM,BLACKHOLE,FEDERATED,ARCHIVE,MEMORY"
binlog_checksum=NONE
tmp_table_size = 256M
max_heap_table_size = 256M
join_buffer_size = 2M
preload_buffer_size = 4M
max_prepared_stmt_count = 131056
binlog_row_image = minimal
binlog_expire_logs_seconds = 432000
max_binlog_size = 300M
relay-log-recovery = 1
relay_log_space_limit = 50G
master_verify_checksum = ON
binlog_cache_size = 1M
sync_binlog = 50
sync_relay_log = 2000
innodb-status-file
innodb_buffer_pool_size = 3G
innodb_buffer_pool_instances = 3
innodb_doublewrite = 0
innodb_flush_log_at_trx_commit = 0
innodb_flush_method = O_DIRECT
innodb_lock_wait_timeout = 10
innodb_log_file_size = 512M
innodb_read_io_threads = 6
innodb_write_io_threads = 6
innodb_io_capacity_max = 4000
innodb_io_capacity = 2000
innodb_monitor_enable = all
innodb_print_all_deadlocks = ON
### Percona ###
thread_handling = pool-of-threads
innodb_corrupt_table_action = salvage
slow_query_log = ON
log_slow_rate_limit = 50
log_slow_rate_type = query
long_query_time = 2
log_slow_verbosity = full
### Group Replication Settings ###
plugin_load_add=group_replication.so
group_replication_group_name=""
group_replication_start_on_boot=off
group_replication_local_address= "db-3:33061"
group_replication_group_seeds= "db-1:33061,db-2:33061,db-3:33061"
group_replication_bootstrap_group=off
sql_mode="NO_ENGINE_SUBSTITUTION"
log:
You may download the Percona Server operations manual by visiting
http://www.percona.com/software/percona-server/. You may find information
in the manual which will help you identify the cause of the crash.
2024-03-13T10:30:09.027007Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.18-9) starting as process 31845
10:30:29 UTC - mysqld got signal 11 ;
Most likely, you have hit a bug, but this error can also be caused by malfunctioning hardware.
Thread pointer: 0x0
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
stack_bottom = 0 thread_stack 0x46000
/usr/sbin/mysqld(my_print_stacktrace(unsigned char const*, unsigned long)+0x41) [0x1fac551]
/usr/sbin/mysqld(handle_fatal_signal+0x333) [0x11d0fb3]
/lib64/libpthread.so.0(+0x12d80) [0x7fd67912cd80]
/usr/sbin/mysqld(lock_print_info_summary(_IO_FILE*, unsigned long)+0xc8) [0x20e62c8]
/usr/sbin/mysqld(srv_printf_innodb_monitor(_IO_FILE*, unsigned long, unsigned long*, unsigned long*)+0xc3c) [0x221b4fc]
/usr/sbin/mysqld(srv_monitor_thread()+0x150) [0x221b880]
/usr/sbin/mysqld(std::thread::_State_impl<std::thread::_Invoker<std::tuple<Runnable, void (*)()> > >::_M_run()+0xbd) [0x2117dbd]
/lib64/libstdc++.so.6(+0xc2a53) [0x7fd677a3fa53]
/lib64/libpthread.so.0(+0x82de) [0x7fd6791222de]
/lib64/libc.so.6(clone+0x43) [0x7fd67711ba53]
Please help us make Percona Server better by reporting any
bugs at https://bugs.percona.com/
You may download the Percona Server operations manual by visiting
http://www.percona.com/software/percona-server/. You may find information
in the manual which will help you identify the cause of the crash