Bug #39856 Sporadic pushbuild failure: "Can't create table ndb_apply_status"
Submitted: 4 Oct 2008 12:32 Modified: 25 Oct 2023 15:55
Reporter: Sven Sandberg Email Updates:
Status: Won't fix Impact on me:
None 
Category:Tests: Cluster Severity:S7 (Test Cases)
Version:5.1-rpl OS:Any
Assigned to: Assigned Account CPU Architecture:Any
Tags: ndb_apply_status, pushbuild, sporadic, test failure

[4 Oct 2008 12:32] Sven Sandberg
Description:
pushbuild says:

rpl_ndb.rpl_ndb_ctype_ucs2_def           [ fail ]  Found warnings in server log file!
@log_error
/dev/shm/var-ps_row-141/2/mysql_cluster.1/mysqld.1/mysqld.err
log_error
080906 10:40:42 [ERROR] NDB: CREATE TABLE IF NOT EXISTS mysql.ndb_apply_status ( server_id INT UNSIGNED NOT NULL, epoch BIGINT UNSIGNED NOT NULL,  log_name VARCHAR(255) BINARY NOT NULL,  start_pos BIGINT UNSIGNED NOT NULL,  end_pos BIGINT UNSIGNED NOT NULL,  PRIMARY KEY USING HASH (server_id) ) ENGINE=NDB CHARACTER SET latin1: error Can't create table 'mysql.ndb_apply_status' (errno: 157) 1005(ndb: 0) 1 1
^ Found warnings!!

 - saving '/dev/shm/var-ps_row-141/2/log/rpl_ndb.rpl_ndb_ctype_ucs2_def/' to '/dev/shm/var-ps_row-141/log/rpl_ndb.rpl_ndb_ctype_ucs2_def/'

Retrying test, attempt(2/3)...

How to repeat:
https://intranet.mysql.com/secure/pushbuild/showpush.pl?dir=bzr_mysql-5.1-rpl&order=51 sles10-ia64-a-2/ps_row

Has failed twice according to xref: http://tinyurl.com/4yu6pn
[25 Oct 2023 15:55] Magnus BlÄudd
Posted by developer:
 
Retested on 8.0.35 and there is no known problem with creating ndb_apply_status. Tthe fucntionality to create and how to work with  ndb_apply_status was revisited in 8.0 when implementing WL#10162 Schema dist operation error code return

[ 50%] ndb_rpl.ndb_rpl_apply_status              [ pass ]   6047

Closing as rejected.