Bug #33884 SchedulerExecutionTimer missing, and unknown
Submitted: 16 Jan 2008 9:19 Modified: 16 Jan 2008 10:02
Reporter: Geert Vanderkelen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S2 (Serious)
Version:5.1.23_6.3bk OS:Any
Assigned to: CPU Architecture:Any

[16 Jan 2008 9:19] Geert Vanderkelen
Description:
In the current CGE 5.1.23_6.3 bitkeeper tree, when starting a data node it is saying that SchedulerExecutionTimer is missing from the configuration. Adding the option, and the management server complains that it doesn't know it.
Makes it impossible to start cluster currently.

How to repeat:
Start a data node using MySQL Cluster CGE 6.3 bitkeeper build.

Time: Wednesday 16 January 2008 - 09:42:25
Status: Permanent error, external action needed
Message: Invalid configuration received from Management Server (Configuration error)
Error: 2350
Error data: Invalid configuration fetched
Error object: SchedulerExecutionTimer missing
Program: /data1/mysql/5.1-6.3bk/libexec/ndbd
Pid: 445
Trace: /data2/users/geert/cluster/master/ndb_3_trace.log.1
Version: mysql-5.1.23 ndb-6.3.7-beta

Adding SchedulerExecutionTimer:

[geert@ndbsup-1 geert]$ ./start_procs.sh 5.1-6.3bk config_master_single.ini
Error line 7: [DB] Unknown parameter: SchedulerExecutionTimer
Error line 7: Could not parse name-value pair in config file.
[16 Jan 2008 10:02] Geert Vanderkelen
Mixup in building, I had an old ./bin/ndb_mgmd (6.3.4) and the newer one was in ./libexec/ndb_mgmd. So, version mismatch.
Might be important when somebody wants to downgrade maybe.