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
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,8 @@
4
4
[[monitoring-replication]]
5
5
= Monitor replication status
6
6
7
-
<<<<<<< HEAD
8
-
Neo4j 5.24 introduces the xref:reference/procedures.adoc#procedure_dbms_cluster_statusCheck[`dbms.cluster.statusCheck()`] procedure to monitor the ability to replicate in clustered databases.
9
-
10
-
=======
11
7
Neo4j 5.24 introduces the xref:procedures.adoc#procedure_dbms_cluster_statusCheck[`dbms.cluster.statusCheck()`] procedure, which can be used to monitor the ability to replicate in clustered databases.
12
8
In most cases this means a clustered database is write available.
13
-
>>>>>>> 00882c8c (update the tables formatting)
14
9
The procedure identifies which members of a clustered database are up-to-date and can participate in successful replication.
15
10
Therefore, it is useful in determining the fault tolerance of a clustered database.
16
11
Additionally, you can use the procedure to identify the leader of a clustered database within the cluster.
0 commit comments