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/procedures.adoc
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1127,12 +1127,11 @@ For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/{page-ver
1127
1127
1128
1128
[NOTE]
1129
1129
====
1130
-
Users should prefer the usage of procedures.adoc#procedure_dbms_unquarantineDatabase[`dbms.unquarantineDatabase()`]
1131
-
over `dbms.quarantineDatabase()` because of the improvements and the new features (see the `operation` option ).
1132
-
The deprecated `dbms.quarantineDatabase()` procedure is available in Cypher 5 but not in Cypher 25.
1130
+
It is recommended to use <<procedure_dbms_unquarantineDatabase,`dbms.unquarantineDatabase()`>> over `dbms.quarantineDatabase()` due to its improvements and new features (see the `operation` option ).
1131
+
The deprecated `dbms.quarantineDatabase()` procedure is available in Cypher 5, but not in Cypher 25.
@@ -1156,11 +1155,10 @@ The possible values for the cleanup operation are:
1156
1155
[NOTE]
1157
1156
====
1158
1157
If you choose to clear the current cluster state, the server will try to join as a new member,
1159
-
but this joining can succeed if and only if there is a majority of old members "letting" the
1160
-
new members in. Let's assume our cluster has a topology with three primaries. If there is only one server
1161
-
in `QUARANTINED` mode, then it is safe to choose `replaceStateKeepStore` or `replaceStateReplaceStore`.
1162
-
If there are two servers in `QUARANTINED` mode, then you should not use concurrently `replaceStateKeepStore` or
1163
-
`replaceStateReplaceStore` for both servers because there would be no majority to let them in.
1158
+
but this joining can succeed if and only if there is a majority of old members "letting" the new members in.
1159
+
Let's assume our cluster has a topology with three primaries.
1160
+
If there is only one server in `QUARANTINED` mode, then it is safe to choose `replaceStateKeepStore` or `replaceStateReplaceStore`.
1161
+
If there are two servers in `QUARANTINED` mode, then you should not use concurrently `replaceStateKeepStore` or `replaceStateReplaceStore` for both servers because there would be no majority to let them in.
0 commit comments