I’m having a hard time with percona xtradb cluster. The cluster has 3 nodes, and is up and running (all tip top according to wsrep status indicators). It did the SST perfectly fine from one node to the other 2. BUT every time i do an update in a table, the write is not propagated to the other nodes, even though ddl statements such as table creation are! any idea of what’s going on? i turned all sorts of logging on and i keep seeing:
“Skipping empty log_xid” messages in error log, but not affecting the tables im testing so not sure this is related…
Im talking about innodb tables by the way, that where inherited from mysql 5.5 (not percona mysql). Attaching the status of wsrep_ of a single node, the other 2 are very similar. At the very least there should be some logging indicating where the problem is, the debug level logs of galera are silent about these queries!
wsrep_local_state_uuid | 16819721-b6c1-11e2-0800-8d78b46e9a6d |
| wsrep_protocol_version | 4 |
| wsrep_last_committed | 38795 |
| wsrep_replicated | 715 |
| wsrep_replicated_bytes | 9288264 |
| wsrep_received | 87 |
| wsrep_received_bytes | 1760 |
| wsrep_local_commits | 710 |
| wsrep_local_cert_failures | 0 |
| wsrep_local_bf_aborts | 0 |
| wsrep_local_replays | 0 |
| wsrep_local_send_queue | 0 |
| wsrep_local_send_queue_avg | 0.000000 |
| wsrep_local_recv_queue | 0 |
| wsrep_local_recv_queue_avg | 0.000000 |
| wsrep_flow_control_paused | 0.000000 |
| wsrep_flow_control_sent | 0 |
| wsrep_flow_control_recv | 0 |
| wsrep_cert_deps_distance | 3.000000 |
| wsrep_apply_oooe | 0.000000 |
| wsrep_apply_oool | 0.000000 |
| wsrep_apply_window | 1.000000 |
| wsrep_commit_oooe | 0.000000 |
| wsrep_commit_oool | 0.000000 |
| wsrep_commit_window | 1.000000 |
| wsrep_local_state | 4 |
| wsrep_local_state_comment | Synced |
| wsrep_cert_index_size | 685 |
| wsrep_causal_reads | 0 |
| wsrep_incoming_addresses | 10.0.2.17:3306,10.0.2.51:3306,10.0.2.11:3306 |
| wsrep_cluster_conf_id | 3 |
| wsrep_cluster_size | 3 |
| wsrep_cluster_state_uuid | 16819721-b6c1-11e2-0800-8d78b46e9a6d |
| wsrep_cluster_status | Primary |
| wsrep_connected | ON |
| wsrep_local_index | 0 |
| wsrep_provider_name | Galera |
| wsrep_provider_vendor | Codership Oy <info@codership.com> |
| wsrep_provider_version | 2.5(r150) |
| wsrep_ready | ON |