Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
5.5.37-galera
-
CentOS 6.5 x86_64
Galera Cluster installed from MariaDB repository
3 node with HAProxy to balance read (3 nodes) and write (1 node)
Description
2 of 3 nodes close server due to consistency compromized, after a CREATE TABLE command failed.
The sql comand was:
CREATE TABLE tab_test_tmp LIKE tab_test
It failed because the table tab_test didn't exist.
I attached the detailed log of a failed node.
My question is: why this failed sql command has been "replicatated" to other cluster node, if the command failed?
I can't reproduce the error because I don't have a testing cluster.