Skip to content

Commit 3d072f2

Browse files
Fix the test and update descr of dbms.routing.load_balancing.plugin
1 parent 5be1531 commit 3d072f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/configuration/configuration-settings.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1697,9 +1697,9 @@ m|+++true+++
16971697
[frame="topbot", stripes=odd, grid="cols", cols="<1s,<4"]
16981698
|===
16991699
|Description
1700-
a|The load balancing plugin to use.
1700+
a|Vary the order of the entries in routing tables each time one is produced. This means that different clients should select a range of servers as their first contact, reducing the chance of all clients contacting the same server if alternatives are available. This makes the load across the servers more even.
17011701
|Valid values
1702-
a|A string that specified load balancer plugin exist..
1702+
a|A string.
17031703
|Default value
17041704
m|+++server_policies+++
17051705
|===
@@ -4808,7 +4808,7 @@ m|+++127.0.0.1:6362+++
48084808
|Description
48094809
a|The advertised address for the backup server. Default is the default advertised address combined with port defined in the backup listen address.
48104810
|Valid values
4811-
a|A socket address in the format of `hostname:port`, `hostname`, or `:port`.
4811+
a|A socket address in the format of `hostname:port`, `hostname`, or `:port` that is an accessible address. If missing, it is acquired from `server.default_advertised_address`.
48124812
|Default value
48134813
m|+++0+++
48144814
|===

0 commit comments

Comments
 (0)