Skip to content

Commit 4057522

Browse files
jackwaudbyrenetapopova
authored andcommitted
Server tags are not used during database allocation (neo4j#2499)
1 parent c3b2a90 commit 4057522

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
@@ -67,7 +67,7 @@ This may not be specified in combination with `allowedDatabases`.
6767

6868
| tags
6969
| list of server tags, e.g. `["tag1", "tag2"]`
70-
| List of server tags used during database allocation and for load balancing and routing policies.
70+
| List of server tags used for load balancing and routing policies.
7171
|===
7272

7373
[NOTE]
@@ -218,7 +218,7 @@ Composite databases do not currently appear in this list, though they do appear
218218
| {check-mark}
219219

220220
| tags
221-
| Tags are user provided strings that can be used while allocating databases.
221+
| Tags are user provided strings that can be used for load balancing and routing policies.
222222
| LIST<STRING>
223223
|
224224
| {check-mark}
@@ -279,7 +279,7 @@ The `allowedDatabases` and `deniedDatabases` are mutually exclusive and if both
279279
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`.
280280
This can be changed after startup using the xref:procedures.adoc#procedure_dbms_cluster_setAutomaticallyEnableFreeServers[`dbms.cluster.setAutomaticallyEnableFreeServers`] procedure.
281281

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

444444
| tags
445445
| list of server tags, e.g. `["tag1", "tag2"]`
446-
| List of server tags used during database allocation and for load balancing and routing policies.
446+
| List of server tags used for load balancing and routing policies.
447447
|===
448448

449449
[NOTE]

0 commit comments

Comments
 (0)