You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On running the command it return the following output:
162
+
Note that the above command should return a json format key-value output with details of your cluster and the failover change. I'm only showing the beginning of the output below.
163
163
164
164
{
165
165
"DBCluster": {
@@ -170,59 +170,9 @@ On running the command it return the following output:
If we re-run our java client program DbClient_QueryClusterNodes.java again we can see that the previous master node (auroradbnode-2-us-west-2a)is now a replica while the previous replica (auroradbnode-2-us-west-2b) has been promoted to master. See screenshot below.
0 commit comments