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/KurrentDB.Core/Configuration/ClusterVNodeOptions.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -255,7 +255,7 @@ public record ClusterOptions {
255
255
[Description("The number of nodes in the cluster.")]
256
256
publicintClusterSize{get;init;}=1;
257
257
258
-
[Description("The node priority used during leader election.")]
258
+
[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.")]
259
259
publicintNodePriority{get;init;}=0;
260
260
261
261
[Description("Whether to use DNS lookup to discover other cluster nodes.")]
0 commit comments