Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rmloveland committed Jan 8, 2025
1 parent 56f10c7 commit a8ff1d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/current/v24.3/alter-partition.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ docs_area: reference.sql

`ALTER PARTITION` is used to add, modify, reset, or remove replication zones for [partitioning]({% link {{ page.version.version }}/partitioning.md %}). It is combined with the `CONFIGURE ZONE` subcommand.

To view details about existing replication zones, use [`SHOW ZONE CONFIGURATIONS`]({% link {{ page.version.version }}/show-zone-configurations.md %}). For more information about replication zones, see [Replication Controls]({% link {{ page.version.version }}/configure-replication-zones.md %}).
To view details about existing replication zones, use [`SHOW ZONE CONFIGURATIONS`]({% link {{ page.version.version }}/show-zone-configurations.md %}). For more information about replication zones, see [Replication Controls]({% link {{ page.version.version }}/configure-replication-zones.md %}).

{% include {{ page.version.version }}/see-zone-config-troubleshooting-guide.md %}

Expand Down
2 changes: 1 addition & 1 deletion src/current/v24.3/troubleshoot-replication-zones.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This page assumes you are familiar with the following materials:

A further wrinkle is that the [Replication Layer]({% link {{ page.version.version }}/architecture/replication-layer.md %})'s top priority is avoiding data loss, _not_ putting replicas exactly where you told it to. For more information about this limitation, see [the data domiciling docs]({% link {{ page.version.version }}/data-domiciling.md %}#known-limitations).

That said, the replication logic takes user-supplied zone configurations into account when allocating replicas.
That said, the replication logic takes user-supplied zone configurations into account when allocating replicas.

## Types of problems

Expand Down

0 comments on commit a8ff1d3

Please sign in to comment.