Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cf58bcd

Browse files
author
Liudmila Mantrova
committed
DOC: min_recovery_lag fix, added arbiter port to the example in multimaster setup
1 parent 7ee6373 commit cf58bcd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/multimaster.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
When the node gets synchronized up to the minimum recovery
306306
lag, all the cluster nodes get locked for write transactions to allow the
307307
recovery process to finish. By default, the minimum recovery
308-
lag is 10MB. You can change this value in the
308+
lag is 10KB. You can change this value in the
309309
<varname>multimaster.min_recovery_lag</varname> variable.
310310
</para>
311311
</listitem>
@@ -469,6 +469,7 @@ multimaster.conn_strings = 'dbname=mydb user=myuser host=node1 port=5432 arbiter
469469
# comma-separated list
470470
# of connection strings
471471
# to neighbor nodes
472+
multimaster.arbiter_port = 5433
472473
</programlisting>
473474
<para>The <literal>multimaster.max_nodes</literal> variable defines the maximum cluster size. If you plan to add new nodes to your cluster, the <literal>multimaster.max_nodes</literal> value should exceed the initial number of nodes. In this case, you can add new nodes without restarting <productname>&productname;</productname> until the specified number of nodes is reached.
474475
</para>
@@ -604,7 +605,7 @@ SELECT mtm.get_cluster_state();
604605
<para>
605606
<varname>multimaster.min_recovery_lag</varname> &mdash; sets the
606607
minimal WAL lag between the node to be restored and the current cluster state.
607-
By default, <varname>multimaster.min_recovery_lag</varname> is set to 10MB.
608+
By default, <varname>multimaster.min_recovery_lag</varname> is set to 10KB.
608609
When the disconnected node is fast-forwarded up to the
609610
<varname>multimaster.min_recovery_lag</varname> threshold,
610611
<filename>multimaster</filename> stops all new commits to the

0 commit comments

Comments
 (0)