Skip to content

Commit

Permalink
ticdc-faq: fix typo for commitTS (#18163) (#18166)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jul 29, 2024
1 parent 9624c3c commit 86ca4b4
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 @@ -286,9 +286,9 @@ TiCDC 需要磁盘是为了缓冲上游写入高峰时下游消费不及时堆

目前,TiCDC 采用了以下执行顺序:

1. TiCDC 阻塞受 DDL 影响的表的同步进度,直到 DDL CommiTs 的时间点,以确保在 DDL CommiTs 之前执行的 DML 先成功同步到下游。
1. TiCDC 阻塞受 DDL 影响的表的同步进度,直到 DDL `commitTS` 的时间点,以确保在 DDL `commitTS` 之前执行的 DML 先成功同步到下游。
2. TiCDC 继续同步 DDL。当存在多个 DDL 时,TiCDC 是以串行的方式进行同步的。
3. 当 DDL 在下游执行完成之后,TiCDC 继续同步 DDL CommiTs 之后执行的 DML。
3. 当 DDL 在下游执行完成之后,TiCDC 继续同步 DDL `commitTS` 之后执行的 DML。

## 如何对比上下游数据的一致性?

Expand Down

0 comments on commit 86ca4b4

Please sign in to comment.