Solve sink failure interrupting replication in Old Owner #2295
Labels
area/ticdc
Issues or PRs related to TiCDC.
component/replica-model
Replication model component.
difficulty/medium
Medium task.
severity/moderate
type/bug
The issue is confirmed as a bug.
Irresponsive downstreams will block the owner until the operation times out. For example, if the Kafka broker is down and the owner tries to send a checkpoint event, the owner would not be able to do ANYTHING until the Kafka sink has timed out (if ever). This will only happen in the old owner.
Action item
asyncSink
to the old ownerchangefeed.go
)The text was updated successfully, but these errors were encountered: