Skip to content

Commit 43e082e

Browse files
authored
ticdc: fix wrong names in bidirectional replication (#21008) (#21023)
1 parent 495e47f commit 43e082e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ticdc/ticdc-bidirectional-replication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ TiCDC 复制功能只会将指定时间点之后的增量变更复制到下游
2121

2222
3. 指定上下游集群的数据同步的开始时间点。
2323

24-
1. 确认上下游集群的时间点。如果进行双集群容灾,那么建议确保两个集群在某个对应的时刻的数据是一致的,例如 TiDB A`ts=1` 时刻与 TiDB B`ts=2` 的时刻数据是一致的。
24+
1. 确认上下游集群的时间点。如果进行双集群容灾,那么建议确保两个集群在某个对应的时刻的数据是一致的,例如 TiDB 1`ts=1` 时刻与 TiDB 2`ts=2` 的时刻数据是一致的。
2525

26-
2. 在创建同步任务时,分别把对应集群的同步任务的 `--start-ts` 参数指定为对应的 `tso`,即上游为 TiDB A 的同步任务需设置参数 `--start-ts=1`上游为 TiDB B 的同步任务需设置参数 `--start-ts=2`
26+
2. 在创建同步任务时,分别把对应集群的同步任务的 `--start-ts` 参数指定为对应的 `tso`,即上游为 TiDB 1 的同步任务需设置参数 `--start-ts=1`下游为 TiDB 2 的同步任务需设置参数 `--start-ts=2`
2727

2828
4. 在创建同步任务的 `--config` 参数所指定的配置文件中,添加如下配置:
2929

0 commit comments

Comments
 (0)