Bug #84079 Not all trace messages are enabled in GCS with -DWITH_TRACE_OUTPUT=1
Submitted: 6 Dec 2016 13:50 Modified: 31 Mar 2017 16:47
Reporter: Alfranio Tavares Correia Junior Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Group Replication Severity:S3 (Non-critical)
Version:5.7.17 OS:Any
Assigned to: CPU Architecture:Any

[6 Dec 2016 13:50] Alfranio Tavares Correia Junior
Description:
When the server is compiled with -DWITH_TRACE_OUTPUT=1, the GCS and
XCOM modules should print out debug and trace messages. However, this
is not happening when there are trace messages within the macro
MYSQL_GCS_DEBUG_EXECUTE.

Compiling the server with -DWITH_TRACE_OUTPUT=1 -DWITH_DEBUG_OUTPUT=1
does not work either.

How to repeat:
cmake .. -DCMAKE_BUILD_TYPE=Debug -DWITH_TRACE_OUTPUT=1
[31 Mar 2017 16:47] Paul DuBois
Posted by developer:
 
Noted in 5.7.18, 8.0.1 changelogs.

Not all Group Replication GCS debug and trace messages were enabled
in debug mode.