Skip to content

Commit

Permalink
Revert "ticdc: add a warning for the eventually consistent replicatio…
Browse files Browse the repository at this point in the history
…n feature" (#10303) (#10306)
  • Loading branch information
ti-chi-bot committed Sep 1, 2022
1 parent 5bbb488 commit ac39d6c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ticdc/manage-ticdc.md
Original file line number Diff line number Diff line change
Expand Up @@ -798,10 +798,6 @@ In the output of the above command, if the value of `sort-engine` is "unified",
## Eventually consistent replication in disaster scenarios

> **Warning:**
>
> Currently, it is not recommended that you use eventually consistent replication in disaster scenarios. For details, see [critical bug #6189](https://github.com/pingcap/tiflow/issues/6189).
Starting from v5.3.0, TiCDC supports backing up incremental data from an upstream TiDB cluster to S3 storage or an NFS file system of a downstream cluster. When the upstream cluster encounters a disaster and becomes unavailable, TiCDC can restore the downstream data to the recent eventually consistent state. This is the eventually consistent replication capability provided by TiCDC. With this capability, you can switch applications to the downstream cluster quickly, avoiding long-time downtime and improving service continuity.

Currently, TiCDC can replicate incremental data from a TiDB cluster to another TiDB cluster or a MySQL-compatible database system (including Aurora, MySQL, and MariaDB). In case the upstream cluster crashes, TiCDC can restore data in the downstream cluster within 5 minutes, given the conditions that before the disaster the replication status of TiCDC is normal and the replication lag is small. It allows data loss of 10s at most, that is, RTO <= 5 min, and P95 RPO <= 10s.
Expand Down

0 comments on commit ac39d6c

Please sign in to comment.