Hi Jay,
thanks for your response.
mysql> SHOW GLOBAL STATUS LIKE 'wsrep_%';
+----------------------------+--------------------------------------+
| Variable_name | Value |
+----------------------------+--------------------------------------+
| wsrep_local_state_uuid | c5334cde-645c-11e2-0800-2b97b2deedcb |
| wsrep_protocol_version | 4 |
| wsrep_last_committed | 993084 |
| wsrep_replicated | 8471 |
| wsrep_replicated_bytes | 1035866364 |
| wsrep_received | 19 |
| wsrep_received_bytes | 440 |
| wsrep_local_commits | 7671 |
| 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 | 2.500000 |
| wsrep_apply_oooe | 0.000000 |
| wsrep_apply_oool | 0.000000 |
| wsrep_apply_window | 0.000000 |
| wsrep_commit_oooe | 0.000000 |
| wsrep_commit_oool | 0.000000 |
| wsrep_commit_window | 0.000000 |
| wsrep_local_state | 4 |
| wsrep_local_state_comment | Synced (6) |
| wsrep_cert_index_size | 7 |
| wsrep_causal_reads | 0 |
| wsrep_cluster_conf_id | 2 |
| wsrep_cluster_size | 2 |
| wsrep_cluster_state_uuid | c5334cde-645c-11e2-0800-2b97b2deedcb |
| wsrep_cluster_status | Primary |
| wsrep_connected | ON |
| wsrep_local_index | 1 |
| wsrep_provider_name | Galera |
| wsrep_provider_vendor | Codership Oy <
in...@codership.com> |
| wsrep_provider_version | 2.2(r114) |
| wsrep_ready | ON |
+----------------------------+--------------------------------------+
39 rows in set (0.00 sec)
mysql>
sure no writes are going on i even shutdown node2.
thanks.