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
@@ -1078,12 +1078,11 @@ For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/{page-ver
1078
1078
1079
1079
[NOTE]
1080
1080
====
1081
-
Users should prefer the usage of procedures.adoc#procedure_dbms_unquarantineDatabase[`dbms.unquarantineDatabase()`]
1082
-
over `dbms.quarantineDatabase()` because of the improvements and the new features (see the `operation` option ).
1083
-
The deprecated `dbms.quarantineDatabase()` procedure is available in Cypher 5 but not in Cypher 25.
1081
+
It is recommended to use <<procedure_dbms_unquarantineDatabase,`dbms.unquarantineDatabase()`>> over `dbms.quarantineDatabase()` due to its improvements and new features (see the `operation` option ).
1082
+
The deprecated `dbms.quarantineDatabase()` procedure is available in Cypher 5, but not in Cypher 25.
@@ -1107,11 +1106,10 @@ The possible values for the cleanup operation are:
1107
1106
[NOTE]
1108
1107
====
1109
1108
If you choose to clear the current cluster state, the server will try to join as a new member,
1110
-
but this joining can succeed if and only if there is a majority of old members "letting" the
1111
-
new members in. Let's assume our cluster has a topology with three primaries. If there is only one server
1112
-
in `QUARANTINED` mode, then it is safe to choose `replaceStateKeepStore` or `replaceStateReplaceStore`.
1113
-
If there are two servers in `QUARANTINED` mode, then you should not use concurrently `replaceStateKeepStore` or
1114
-
`replaceStateReplaceStore` for both servers because there would be no majority to let them in.
1109
+
but this joining can succeed if and only if there is a majority of old members "letting" the new members in.
1110
+
Let's assume our cluster has a topology with three primaries.
1111
+
If there is only one server in `QUARANTINED` mode, then it is safe to choose `replaceStateKeepStore` or `replaceStateReplaceStore`.
1112
+
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