Skip to content

Commit 174a6de

Browse files
Apply suggestions from code review
Co-authored-by: NataliaIvakina <[email protected]>
1 parent 2e010e5 commit 174a6de

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

modules/ROOT/pages/procedures.adoc

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,12 +1127,11 @@ For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/{page-ver
11271127

11281128
[NOTE]
11291129
====
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.
11331132
====
11341133

1135-
[role=label--enterprise-edition label--admin-only]
1134+
[role=label--enterprise-edition label--admin-only label--new-2025.01]
11361135
[[procedure_dbms_unquarantineDatabase]]
11371136
=== dbms.unquarantineDatabase()
11381137

@@ -1156,11 +1155,10 @@ The possible values for the cleanup operation are:
11561155
[NOTE]
11571156
====
11581157
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.
11641162
====
11651163

11661164
[role=label--admin-only label--deprecated-5.9]

0 commit comments

Comments
 (0)