Skip to content

Commit

Permalink
ticdc-faq: fix typo for commitTS (#18382) (#18384)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot committed Jul 29, 2024
1 parent f0967b2 commit fec86a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ticdc/ticdc-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,9 @@ For TiCDC versions earlier than v6.5.2, it is recommended that you deploy TiCDC

Currently, TiCDC adopts the following order:

1. TiCDC blocks the replication progress of the tables affected by DDL statements until the DDL `CommiTs`. This ensures that DML statements executed before DDL `CommiTs` can be successfully replicated to the downstream first.
1. TiCDC blocks the replication progress of the tables affected by DDL statements until the DDL `commitTS`. This ensures that DML statements executed before DDL `commitTS` can be successfully replicated to the downstream first.
2. TiCDC continues with the replication of DDL statements. If there are multiple DDL statements, TiCDC replicates them in a serial manner.
3. After the DDL statements are executed in the downstream, TiCDC will continue with the replication of DML statements executed after DDL `CommiTs`.
3. After the DDL statements are executed in the downstream, TiCDC will continue with the replication of DML statements executed after DDL `commitTS`.

## How should I check whether the upstream and downstream data is consistent?

Expand Down

0 comments on commit fec86a1

Please sign in to comment.