The MySQL Cluster data node log files can become very big. The best solution is to actually fix the underlying problem. But if you know what you are doing, you can work around it and filter out these annoying log entries.
An example of ‘annoying’ entries is when you run MySQL Cluster on virtual machines (not good!) and disks and OS can’t follow any more; a few lines from the ndb_X_out.log:
2011-04-03 10:52:31 [ndbd] WARNING -- Ndb kernel thread 0 is stuck in: Scanning Timers elapsed=100 2011-04-03 10:52:31 [ndbd] INFO -- timerHandlingLab now: 1301820751642 sent: 1301820751395 diff: 247 2011-04-03 10:52:31 [ndbd] INFO -- Watchdog: User time: 296 System time: 536 2011-04-03 10:52:31 [ndbd] INFO -- Watchdog: User time: 296 System time: 536 2011-04-03 10:52:31 [ndbd] WARNING -- Watchdog: …[Read more]