Support kv client reconnect when resolved ts in TiKV is blocked #1586
Labels
subject/new-feature
Denotes an issue or pull request adding a new feature.
subject/replication-interruption
Denotes an issue or pull request is related to replication interruption.
Feature Request
Is your feature request related to a problem? Please describe:
In some extreme scenarios (especially when TiKV enables flow control), the resolved ts of partial regions in TiKV could be blocked, which will lead to replication interruption in TiCDC.
Describe the feature you'd like:
TiCDC detects kv event and resolved ts block, and auto reconnect all regions belonging to this TiKV store.
Describe alternatives you've considered:
Since there doesn't exist a protocol for TiCDC to break a region connection between TiCDC and TiKV, we can't reconnect part of the regions.
Teachability, Documentation, Adoption, Migration Strategy:
The text was updated successfully, but these errors were encountered: