Skip to content

Commit 32618f5

Browse files
Update modules/ROOT/pages/clustering/monitoring/status-check.adoc
Co-authored-by: NataliaIvakina <[email protected]>
1 parent 671e6cf commit 32618f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/ROOT/pages/clustering/monitoring/status-check.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ The procedure returns a row for all primary members of all the requested databas
4646
The value is the same column-wise.
4747
A failed replication can either mean a real issue in the cluster (e.g., no leader) or that this server is too far behind in apply and can't replicate.
4848
* *memberStatus:* shows the status of each primary member.
49-
It can either be `APPLYING`, `REPLICATING` or `UNAVAILABLE`.
49+
It can be `APPLYING`, `REPLICATING`, or `UNAVAILABLE`.
50+
+
5051
`APPLYING` means that the member can replicate and is actively applying transactions.
5152
`REPLICATING` means that the member can participate in replicating, but can't apply.
5253
This state is uncommon, but may happen while waiting for the database to start and accept transactions.

0 commit comments

Comments
 (0)