Hi there,
When issuing clustercheck
command facing the below error,this error is same for 3 nodes.
but able verify the replication in all the 3 nodes,data is in sync.
root@node2:~# clustercheck
HTTP/1.1 503 Service Unavailable
Content-Type: text/plain
Connection: close
Content-Length: 57
Percona XtraDB Cluster Node is not synced or non-PRIM.
1 Like
@AneeshBabu Did you create the correct user as mentioned in the documentation?
1 Like
@matthewb
which user…? Please provide the detailed info.
1 Like
The User below:
GRANT PROCESS ON . TO ‘clustercheckuser’@‘localhost’ IDENTIFIED BY ‘clustercheckpassword!’
1 Like
The user as mentioned in the documentation. ‘clustercheckuser’. Please read the docs.
1 Like