Bug #17890 | Storage node crashs after inserting data into table (saved on disk) | ||
---|---|---|---|
Submitted: | 3 Mar 2006 9:23 | Modified: | 14 Mar 2006 10:05 |
Reporter: | F Huber | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S1 (Critical) |
Version: | 5.1.7 | OS: | Linux (Redhat ES 4 - x86_64) |
Assigned to: | Jonas Oreland | CPU Architecture: | Any |
[3 Mar 2006 9:23]
F Huber
[3 Mar 2006 10:26]
Jonas Oreland
Hi, thx for the bug report. This has alreay been fixed, (but not yet pushed/released) (see bug http://bugs.mysql.com/bug.php?id=16657) The problem is that you're using too much log buffer memory. In 5.1.7 there will be trouble if your using more than 8M (which might be enought anyway) So if your changing to 8M instead of 40M you should be fine. A note is that given the size of your DB you should probably use the parameter "DiskPageBufferMemory" to set a bigger value (default is 64M) Let me know if decreasing the log buffer helps /Jonas
[12 Mar 2006 12:51]
Jonas Oreland
pushed into 5.1.8 (note see other bug report referenced)
[14 Mar 2006 10:05]
Jon Stephens
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bugfix, yourself. More information about accessing the source trees is available at http://www.mysql.com/doc/en/Installing_source_tree.html Additional info: Documented in 5.1.8 changelog; closed.