Bug #50570 ndbout_c should use EventLogger
Submitted: 24 Jan 2010 7:58
Reporter: Andrew Hutchings Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Cluster: Cluster (NDB) storage engine Severity:S4 (Feature request)
Version:mysql-5.1-telco-6.3 OS:Any
Assigned to: CPU Architecture:Any

[24 Jan 2010 7:58] Andrew Hutchings
Description:
ndbout_c appears to be used for info level logging for the ndbd nodes, it would be really useful if this information was time stamped.  This is because there can be days between events in this log and comparing times with real-life events help with debugging.   This will also make this log look consistent.

How to repeat:
.

Suggested fix:
One of the following:

1. change all the ndbout_c to g_eventLogger->info() in the code
2. re-write ndbout_c to use g_eventLogger->info()
3. modify ndbout_c to output timestamps

Option 2 is likely to break tools output and option 3 may make the tools output look a bit strange, so option 1 may be the only viable option.
[24 Jan 2010 8:28] Jonas Oreland
that will have to be opt. 1
with quotes around "all", but maybe most...
[26 Apr 2010 9:04] Gustaf Thorslund
Duplicate in bug#52958, see:

 http://bugs.mysql.com/bug.php?id=52958

/Gustaf