Skip to content

Commit

Permalink
cdc: fix a typo (#11555)
Browse files Browse the repository at this point in the history
  • Loading branch information
ran-huang authored Dec 7, 2022
1 parent 6a11a19 commit 387614a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion system-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -3664,7 +3664,7 @@ For details, see [Identify Slow Queries](/identify-slow-queries.md).
<CustomContent platform="tidb">
- This variable is used to configure the different cluster IDs in a [bi-direcional replication](/ticdc/manage-ticdc.md#bi-directional-replication) cluster.
- This variable is used to configure the different cluster IDs in a [bi-directional replication](/ticdc/manage-ticdc.md#bi-directional-replication) cluster.
</CustomContent>
Expand Down
4 changes: 2 additions & 2 deletions ticdc/manage-ticdc.md
Original file line number Diff line number Diff line change
Expand Up @@ -947,13 +947,13 @@ If you need to execute DDL statements, take the following steps:
2. After the write operations of the correponding tables in all clusters have been replicated to other clusters, manually execute all DDL statements in each TiDB cluster.
3. After the DDl statements are executed, resume the write operations.
Note that a DDL statement that adds non-unique index does not break bi-direcional replication, so you do not need to pause the write operations in the corresponding table.
Note that a DDL statement that adds non-unique index does not break bi-directional replication, so you do not need to pause the write operations in the corresponding table.
### Stop bi-directional replication
After the application has stopped writing data, you can insert a special record into each cluster. By checking the two special records, you can make sure that data in two clusters are consistent.
After the check is completed, you can stop the changefeed to stop bi-direcional replication.
After the check is completed, you can stop the changefeed to stop bi-directional replication.
### Limitations
Expand Down

0 comments on commit 387614a

Please sign in to comment.