Slide 93
Slide 93 text
LAB 4: MySQL InnoDB Cluster - status
JS > cluster.status({extended: 1})
{
"clusterName": "mycluster",
"defaultReplicaSet": {
"GRProtocolVersion": "8.0.27",
"communicationStack": "MYSQL",
"groupName": "d4a605b7-eb45-11ed-8c80-c8cb9e32df8e",
"groupViewChangeUuid": "d4a607bf-eb45-11ed-8c80-c8cb9e32df8e",
"groupViewId": "16832920673169417:7",
"name": "default",
"paxosSingleLeader": "OFF",
"primary": "127.0.0.1:3310",
"ssl": "REQUIRED",
"status": "OK",
"statusText": "Cluster is ONLINE and can tolerate up to ONE failure.",
"topology": {
"127.0.0.1:3310": {
"address": "127.0.0.1:3310",
"applierWorkerThreads": 4,
...
Copyright @ 2023 Oracle and/or its affiliates.
75