You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clarify master-to-cluster-manager name change in index.md (#8784)
In #7660 there was an effort to find-and-replace `master` with `cluster manager`. In this one particular case it was unwarranted however, as the sentence is explaining how master nodes are now called cluster manager nodes.
I also simplified the sentence, as the "nomenclature" part is unnecessary.
Signed-off-by: Benjamin Wolak <bwolak@crunchbase.com>
Copy file name to clipboardExpand all lines: _tuning-your-cluster/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ To create and deploy an OpenSearch cluster according to your requirements, it’
20
20
21
21
There are many ways to design a cluster. The following illustration shows a basic architecture that includes a four-node cluster that has one dedicated cluster manager node, one dedicated coordinating node, and two data nodes that are cluster manager eligible and also used for ingesting data.
22
22
23
-
The nomenclature for the cluster manager node is now referred to as the cluster manager node.
23
+
The master node is now referred to as the cluster manager node.
0 commit comments