Comment 3 for bug 2020408

Revision history for this message
Nicolas FERRAO (nicolasfrr) wrote :

Also, on the leader I get this :

mysql-py []> dba.get_cluster().status()
{
    "clusterName": "jujuCluster",
    "defaultReplicaSet": {
        "name": "default",
        "primary": "172.16.22.4:3306",
        "ssl": "REQUIRED",
        "status": "OK_NO_TOLERANCE",
        "statusText": "Cluster is NOT tolerant to any failures.",
        "topology": {
            "172.16.22.4:3306": {
                "address": "172.16.22.4:3306",
                "mode": "R/W",
                "readReplicas": {},
                "replicationLag": null,
                "role": "HA",
                "status": "ONLINE",
                "version": "8.0.33"
            }
        },
        "topologyMode": "Single-Primary"
    },
    "groupInformationSourceMember": "172.16.22.4:3306"
}