Skip to content

Commit 7997da3

Browse files
jackwaudbyrenetapopova
authored andcommitted
Server tags are not used during database allocation (neo4j#2499)
1 parent 8d56410 commit 7997da3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/ROOT/pages/clustering/servers.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This may not be specified in combination with `allowedDatabases`.
6565

6666
| tags
6767
| list of server tags, e.g. `["tag1", "tag2"]`
68-
| List of server tags used during database allocation and for load balancing and routing policies.
68+
| List of server tags used for load balancing and routing policies.
6969
label:new[Introduced in 5.6]
7070
|===
7171

@@ -217,7 +217,7 @@ Composite databases do not currently appear in this list, though they do appear
217217
| {check-mark}
218218

219219
| tags
220-
| Tags are user provided strings that can be used while allocating databases.
220+
| Tags are user provided strings that can be used for load balancing and routing policies.
221221
| LIST<STRING>
222222
|
223223
| {check-mark}
@@ -278,7 +278,7 @@ The `allowedDatabases` and `deniedDatabases` are mutually exclusive and if both
278278
Optionally, it is possible to automatically enable free servers by setting the xref:configuration/configuration-settings.adoc#config_initial.dbms.automatically_enable_free_servers[`initial.dbms.automatically_enable_free_servers`] to `true`.
279279
This can be changed after startup using the xref:procedures.adoc#procedure_dbms_cluster_setAutomaticallyEnableFreeServers[`dbms.cluster.setAutomaticallyEnableFreeServers`] procedure.
280280

281-
Server `tags` are used during database allocation and when configuring load balancing and replication policies.
281+
Server `tags` are used when configuring load balancing and replication policies.
282282
They cannot contain duplicates, so `tags:['eu', 'eu']` will return an error.
283283
Server tags also cannot contain commas.
284284
When altering server tags via cypher, the encoding is done via UTF-8.
@@ -442,7 +442,7 @@ This may not be specified in combination with `allowedDatabases`.
442442

443443
| tags
444444
| list of server tags, e.g. `["tag1", "tag2"]`
445-
| List of server tags used during database allocation and for load balancing and routing policies.
445+
| List of server tags used for load balancing and routing policies.
446446
label:new[Introduced in 5.6]
447447
|===
448448

0 commit comments

Comments
 (0)