Hi,
i have recently hit an issue with our Percona instance and am wonderign if its an error anyone has seen before or coudl assist with. We are running version 5.7.21-20 and recieved the following error when a conrete5 job tried to perform some housekeeping of the database:
2018-06-08T00:01:22.497336Z 9 [Note] InnoDB: MySQL is trying to drop table c5
.FTS_0000000000000a42_00000000000013ad_INDEX_1
though there are still open handles to it. Adding the table to the background drop queue.
2018-06-08T00:01:22.993845Z 9 [Note] InnoDB: MySQL is trying to drop table c5
.FTS_0000000000000a42_00000000000013bb_INDEX_1
though there are still open handles to it. Adding the table to the background drop queue.
2018-06-08 00:01:23 0x7f81d1ffb700 InnoDB: Assertion failure in thread 140195550705408 in file pars0pars.cc line 822
InnoDB: Failing assertion: sym_node->table != NULL
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.7/en/forcing-innodb-recovery.html[/url]
InnoDB: about forcing recovery.
00:01:23 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.
Attempting to collect some information that could help diagnose the problem.
As this is a crash and something is definitely wrong, the information
collection process might fail.
Please help us make Percona XtraDB Cluster better by reporting any
bugs at [url]https://jira.percona.com/projects/PXC/issues[/url]
key_buffer_size=8388608
read_buffer_size=131072
max_used_connections=138
max_threads=513
thread_count=10
connection_count=1
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 212322 K bytes of memory
Hope that’s ok; if not, decrease some variables in the equation.
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 0x40000
/usr/sbin/mysqld(my_print_stacktrace+0x3b)[0xf2e19b]
/usr/sbin/mysqld(handle_fatal_signal+0x471)[0x7a7171]
/lib64/libpthread.so.0(+0xf680)[0x7f821468e680]
/lib64/libc.so.6(gsignal+0x37)[0x7f8212790207]
/lib64/libc.so.6(abort+0x148)[0x7f82127918f8]
/usr/sbin/mysqld[0x76fec6]
/usr/sbin/mysqld(_Z21pars_insert_statementP10sym_node_tPvP10sel_node_t+0x291)[0x10e6291]
/usr/sbin/mysqld(_Z7yyparsev+0x1e09)[0x1316aa9]
/usr/sbin/mysqld(_Z8pars_sqlP11pars_info_tPKc+0x9e)[0x10e779e]
/usr/sbin/mysqld(_Z13fts_parse_sqlP11fts_table_tP11pars_info_tPKc+0x18a)[0x12f700a]
/usr/sbin/mysqld(_Z14fts_write_nodeP5trx_tPP10que_fork_tP11fts_table_tP12fts_string_tP10fts_node_t+0x24a)[0x12d048a]
/usr/sbin/mysqld[0x12d0ae0]
/usr/sbin/mysqld(_Z14fts_sync_tableP12dict_table_tbbb+0x321)[0x12d6591]
/usr/sbin/mysqld(_Z23fts_optimize_sync_tablem+0x45)[0x12e96c5]
/usr/sbin/mysqld(_Z19fts_optimize_threadPv+0x39a)[0x12e9a8a]
/lib64/libpthread.so.0(+0x7dd5)[0x7f8214686dd5]
/lib64/libc.so.6(clone+0x6d)[0x7f8212858b3d]
You may download the Percona XtraDB Cluster operations manual by visiting
[url]http://www.percona.com/software/percona-xtradb-cluster/[/url]. You may find information
in the manual which will help you identify the cause of the crash.
Log of wsrep recovery (–wsrep-recover):
I have had a search around on the web but cant seem to find anythign that points me int he right direction. One thing to note is that prior to the housekeepign job running the databse was restored from another environment, whereby the databse was dropped then recreated, i was wondering if this is at the root cause f the issue.
Any assistance gratefully recived.
Thanks in advance
Scott