Description:
Due to Bug #11366 the mysqld process is restarted. When it restarted it is trying to
create the apply_status table. Since the cluster is not up it can not create the table.
The following error message is inserted into the error log ever one second.
050616 0:59:55 [Note] NDB: Creating cluster_replication.apply_status
050616 0:59:55 [ERROR] NDB: CREATE TABLE IF NOT EXISTS cluster_replication.apply_status
( server_id INT UNSIGNED NOT NULL, epoch BIGINT UNSIGNED NOT NULL, PRIMARY KEY USING
HASH (server_id) ) ENGINE=NDB: error Can't create table
'./cluster_replication/apply_status.frm' (errno: 4009) 1005 1 1
050616 0:59:56 [Note] NDB: Creating cluster_replication.apply_status
050616 0:59:56 [ERROR] NDB: CREATE TABLE IF NOT EXISTS cluster_replication.apply_status
( server_id INT UNSIGNED NOT NULL, epoch BIGINT UNSIGNED NOT NULL, PRIMARY KEY USING
HASH (server_id) ) ENGINE=NDB: error Can't create table
'./cluster_replication/apply_status.frm' (errno: 4009) 1005 1 1
050616 0:59:57 [Note] NDB: Creating cluster_replication.apply_status
050616 0:59:57 [ERROR] NDB: CREATE TABLE IF NOT EXISTS cluster_replication.apply_status
( server_id INT UNSIGNED NOT NULL, epoch BIGINT UNSIGNED NOT NULL, PRIMARY KEY USING
HASH (server_id) ) ENGINE=NDB: error Can't create table
'./cluster_replication/apply_status.frm' (errno: 4009) 1005 1 1
How to repeat:
Follow steps in Bug #11366
Suggested fix:
I think writting the error message once should be enough