Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new changefeed with stopped changefeed checkpoint as start-ts sucessfully, but it will fail immediately #2113

Closed
Tammyxia opened this issue Jun 21, 2021 · 0 comments · Fixed by #2115
Assignees
Labels
area/ticdc Issues or PRs related to TiCDC. difficulty/easy Easy task. severity/major type/bug The issue is confirmed as a bug.

Comments

@Tammyxia
Copy link

Bug Report

Please answer these questions before submitting your issue. Thanks!

  1. What did you do? If possible, provide a recipe for reproducing the error.
  • Stop a changefeed by "cli changefeed pause xxx"
  • After 2 minutes, create a new changefeed with the above stopped changefeed's checkpoint as --start-ts, which is succesful.
  • After several seconds, check the new created changefeed, it become to be failed status.
  1. What did you expect to see?
  • The new created changefeed will not become failed because the stopped changefeed's checkpoint should be saved.
  1. What did you see instead?
    image

  2. Versions of the cluster

    • Upstream TiDB cluster version (execute SELECT tidb_version(); in a MySQL client):

      Release Version: v5.1.0
      Edition: Community
      Git Commit Hash: 4ca5d03fbe2fe1d2106a29a38b4c99be66b36eb1
      Git Branch: heads/refs/tags/v5.1.0
      UTC Build Time: 2021-06-17 07:24:39
      GoVersion: go1.16.4
      
      
    • TiCDC version (execute cdc version):

      [release-version=v5.1.0] [git-hash=a91a10bb5cd52ee22e56217402003a596a1b5f2b] [git-branch=heads/refs/tags/v5.1.0] [utc-build-time="2021-06-17 07:20:55"]
      
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ticdc Issues or PRs related to TiCDC. difficulty/easy Easy task. severity/major type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants