Skip to content

Commit ce8ccf8

Browse files
authored
Add section about coordinator deployment in HA (#1221)
* Add section about coordinator deployment * Improve wording * Pairwise deployment
1 parent fe69c72 commit ce8ccf8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pages/clustering/high-availability.mdx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ specifying only `--management-port` flag. This port is used for RPC network comm
4040
instances. When started by default, the data instance is MAIN. The coordinator will ensure that no data inconsistency can happen during and after the instance's
4141
restart. Once all instances are started, the user can start adding data instances to the cluster.
4242

43+
4344
<Callout type="info">
4445

4546
The Raft consensus algorithm ensures that all nodes in a distributed system
@@ -51,6 +52,15 @@ since Raft, as a consensus algorithm, works by forming a majority in the decisio
5152

5253
</Callout>
5354

55+
<Callout type="info">
56+
57+
When deploying coordinators to servers, you can use the instance of almost any size. Instances of 4GiB or 8GiB will suffice since coordinators'
58+
job mainly involves network communication and storing Raft metadata. Coordinators and data instances can be deployed on same servers (pairwise)
59+
but from the availability perspective, it is better to separate them physically.
60+
61+
</Callout>
62+
63+
5464

5565
## Bolt+routing
5666

@@ -874,4 +884,4 @@ that and automatically promote the first alive REPLICA to become the new MAIN. T
874884

875885
</Steps>
876886

877-
<CommunityLinks/>
887+
<CommunityLinks/>

0 commit comments

Comments
 (0)