Skip to content

Commit 158803e

Browse files
Quick clarification about unequal groups (#2877)
* Quick clarification about unequal groups * Changes after review --------- Co-authored-by: Simon Dew <[email protected]>
1 parent e825855 commit 158803e

File tree

1 file changed

+1
-1
lines changed
  • modules/learn/pages/clusters-and-availability

1 file changed

+1
-1
lines changed

modules/learn/pages/clusters-and-availability/groups.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ A number of constraints come into play when allocating active and replica vBucke
9090

9191
Not all the constraints can be satisfied when the buckets are allocated across uneven groups.
9292
In this scenario, the `active balance` and `rack-zone` constraints will take priority:
93-
when the vBucket map is generated, we will ensure that there are approximately the same number of active vBuckets on each cluster and that replicas of a given vBucket must reside in separate groups.
93+
when the vBucket map is generated, we will ensure that there are approximately the same number of active vBuckets on each node in the cluster and that replicas of a given vBucket must reside in separate groups.
9494

9595
The following illustration shows how vBuckets are distributed across two groups: Group 1 contains four nodes, while Group 2 contains five.
9696

0 commit comments

Comments
 (0)