Bug #4037 ndb_mgmd: Parameter value checking is wrong
Submitted: 7 Jun 2004 14:15 Modified: 7 Jun 2004 21:04
Reporter: Johan Andersson Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S3 (Non-critical)
Version:mysql-4.1 bk OS:Linux (rh 9)
Assigned to: Jonas Oreland CPU Architecture:Any

[7 Jun 2004 14:15] Johan Andersson
Description:
Error line 7: Illegal value 10000 for parameter IndexMemory.
Legal values are between 1048576 and 0
Error line 7: Could not parse name-value pair in config file.
WARNING: Failed to retrieve cluster configuration

The same for DataMemory

How to repeat:
E.g. : IndexMemory: 100000
DataMemory: 100000
[8 Jun 2004 11:21] Johan Andersson
Do we want ndb_mgmd to try to fetch config from other ndb_mgmd (or to connect to itself)? However, in this case I don't have any other ndb_mgmd in my connectstring, so then I think the ndb_mgmd should terminate.

bash-2.05a$ ndb_mgmd  -c config.ini
Error line 7: Illegal value 100 for parameter IndexMemory.
Legal values are between 1048576 and 1572864000
Error line 7: Could not parse name-value pair in config file.
WARNING: Failed to retrieve cluster configuration
(Cause of failure: Unable to connect to localhost:10000)
Attempt 1 of 12. Trying again in 5 seconds...