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
Copy file name to clipboardExpand all lines: modules/ROOT/pages/clustering/monitoring/status-check.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The procedure returns a row for all primary members of all the requested databas
40
40
* *serverName:* the server name of each primary member.
41
41
* *address:* the Bolt address of each primary member.
42
42
* *replicationSuccessful:* indicates if the server (on which the procedure is run) can replicate a transaction.
43
-
Is `TRUE` if this server managed to replicate the dummy transaction to a majority of raft members within the given timeout.
43
+
** `TRUE` -- if this server managed to replicate the dummy transaction to a majority of cluster members within the given timeout.
44
44
`FALSE` if it failed to replicate within the timeout.
45
45
The value is the same column-wise.
46
46
A failed replication can either mean that there is a real issue in the cluster (e.g. no leader) or it may simply mean that this server is too far behind in apply, and can't therefore replicate.
0 commit comments