Hi,
Take a look at the following scenario. I hope the HA of SingStore DB is improved. (Is there any good way?)
-
The cluster is deployed on two hosts as follows:
host#1 (MA + LF1), host#2 (CA + LF2) -
Enable HA.
-
Force host#1 OFFLINE.
(I couldn’t actually shutdown, so I excuted thesdb-admin stop-node
command in the order MA, LF1.) -
Then, SingleStore DB is OFFLINE.
-
Connect to the CA and run “
AGGEGATOR AS SET MASTER;
”.
Now, SingleStore DB will be ONLINE.
Here,
If step 5 is not performed, SingleStore DB cannot be ONLINE. I hope there was a way to do this automatically.
Thank you.