Bug #28720 | Disk data meta information is not visible in mysqld but exists in ndbd | ||
---|---|---|---|
Submitted: | 28 May 2007 9:35 | Modified: | 11 Jul 2007 9:28 |
Reporter: | Johan Andersson | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Disk Data | Severity: | S3 (Non-critical) |
Version: | mysql-5.1.18 ndb-6.2.3, 5.1.20-BK | OS: | Any |
Assigned to: | Jonas Oreland | CPU Architecture: | Any |
[28 May 2007 9:35]
Johan Andersson
[30 May 2007 3:19]
Adam Dixon
I have verified this behavior on latest BK of 5.1 - someone with more internals will need to look further as to why. The relevant warning present in Johan's output is as follows; +-------+------+----------------------------------------------------+ | Level | Code | Message | +-------+------+----------------------------------------------------+ | Error | 1296 | Got error 4007 'Send to ndbd node failed' from NDB | +-------+------+----------------------------------------------------+ 1 row in set (0.00 sec) NDB error code 4007: Send to ndbd node failed: Unknown result: Unknown result error As soon as you bring up the second node you get; 9 rows in set (0.00 sec) as expected. IS looks to be bombing out when trying to query/process down node. Where it should continue to display only running nodes files. Repeat process; Start 51 cluster; CREATE LOGFILE GROUP lg_1 ADD UNDOFILE 'undo_1.dat' INITIAL_SIZE 16M UNDO_BUFFER_SIZE 2M ENGINE NDB; ALTER LOGFILE GROUP lg_1 ADD UNDOFILE 'undo_2.dat' INITIAL_SIZE 12M ENGINE NDB; CREATE TABLESPACE ts_1 ADD DATAFILE 'data_1.dat' USE LOGFILE GROUP lg_1 INITIAL_SIZE 32M ENGINE NDB; ALTER TABLESPACE ts_1 ADD DATAFILE 'data_2.dat' INITIAL_SIZE 48M ENGINE NDB; ndb_mgm -e 'all stop' ndbd (wait for partial start) mysql> select * from information_schema.FILES
[4 Jul 2007 10:00]
Jon Stephens
Documented bugfix for telco-6.2.4 release, left status as PQ.
[10 Jul 2007 13:27]
Bugs System
Pushed into 5.1.21-beta
[11 Jul 2007 9:28]
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 bug fix. More information about accessing the source trees is available at http://dev.mysql.com/doc/en/installing-source.html Documented bugfix in 5.1.21 changelog.
[6 Sep 2007 9:41]
Jon Stephens
Fix also documented for mysql-5.1.15-ndb-6.1.18.