Vor ca. 2 Wochen habe ich auf eine ca. 1 GB große Tabelle mehrere FULLTEXT Indizes gelegt. Die Datenbank wurde dadurch sehr groß und nach einem "Disk Full" Unfall auf der Partition, auf der meine Datenbanken liegen ist mysql abgeschmiert. Er hat daraufhin alle InnoDB-Tabellen geschossen, weil er entsprechenden Logfiles nicht mehr schreiben konnte. Ein Binlog-Recovery brachte nichts, doch habe ich einen alten Dump einspielen können. Nach Löschung der ib_logfile* und ibdata habe ich den Server neu gestartet und alle Daten waren dort wo sie sein sollten.
Leider macht der Server seit dem das lästige Sperenzchen ca. 2-4 Mal pro Tag abzustürzen. Von einem Absturz merkt man zu 70% nichts, weil der Server direkt danach wieder hochfährt. Bei allen anderen Gelegenheiten schießt er leider die große Table mit der FULLTEXT Indizes, die sich zum Glück auch wieder reparieren lässt. Der Server ist dann aber down.
Hier mal der Log, wiederholt so jeden Tag zu unterschiedlichen Zeiten.
Code: Select all
Number of processes running now: 0
080401 02:53:34 mysqld restarted
080401 2:53:34 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...
080401 2:53:34 InnoDB: Starting log scan based on checkpoint at
InnoDB: log sequence number 0 443010263.
InnoDB: Doing recovery: scanned up to log sequence number 0 443010263
080401 2:53:34 InnoDB: Flushing modified pages from the buffer pool...
080401 2:53:34 InnoDB: Started; log sequence number 0 443010263
/usr/sbin/mysqld: ready for connections.
Version: '4.1.10a' socket: '/var/lib/mysql/mysql.sock' port: 3306 SUSE MySQL RPM
mysqld got signal 11;
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=33554432
read_buffer_size=520192
max_used_connections=24
max_connections=100
threads_connected=3
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 230051 K
bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
Linux 2.6.16.27-061216a x86_64 (SuSE 9.2)
mySQL 4.1.10a
Vielen Dank