Skip to content

Commit

Permalink
Documented resuming changefeed from Failure state
Browse files Browse the repository at this point in the history
  • Loading branch information
benmeadowcroft committed Nov 30, 2023
1 parent 378b70f commit f6c3e34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified media/ticdc/ticdc-changefeed-state-transfer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions ticdc/ticdc-changefeed-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ The numbers in the preceding state transfer diagram are described as follows.
- ⑥ The changefeed encounters an unrecoverable error and directly enters the failed state. At this time, the changefeed continues to block upstream GC for a duration specified by `gc-ttl`.
- ⑦ The replication progress of the changefeed reaches the value set by `target-ts`, and the replication is completed.
- ⑧ The changefeed has been suspended for a duration longer than the value specified by `gc-ttl`, thus encountering GC advancement errors, and cannot be resumed.
- ⑨ If the cause of the failure has been resolved, and the changefeed was suspended for a duration shorter than the value specified by `gc-ttl`, run the `changefeed resume` command to resume the replication task.

## Operate changefeeds

Expand Down

0 comments on commit f6c3e34

Please sign in to comment.