Bug #30290 | ERROR 1030 (HY000): Got error 134 from storage engine (MyISAM) | ||
---|---|---|---|
Submitted: | 8 Aug 2007 3:23 | Modified: | 22 Feb 2009 16:34 |
Reporter: | Virgilio Quilario | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: MyISAM storage engine | Severity: | S1 (Critical) |
Version: | 5.0.27, 5.0.45 | OS: | Linux (Linux 2.6.20-1.2320.fc5) |
Assigned to: | CPU Architecture: | Any | |
Tags: | 5.0.27-1.fc5, corruption, error 1030, error 134, myisam |
[8 Aug 2007 3:23]
Virgilio Quilario
[8 Aug 2007 4:35]
Virgilio Quilario
i forgot to mention this arch: 64-bit
[8 Aug 2007 7:01]
Sveta Smirnova
Thank you for the report. But version 5.0.27 is quite old. Please upgrade to current version 5.0.45, try with it and say us result.
[8 Aug 2007 7:08]
Virgilio Quilario
hi, just tried the mysql-5.1.20-beta we got same issue but we'll try the 5.0.45 let you know later thanks
[15 Aug 2007 11:12]
xuefer tinys
i'm having same issue on 64bit too. the problem came out ramdonly on heavily updated myisam tables. havn't got a problem after i convert it to innodb yet but maybe i should pay more time and see if really stable with innodb.
[16 Aug 2007 0:45]
Virgilio Quilario
hi, we used the mysql 5.0.45 and still the myisam table kept on corrupting. We converted the tables into innodb. We got away with the problem but got us few deadlocks. It is best to use myisam tables in my situation to take advantage of its concurrent inserts and never deadlock. I've had wonderful results using mysql 4.1.20 but I need some capabilities that are only found in version 5+. I'd like to mention that my script is doing heavy inserts and few selects. Thanks, Virgil
[31 Aug 2007 18:28]
[ name withheld ]
I encounter the same problem on Sun Solaris 2.10 sparc with MySQL 5.0.37-log Source distribution.
[11 Sep 2007 20:22]
sundara vadivelu
I encounter the same problem with 5.0.27 on linux. The index of the MyIsam tables get corrupted frequently. I repair the tables once every 2 days.
[12 Nov 2007 15:20]
MySQL Verification Team
Hi Virgilio, I just tried for 2 hours to repeat the errno 134 on a clean 5.0.45 system, following the guidelines you gave. No luck. Some questions: 1) Can you repeat this on a single processor system? 2) Are there any merge tables or other users accessing sites_traffic_20070807? 3) What disk subsystem (raid controllers, etc) has this server got? thanks!
[19 Nov 2007 7:37]
Virgilio Quilario
Some questions: 1) Can you repeat this on a single processor system? ans: we have no problems in 32-bit single/dual processor system. this is only happening on 64-bit dual xeon system. 2) Are there any merge tables or other users accessing sites_traffic_20070807? ans: no merge tables and no other scripts accessing it but we got lots of simultaneous users accessing our site. 3) What disk subsystem (raid controllers, etc) has this server got? ans: server got onboard 3ware storage scsi controller; filesystem is ext3
[19 Nov 2007 7:45]
MySQL Verification Team
Virgilio, please tell more about the exact 3ware firmware versions, etc. We saw many problems with the older firmwares and hardware. Thanks,
[3 Jan 2008 6:48]
Virgilio Quilario
here it is 3ware Storage Controller device driver for Linux v1.26.02.002 ACPI: PCI Interrupt 0000:02:01.0[A] -> GSI 24 (level, low) -> IRQ 24 scsi0 : 3ware Storage Controller 3w-xxxx: scsi0: Found a 3ware Storage Controller at 0xbc00, IRQ: 24. scsi 0:0:0:0: Direct-Access 3ware Logical Disk 0 1.2 PQ: 0 ANSI: 0
[9 May 2008 17:19]
Leoncio Madruga
I had the same problem (Got error 134 from storage engine) with myIsam on Windows Server MySQL 5.1.22rc during insertions also in a mono cpu sstem.
[27 Jun 2008 13:07]
Denis Roy
I'm getting this too on our busy Bugzilla application, which uses MyISAM tables. As myisamchk doesn't always fix the problem, I need to mysqldump the table, drop it, then re-create it from the dump. I'm using SuSE Linux Entreprise 10 SP1 on a quad-cpu IBM POWER5 with a 2104-DS4 storage tray. mysql Ver 14.12 Distrib 5.0.26, for suse-linux (powerpc) using readline 5.1 select * from bugs where bug_id = 238306; ERROR 1030 (HY000): Got error 134 from storage engine
[9 Aug 2008 6:32]
Valeriy Kravchuk
Please, try to repeat with a newer version, 5.0.67, and inform about the results.
[4 Sep 2008 4:12]
Nitin Gupta
try repairing the respective tables repair table table_name; analyze table table_name; It worked for me
[9 Sep 2008 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[22 Jan 2009 16:23]
Ralf Hauser
We are also experiencing the problem on debian-stable's version of mysql. (Reported as http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512651) Additional detail: the mysql tables are on a encrypted partition (LUKS). Question to Valeriy Kravchuk: You recommend to use newer version 5.0.67, is that a) because there is some relevant fixes you are aware of? b) as developer you rather debug against the most recent version of your software irrespective of whether there is changes regarding the potential source of the problem?
[22 Jan 2009 16:34]
Sveta Smirnova
Ralf, thank you for the feedback. Regarding to version 5.0.67 at least 2 bugs: bug #28837 and bug #28574 which can be related to this problem were fixed after 5.0.45. And yes, we don't backport bug fixes, so need to prove bug exists in the latest version. So, please, upgrade.
[23 Feb 2009 0:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".