Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions modules/learn/pages/clusters-and-availability/groups.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ A number of constraints come into play when allocating active and replica vBucke

*replica balance*:: there should be approximately the same number of replica vBuckets on each node in the cluster.

Not all the constraints can be satisfied when the buckets are allocated across uneven groups.
In this scenario, the `active balance` and `rack-zone` constraints will take priority:
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.
Not all the constraints can be satisfied when the buckets are allocated across uneven groups.
In this scenario, the `active balance` and `rack-zone` constraints will take priority:
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.

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

Expand Down