Bug #39096 | Creating tablespace with high extent size segfaults data nodes | ||
---|---|---|---|
Submitted: | 28 Aug 2008 14:46 | Modified: | 19 Feb 2009 7:49 |
Reporter: | Geert Vanderkelen | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Disk Data | Severity: | S2 (Serious) |
Version: | mysql-5.1.24-ndb-6.3.15 | OS: | Any |
Assigned to: | Jonas Oreland | CPU Architecture: | Any |
Tags: | disk-based, segfault, Tablespace |
[28 Aug 2008 14:46]
Geert Vanderkelen
[28 Aug 2008 15:45]
Geert Vanderkelen
Actually, It's the extend size that is the problem apparently: mysql> CREATE TABLESPACE ts_3 ADD DATAFILE 'data_3.dat' USE LOGFILE GROUP lg_1 INITIAL_SIZE 1024M EXTENT_SIZE 100M ENGINE NDB; mysql> CREATE TABLESPACE ts_4 ADD DATAFILE 'data_4.dat' USE LOGFILE GROUP lg_1 INITIAL_SIZE 1024M EXTENT_SIZE 1024M ENGINE NDB; .. | Error | 1296 | Got error 4009 'Cluster Failure' from NDB | Uploaded logs for the error after it happens
[28 Aug 2008 15:46]
Geert Vanderkelen
Log files and traces showing the error after trying to start data nodes
Attachment: ndb_error_report_20080828173911.tar.bz2 (, text), 230.94 KiB.
[18 Feb 2009 21:56]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/66807 2844 Jonas Oreland 2009-02-18 ndb - bug#39096 - fix handling of last extents
[18 Feb 2009 22:00]
Bugs System
Pushed into 5.1.32-ndb-6.2.17 (revid:jonas@mysql.com-20090218215620-cnwqx2krulgxsnt1) (version source revid:jonas@mysql.com-20090218215620-cnwqx2krulgxsnt1) (merge vers: 5.1.32-ndb-6.2.17) (pib:6)
[18 Feb 2009 22:06]
Bugs System
Pushed into 5.1.32-ndb-6.4.3 (revid:jonas@mysql.com-20090218220511-bgnaexvwjjfq2g6w) (version source revid:jonas@mysql.com-20090218215910-abp2s33dok9kh1g8) (merge vers: 5.1.32-ndb-6.4.3) (pib:6)
[18 Feb 2009 22:08]
Bugs System
Pushed into 5.1.32-ndb-6.3.23 (revid:jonas@mysql.com-20090218220353-ih9lxz0jg5od9k2c) (version source revid:jonas@mysql.com-20090218215746-gseg9gxs7zcaqt4s) (merge vers: 5.1.32-ndb-6.3.23) (pib:6)
[19 Feb 2009 7:49]
Jon Stephens
Documented bugfix in the NDB-6.2.17, 6.3.22, and 6.4.3 changelogs as follows: Creating a Disk Data tablespace with a very large extent size caused the data nodes to fail. The issue was observed when using extent sizes of 100 MB and larger.