Мы администрируем сервер MySQL для одного из наших клиентов, у которого есть> 100 баз данных примерно с 50 таблицами в каждой, многие из которых являются таблицами InnoDB. Сервер упал, и я пытаюсь найти виновника. При перезапуске с innodb_force_recovery = 2
, Я могу подключиться и не вижу ошибок в error.log. Важнее, mysqlcheck --all-databases
сообщает "Ок" для всех таблиц. Но когда я удаляю innodb_force_recovery
, сервер снова падает, записывает трассировку стека в error.log и может быть остановлен только с помощью kill -9
.
Как мне найти проблемную базу данных в этих обстоятельствах и что может заставить mysqlcheck пропустить поврежденные таблицы? Пожалуйста, не говорите мне просто игнорировать это и восстанавливать все базы данных из дампов. Это может быть приемлемо для одной или двух баз данных, и если это происходит только один раз в синюю луну, но у меня были проблемы с одним и тем же сервером более одного раза, и восстановление всего из дампов требует слишком много времени и ручной работы, чтобы делать это каждый раз. время.
Версия сервера 5.5.46 и innodb_file_per_table
активен.
Выдержка из error.log по запросу ( The tablespace free space info is corrupt
означает, что есть ошибка, которой нет в конкретной таблице и которую нельзя исправить?):
180222 17:13:48 mysqld_safe Starting mysqld daemon with databases from /home/mysql
180222 17:13:48 [Warning] 'THREAD_CONCURRENCY' is deprecated and will be removed in a future release.
180222 17:13:48 [Note] /usr/libexec/mysqld (mysqld 5.5.46) starting as process 26242 ...
180222 17:13:48 [Note] Plugin 'FEDERATED' is disabled.
180222 17:13:48 InnoDB: The InnoDB memory heap is disabled
180222 17:13:48 InnoDB: Mutexes and rw_locks use InnoDB's own implementation
180222 17:13:48 InnoDB: Compressed tables use zlib 1.2.3
180222 17:13:48 InnoDB: Using Linux native AIO
180222 17:13:48 InnoDB: Initializing buffer pool, size = 128.0M
180222 17:13:49 InnoDB: Completed initialization of buffer pool
180222 17:13:49 InnoDB: highest supported file format is Barracuda.
180222 17:13:49 InnoDB: Waiting for the background threads to start
180222 17:13:50 InnoDB: 5.5.46 started; log sequence number 1632912830888
180222 17:13:50 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
180222 17:13:50 [Note] - '0.0.0.0' resolves to '0.0.0.0';
180222 17:13:50 [Note] Server socket created on IP: '0.0.0.0'.
180222 17:13:50 [Note] Event Scheduler: Loaded 0 events
180222 17:13:50 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.5.46' socket: '/var/lib/mysql/mysql.sock' port: 3306 MySQL Community Server (GPL) by Remi
InnoDB: Dump of the tablespace extent descriptor: len 40; hex 000000000000000200000000061600000000126e00000004ffffffffffffffffffffffffffffbfaa; asc n ;
InnoDB: Serious error! InnoDB is trying to free page 512
InnoDB: though it is already marked as free in the tablespace!
InnoDB: The tablespace free space info is corrupt.
InnoDB: You may need to dump your InnoDB tables and recreate the whole
InnoDB: database!
InnoDB: Please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html
InnoDB: about forcing recovery.
180222 17:13:50 InnoDB: Assertion failure in thread 2499464080 in file fsp0fsp.c line 3309
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: http://dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html
InnoDB: about forcing recovery.
16:13:50 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.
key_buffer_size=268435456
read_buffer_size=1048576
max_used_connections=0
max_threads=512
thread_count=0
connection_count=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 1314506 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 0x30000
/usr/libexec/mysqld(my_print_stacktrace+0x33)[0x842a1f3]
/usr/libexec/mysqld(handle_fatal_signal+0x42b)[0x82d9d3b]
[0x7bc420]
[0x7bc410]
/lib/libc.so.6(gsignal+0x50)[0x626b10]
/lib/libc.so.6(abort+0x101)[0x628421]
/usr/libexec/mysqld[0x85012e7]
/usr/libexec/mysqld[0x850147e]
/usr/libexec/mysqld[0x849c0b1]
/usr/libexec/mysqld[0x84a8a61]
/usr/libexec/mysqld[0x8561fef]
/usr/libexec/mysqld[0x85570a9]
/usr/libexec/mysqld[0x847b082]
/usr/libexec/mysqld[0x846bf04]
/usr/libexec/mysqld[0x846dad4]
/lib/libpthread.so.0[0x50d912]
/lib/libc.so.6(clone+0x5e)[0x6d347e]
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
information that should help you find out what is causing the crash.
180222 17:13:50 mysqld_safe Number of processes running now: 0
180222 17:13:50 mysqld_safe mysqld restarted
Как и предполагалось, создание дампов и восстановление из этих дампов было тем способом, которым я в конечном итоге решил восстановить все базы данных. К счастью, innodb_force_recovery = 2
позволил мне сбрасывать все без ошибок, так что мне не приходилось использовать дампы из резервных копий. Конечно, я предпочел бы выяснить настоящую причину ошибки, но MySQL не предлагает никакой помощи, за исключением некоторых упоминаний «Информация о свободном пространстве табличного пространства повреждена» в отчетах об ошибках. Не определяя и не устраняя причину ошибки, я ожидаю, что она в конечном итоге повторится - наш клиент, вероятно, будет еще больше разозлен, чем я.
Возможно, виновато плохое оборудование, но данные SMART всех дисков в системе выглядят хорошо и /var/log/messages
не содержит ничего подозрительного на момент сбоя. Не было неожиданного отключения питания или перезагрузки.