Skip to content

Commit

Permalink
Resolves ambiguous markdown in cluster-spec.md (#149)
Browse files Browse the repository at this point in the history
Fixes issue (#140) with `CLUSTER MEET ip port` rendering improperly.

Signed-off-by: Kyle J. Davis <[email protected]>
  • Loading branch information
stockholmux authored Jun 20, 2024
1 parent 52f2909 commit 81a7559
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions topics/cluster-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,7 @@ A node will accept another node as part of the cluster only in two ways:

* If a node presents itself with a `MEET` message (`CLUSTER MEET` command). A meet message is exactly
like a `PING` message, but forces the receiver to accept the node as part of
the cluster. Nodes will send `MEET` messages to other nodes **only if** the system administrator requests this via the following command:

CLUSTER MEET ip port
the cluster. Nodes will send `MEET` messages to other nodes **only if** the system administrator requests this via `CLUSTER MEET ip port`.

* A node will also register another node as part of the cluster if a node that is already trusted will gossip about this other node. So if A knows B, and B knows C, eventually B will send gossip messages to A about C. When this happens, A will register C as part of the network, and will try to connect with C.

Expand Down

0 comments on commit 81a7559

Please sign in to comment.