Hi, I’m new to percona cluster and I need advice about shutting down of cluster nodes.
I have 2 nodes and this scenario:
- Both servers A and B are running in cluster.
- Server A performs normal shutdown. The seqno in grastate.dat is 1.
- There are some writes on server B.
- Server B performs normal shutdown. The seqno in grastate.dat is 2.
- Server A is starting as a first node of the cluster.
- There are some writes on server A.
- Server B starts and joins the cluster. At this moment, the changes on each node aren’t replicated to the other node and so data aren’t consistent, although cluster doesn’t log any error and is normally running.
I consider this scenario, because my customer wants to run cluster nodes as virtual guests in Microsoft Hyper-V on Windows, so I must suppose that he will perform updates and restarts on the host machine, and so the cluster nodes will be restarted without my control. I can add the third node to the cluster (propably Galera Arbitrator) to the cluster, but in will run on the same host as the node A, and so it isn’t a solution.
Can you please advice me, how to avoid inconsistent data in this scenario?
Thanks and sorry for my English.
Thomas