Skip to content

Commit 242d17c

Browse files
committed
DOC-4978 Feedback update to add more info about when to use two-dimensional rack-zone awareness
1 parent 24bb8ba commit 242d17c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/operate/rs/clusters/configure/rack-zone-awareness.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Rack-zone awareness helps ensure high availability in the event of a rack or zon
1515

1616
When you enable rack-zone awareness in a Redis Enterprise Software cluster, you assign
1717
a [rack-zone ID](#rack-zone-id-rules) to each node. This ID is used to map the node to a
18-
physical rack or logical zone. The cluster can then ensure that master shards, corresponding replica shards, and associated endpoints are placed on [nodes in different racks or zones](#node-layout-guidelines).
18+
physical rack or logical zone. The cluster can then ensure that primary shards, corresponding replica shards, and associated endpoints are placed on [nodes in different racks or zones](#node-layout-guidelines).
1919

2020
In the event of a rack or zone failure, the replicas and endpoints in the remaining racks and zones are promoted. This ensures high availability when a rack or zone fails.
2121

@@ -88,6 +88,8 @@ If you did not configure rack-zone awareness during cluster creation, you can co
8888
8989
As of Redis Enterprise Software version 7.22, you can assign a `second_rack_id` to set up two-dimensional rack-zone awareness.
9090
91+
You can use two-dimensional rack-zone awareness to create logical zones within a zone or rack. The primary and replica node placement and failovers within the `second_rack_id` follow the same rules as `rack_id`.
92+
9193
### New clusters
9294
9395
To set up two-dimensional rack-zone awareness during cluster creation, assign a `second_rack_id` to each node in the cluster in addition to the `rack_id` using the [REST API]({{<relref "/operate/rs/references/rest-api">}}) or [rladmin]({{<relref "/operate/rs/references/cli-utilities/rladmin">}}).
@@ -250,4 +252,4 @@ After you enable rack-zone awareness for an existing database, you should genera
250252
251253
## Shard placement without rack-zone awareness
252254
253-
Even if a database has rack-zone awareness turned off, the cluster still ensures that master and replica shards are placed on distinct nodes.
255+
Even if a database has rack-zone awareness turned off, the cluster still ensures that primary and replica shards are placed on distinct nodes.

0 commit comments

Comments
 (0)