[Note] WSREP: Skipping empty log_xid: COMMIT

Hi,

As I was running sysbench 0.5 against Percona XtraDB cluster, I saw many entries like this in the server log:

[Note] WSREP: Skipping empty log_xid: COMMIT

I am very new to Galera replication. I wonder what this message means here, though it looks harmless.

Yen-Wei Liu

This should be debug level message. Check what you have set for wsrep_debug variable. To avoid debug level messages, set in my.cnf:

wsrep_debug=0

-seppo