From dbc6380b5be11109702d857097d436df5292a2a5 Mon Sep 17 00:00:00 2001 From: Balazs Lendvai Date: Tue, 17 Sep 2024 14:57:13 +0200 Subject: [PATCH 1/2] Add a note about clusters with 2 members --- modules/ROOT/pages/clustering/setup/deploy.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/ROOT/pages/clustering/setup/deploy.adoc b/modules/ROOT/pages/clustering/setup/deploy.adoc index f56881821..0b079c573 100644 --- a/modules/ROOT/pages/clustering/setup/deploy.adoc +++ b/modules/ROOT/pages/clustering/setup/deploy.adoc @@ -253,6 +253,13 @@ If you want to follow along with the startup, you can see the messages in xref:c ====== ===== +[CAUTION] +==== +The setting +xref:configuration/configuration-settings.adoc#dbms.cluster.minimum_initial_system_primaries_count[`dbms.cluster.minimum_initial_system_primaries_count`] +must be set to `2` on all servers in case setting up a cluster with only _two_ servers. +==== + [[cluster-example-create-databases-on-cluster]] == Create new databases in a cluster From de6b749f7b47407a7720b0cd8d71748b05e2329f Mon Sep 17 00:00:00 2001 From: Balazs Lendvai <56266523+gfx54b@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:59:11 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com> --- modules/ROOT/pages/clustering/setup/deploy.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/clustering/setup/deploy.adoc b/modules/ROOT/pages/clustering/setup/deploy.adoc index 0b079c573..e1485a756 100644 --- a/modules/ROOT/pages/clustering/setup/deploy.adoc +++ b/modules/ROOT/pages/clustering/setup/deploy.adoc @@ -256,8 +256,8 @@ If you want to follow along with the startup, you can see the messages in xref:c [CAUTION] ==== The setting -xref:configuration/configuration-settings.adoc#dbms.cluster.minimum_initial_system_primaries_count[`dbms.cluster.minimum_initial_system_primaries_count`] -must be set to `2` on all servers in case setting up a cluster with only _two_ servers. +xref:configuration/configuration-settings.adoc#config_dbms.cluster.minimum_initial_system_primaries_count[`dbms.cluster.minimum_initial_system_primaries_count`] +must be set to `2` on all servers in case setting up a cluster with only *two* servers. ==== [[cluster-example-create-databases-on-cluster]]