Hello there,
We have running PMM server (1.17.0) in the docker container. In the last few days we have problem with QAN.
After some troubleshooting I found that MySQL instance which is running inside is crushing all the time with the following error:
181129 14:32:41 [Note] /usr/sbin/mysqld: ready for connections.
Version: ‘5.5.61-38.13’ socket: ‘/var/lib/mysql/mysql.sock’ port: 3306 Percona Server (GPL), Release 38.13, Revision 812705b
181129 14:33:04 InnoDB: Assertion failure in thread 140113881638656 in file btr0cur.c line 332
InnoDB: Failing assertion: page_is_comp(get_block->frame) == page_is_comp(page)
InnoDB: We intentionally generate a memory trap.
InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
InnoDB: If you get repeated assertion failures or crashes, even
InnoDB: immediately after the mysqld startup, there may be
InnoDB: corruption in the InnoDB tablespace. Please refer to
InnoDB: [url]http://dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html[/url]
InnoDB: about forcing recovery.
14:33:04 UTC - mysqld got signal 6 ;
This could be because you hit a bug. It is also possible that this binary
or one of the libraries it was linked against is corrupt, improperly built,
or misconfigured. This error can also be caused by malfunctioning hardware.
We will try our best to scrape up some info that will hopefully help
diagnose the problem, but since we have already crashed,
something is definitely wrong and this may fail.
Please help us make Percona Server better by reporting any
bugs at [url]System Dashboard - Percona JIRA
key_buffer_size=8388608
read_buffer_size=131072
max_used_connections=146
max_threads=514
thread_count=146
connection_count=146
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 1133032 K bytes of memory
Hope that’s ok; if not, decrease some variables in the equation.
Thread pointer: 0x3652b10
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 = 7f6ece249d70 thread_stack 0x40000
/usr/sbin/mysqld(my_print_stacktrace+0x3b)[0x7debfb]
/usr/sbin/mysqld(handle_fatal_signal+0x4b1)[0x6a5471]
/lib64/libpthread.so.0(+0xf6d0)[0x7f6f6d4ed6d0]
/lib64/libc.so.6(gsignal+0x37)[0x7f6f6bc18277]
/lib64/libc.so.6(abort+0x148)[0x7f6f6bc19968]
/usr/sbin/mysqld[0x872455]
/usr/sbin/mysqld[0x872fee]
/usr/sbin/mysqld[0x93fd73]
/usr/sbin/mysqld[0x94387a]
/usr/sbin/mysqld[0x943b07]
/usr/sbin/mysqld[0x81c6e8]
/usr/sbin/mysqld[0x802a01]
/usr/sbin/mysqld(_ZN7handler12ha_write_rowEPh+0x70)[0x6acdc0]
/usr/sbin/mysqld(_Z12write_recordP3THDP5TABLEP12st_copy_info+0x6e)[0x58ea5e]
/usr/sbin/mysqld(_Z12mysql_insertP3THDP10TABLE_LISTR4ListI4ItemERS3_IS5_ES6_S6_15enum_duplicatesb+0xc64)[0x591514]
/usr/sbin/mysqld(_Z21mysql_execute_commandP3THD+0x36af)[0x5a738f]
/usr/sbin/mysqld(_ZN18Prepared_statement7executeEP6Stringb+0x3d9)[0x5bd619]
/usr/sbin/mysqld(ZN18Prepared_statement12execute_loopEP6StringbPhS2+0x9e)[0x5bd6ce]
/usr/sbin/mysqld(_Z19mysqld_stmt_executeP3THDPcj+0x33e)[0x5bdb3e]
/usr/sbin/mysqld(_Z16dispatch_command19enum_server_commandP3THDPcj+0xab3)[0x5ac283]
/usr/sbin/mysqld(_Z24do_handle_one_connectionP3THD+0x14a)[0x64dfba]
/usr/sbin/mysqld(handle_one_connection+0x4a)[0x64e0ba]
/lib64/libpthread.so.0(+0x7e25)[0x7f6f6d4e5e25]
/lib64/libc.so.6(clone+0x6d)[0x7f6f6bce0bad]
Trying to get some variables.
Some pointers may be invalid and cause the dump to abort.
Query (7f6e1403f0a8): INSERT INTO query_class_metrics (query_class_id,instance_id,start_ts,end_ts,query_count,lrq_count,Query_time_sum,Query_time_min,Query_time_avg,Query_time_med,Query_time_p95,Query_time_max,Lock_time_sum,Lock_time_min,Lock_time_avg,Lock_time_med,Lock_time_p95,Lock_time_max,Rows_sent_sum,Rows_sent_min,Rows_sent_avg,Rows_sent_med,Rows_sent_p95,Rows_sent_max,Rows_examined_sum,Rows_examined_min,Rows_examined_avg,Rows_examined_med,Rows_examined_p95,Rows_examined_max,Rows_affected_sum,Rows_affected_min,Rows_affected_avg,Rows_affected_med,Rows_affected_p95,Rows_affected_max,Bytes_sent_sum,Bytes_sent_min,Bytes_sent_avg,Bytes_sent_med,Bytes_sent_p95,Bytes_sent_max,Tmp_tables_sum,Tmp_tables_min,Tmp_tables_avg,Tmp_tables_med,Tmp_tables_p95,Tmp_tables_max,Tmp_disk_tables_sum,Tmp_disk_tables_min,Tmp_disk_tables_avg,Tmp_disk_tables_med,Tmp_disk_tables_p95,Tmp_disk_tables_max,Tmp_table_sizes_sum,Tmp_table_sizes_min,Tmp_table_sizes_avg,Tmp_table_sizes_med,Tmp_table_sizes_p95,Tmp_table_sizes_max,QC_Hit_sum,Full_scan_sum,Full_jo
Connection ID (thread ID): 346
Status: NOT_KILLED
You may download the Percona Server operations manual by visiting
[url]http://www.percona.com/software/percona-server/[/url]. You may find information
in the manual which will help you identify the cause of the crash.
181129 14:33:05 [Note] /usr/sbin/mysqld (mysqld 5.5.61-38.13) starting as process 25748 …
181129 14:33:05 [Note] Plugin ‘FEDERATED’ is disabled.
181129 14:33:05 InnoDB: The InnoDB memory heap is disabled
181129 14:33:05 InnoDB: Mutexes and rw_locks use GCC atomic builtins
181129 14:33:05 InnoDB: Compressed tables use zlib 1.2.7
181129 14:33:05 InnoDB: Using Linux native AIO
181129 14:33:05 InnoDB: Initializing buffer pool, size = 128.0M
181129 14:33:05 InnoDB: Completed initialization of buffer pool
181129 14:33:05 InnoDB: highest supported file format is Barracuda.
InnoDB: Log scan progressed past the checkpoint lsn 4951549098911
181129 14:33:05 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files…
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer…
InnoDB: Doing recovery: scanned up to log sequence number 4951553435356
I tried to recreate the container, downgrade to previous version, nothing is solve this problem.
Do you know if we can do something in order to fix it ?
Thanks in advance.