Closed explody closed 7 years ago
This has been moved to the debug log, so you shouldn't see this anymore.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
In galera.rb, after the node search is done, this snippet outputs a log entry (line ~69)
Which results in the array of galera_cluster_nodes being dumped into the log, including the full structure of node attributes - over 200K of text in our case.
It's possible that we could suppress this with log level tweaking but I'm not sure that 200K of unformatted ruby hash would ever be useful in a log file - plus it could lead to a sensitive data leak depending on what's in the node attributes.