Hello,
It seems to me that the version you are using is rather old, you may wish to
upgrade both the MySQL server and the Galera library, as issues related to
the error message you are getting have been fixed in the past.
If that does not help, you may wish to check your application for any of the
following:
* concurrent DDL happening on the table, especially under
wsrep_OSU_method=RSU
* triggers, foreign keys, complex stored procedures (e.g. handlers,
transactions or rollback within stored procedure) on the table in question
* use of wsrep_on=OFF and other dynamic changes of Galera configuration
while the cluster is running
* statements such as CREATE ... SELECT , REPLACE ... SELECT , TRUNCATE,
ADD/DROP partition, etc.
If you need additional information in order to identify the offending query
or transaction, you can look at the GRA_*.log files in the data directory.
Each contains the binary log fragment from the transaction that failed to
apply.
Philip Stoev
--
You received this message because you are subscribed to the Google Groups
"codership" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to
codership-tea...@googlegroups.com.
For more options, visit
https://groups.google.com/d/optout.