Bug #43026 | ndb_error_reporter fails to collect NDB management daemon info | ||
---|---|---|---|
Submitted: | 19 Feb 2009 15:22 | Modified: | 30 Jul 2009 14:40 |
Reporter: | Guido Ostkamp | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
Version: | mysql-5.1-telco-7.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | 5.1-telco-6.4 -> 6.4.3 |
[19 Feb 2009 15:22]
Guido Ostkamp
[19 Feb 2009 15:44]
Stewart Smith
What is the DataDir for the management server? and log destination (if any).
[20 Feb 2009 9:37]
Guido Ostkamp
The ndb_mgmd was started with command line ./ndb_mgmd --configdir=. -f config.ini --initial --reload current dir at time of startup was /var/lib/mysql-cluster (also when ndb_error_reporter was called later). Our config.ini: [NDBD DEFAULT] NoOfReplicas=2 DataMemory=2048M IndexMemory=512M MaxNoOfConcurrentOperations=262144 MaxNoOfConcurrentScans=500 MaxNoOfLocalScans=4096 BatchSizePerLocalScan=256 TransactionDeadlockDetectionTimeout=30000 LockPagesInMainMemory=1 FragmentLogFileSize=256M NoOfFragmentLogFiles=12 RedoBuffer=32M Diskcheckpointspeed=2M Diskcheckpointspeedinrestart=100M TimeBetweenGlobalCheckpoints=1000 TimeBetweenLocalCheckpoints=20 MaxNoOfExecutionThreads=8 [MYSQLD DEFAULT] BatchSize=992 MaxScanBatchSize=4M [NDB_MGMD DEFAULT] [TCP DEFAULT] SendBufferMemory=2M ReceiveBufferMemory=2M # Managment Server [NDB_MGMD] HostName=eibe # the IP of THIS SERVER # Storage Engines [NDBD] Id=2 HostName=clusternode1-priv # the IP of the FIRST SERVER DataDir=/global/TspArchiveLog1/mysql-cluster [NDBD] Id=3 HostName=clusternode2-priv # the IP of the SECOND SERVER DataDir=/global/TspArchiveLog2/mysql-cluster # 2 MySQL Clients # I personally leave this blank to allow rapid changes of the mysql clients; # you can enter the hostnames of the above two servers here. I suggest you dont. [MYSQLD] [MYSQLD] ... Regards Guido Ostkamp
[10 Jun 2009 12:48]
Jonathan Miller
For tracing you can use ndb api tracing.
[30 Jul 2009 14:40]
Geert Vanderkelen
Can't be repeated using MySQL Cluster 7.0.6 (which 'replaced' 6.4). If you can, please run for both management nodes: ndb_config --config-file=config.ini --id=1 --query=datadir This is used for copying, at apparently it was missing in your case. scp: /ndb_1*: No such file or directory Cheers, Geert