Skip to content

Commit 6016e76

Browse files
committed
Correct dlq updates
1 parent 86fff5c commit 6016e76

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

src/current/v24.3/manage-logical-data-replication.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ When the LDR job starts, it will create a DLQ table with each replicating table
3939

4040
- The destination table is unavailable.
4141
- [Loss of quorum]({% link {{ page.version.version }}/architecture/replication-layer.md %}#overview) of the underlying [ranges]({% link {{ page.version.version }}/architecture/reads-and-writes-overview.md %}#range) in the destination table.
42-
- Table schemas do not match.
4342
- There is a unique index on the destination table (for more details, refer to [Unique seconday indexes]({% link {{ page.version.version }}/set-up-logical-data-replication.md %}#unique-secondary-indexes)).
4443

4544
{{site.data.alerts.callout_info}}

src/current/v25.1/manage-logical-data-replication.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ When a conflict cannot apply due to violating [constraints]({% link {{ page.vers
3535

3636
### Dead letter queue (DLQ)
3737

38-
When the LDR job starts, it will create a DLQ table with each replicating table so that unresolved conflicts can be tracked. The DLQ will contain the writes that LDR cannot apply after the retry period of a minute, which could occur if:
39-
40-
- The destination table is unavailable.
41-
- Table schemas do not match.
42-
- There is a unique index on the destination table (for more details, refer to [Unique seconday indexes]({% link {{ page.version.version }}/set-up-logical-data-replication.md %}#unique-secondary-indexes)).
38+
When the LDR job starts, it will create a DLQ table with each replicating table so that unresolved conflicts can be tracked. The DLQ will contain the writes that LDR cannot apply after the retry period of a minute, which could occur if there is a unique index on the destination table (for more details, refer to [Unique seconday indexes]({% link {{ page.version.version }}/set-up-logical-data-replication.md %}#unique-secondary-indexes)).
4339

4440
{{site.data.alerts.callout_info}}
4541
LDR will not pause when the writes are sent to the DLQ, you must manage the DLQ manually.

src/current/v25.2/manage-logical-data-replication.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ When a conflict cannot apply due to violating [constraints]({% link {{ page.vers
3333

3434
### Dead letter queue (DLQ)
3535

36-
When the LDR job starts, it will create a DLQ table with each replicating table so that unresolved conflicts can be tracked. The DLQ will contain the writes that LDR cannot apply after the retry period of a minute, which could occur if:
37-
38-
- The destination table is unavailable.
39-
- Table schemas do not match.
40-
- There is a unique index on the destination table (for more details, refer to [Unique seconday indexes]({% link {{ page.version.version }}/set-up-logical-data-replication.md %}#unique-secondary-indexes)).
36+
When the LDR job starts, it will create a DLQ table with each replicating table so that unresolved conflicts can be tracked. The DLQ will contain the writes that LDR cannot apply after the retry period of a minute, which could occur if there is a unique index on the destination table (for more details, refer to [Unique seconday indexes]({% link {{ page.version.version }}/set-up-logical-data-replication.md %}#unique-secondary-indexes)).
4137

4238
{{site.data.alerts.callout_info}}
4339
LDR will not pause when the writes are sent to the DLQ, you must manage the DLQ manually.

0 commit comments

Comments
 (0)