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

CDC exit unexpected and cannot recover automatically #1905

Closed
Tammyxia opened this issue Jun 1, 2021 · 0 comments · Fixed by #1903
Closed

CDC exit unexpected and cannot recover automatically #1905

Tammyxia opened this issue Jun 1, 2021 · 0 comments · Fixed by #1903
Labels
area/ticdc Issues or PRs related to TiCDC. severity/major type/bug The issue is confirmed as a bug.

Comments

@Tammyxia
Copy link

Tammyxia commented Jun 1, 2021

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.
  • Create 2x changefeed with different target but the same source database.
  • "sysbench oltp_common prepare ... --threads=512 --tables=1000 --table-size=0" to upstream
    Check CDC status.
  1. What did you expect to see?
  • sync task works fine.
  1. What did you see instead?
  • CDC exit . "tiup cdc cli capture list --pd=http://172.16.4.96:2379" has no any cdc process.
    Waiting for an hour, CDC still cannot start automatically.

  • Some cdc log:

image

image
image

  1. Versions of the cluster

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

      Edition: Community
      

Git Commit Hash: d5e0ed0aaed72d2f2dfe24e9deec31cb6cb5fdf0
Git Branch: master
UTC Build Time: 2021-05-24 14:39:20
GoVersion: go1.13
Race Enabled: false
TiKV Min Version: v3.0.0-60965b006877ca7234adaced7890d7b029ed1306
Check Table Before Drop: false |
```

- TiCDC version (execute `cdc version`):

    ```
   Release Version: v5.0.0-master-dirty

Git Commit Hash: ca64c78
Git Branch: master
UTC Build Time: 2021-05-31 05:29:05

    ```
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. severity/major type/bug The issue is confirmed as a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants