Skip to content

Commit fd47a14

Browse files
Apply suggestions from code review
Co-authored-by: Reneta Popova <[email protected]>
1 parent b9d30f0 commit fd47a14

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/ROOT/pages/clustering/databases.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Keep in mind that during such a transition, the database will be unavailable for
9292
`ALTER DATABASE` commands are optionally idempotent, with the default behavior to fail with an error if the database does not exist.
9393
Appending `IF EXISTS` to the command ensures that no error is returned and nothing happens should the database not exist.
9494

95-
If the `ALTER DATABASE` command decreases the number of allocations of a database, allocations on xref:clustering/servers.adoc#cordoned_state[cordoned servers] are removed first.
95+
If the `ALTER DATABASE` command decreases the number of allocations of a database, allocations on xref:clustering/servers.adoc#cordoned-state[cordoned servers] are removed first.
9696

9797
.Query
9898
[source, cypher]
@@ -418,7 +418,7 @@ In this case, the address for `server01` is `localhost:7687` and thus, the serve
418418
The topology of `foo` is stored in the `system` database and when you create it, it is allocated according to the default topology (which can be shown with `CALL dbms.showTopologyGraphConfig`).
419419
This may be different from the topology of `foo` when it was backed up.
420420
If you want to ensure a certain allocation across the cluster, you can specify the desired topology with the `TOPOLOGY` clause in the `CREATE DATABASE` command.
421-
See <<#create-database, `CREATE DATABASE`>> for more information.
421+
See <<create-database, `CREATE DATABASE`>> for more information.
422422
+
423423
[source, cypher, role=noplay]
424424
----

modules/ROOT/pages/clustering/servers.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ When a server is in the deallocated state, it no longer hosts any databases besi
9292
Additionally, deallocated servers cannot have any further databases allocated to them.
9393
Note that there is a known situation in which a previously deallocated offline server can transiently show as deallocating when restarting, it will, however, eventually return to the deallocated state without intervention.
9494

95-
[#cordoned_state]
95+
[cordoned-state]
9696
=== Cordoned state
9797

9898
The _Cordoned_ state is similar to _Deallocating_ in that servers in this state will not be allocated to host additional databases.

0 commit comments

Comments
 (0)