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
Copy file name to clipboardExpand all lines: docs/server/configuration/cluster.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
@@ -216,7 +216,7 @@ The replica node needs to have the cluster gossip DNS or seed configured. For th
216
216
217
217
### Node priority
218
218
219
-
You can control which clones the cluster promotes with the `NodePriority` setting. The default value is `0`, and the cluster is more likely to promote nodes with higher values.
219
+
You can influence which clones the cluster promotes with the `NodePriority` setting. The default value is `0`, and the cluster is more likely to promote nodes with higher values.
Copy file name to clipboardExpand all lines: src/EventStore.Core/Configuration/ClusterVNodeOptions.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -286,7 +286,7 @@ public record ClusterOptions {
286
286
[Description("The number of nodes in the cluster.")]
287
287
publicintClusterSize{get;init;}=1;
288
288
289
-
[Description("The node priority used during leader election.")]
289
+
[Description("The node priority used during leader election. This is a hint to the election algorithm but does not guarantee the outcome of the election.")]
290
290
publicintNodePriority{get;init;}=0;
291
291
292
292
[Description("Whether to use DNS lookup to discover other cluster nodes.")]
0 commit comments