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

Resolved TS advance slowly when creating table every 5s #9998

Closed
fubinzh opened this issue Nov 2, 2023 · 1 comment · Fixed by #9999
Closed

Resolved TS advance slowly when creating table every 5s #9998

fubinzh opened this issue Nov 2, 2023 · 1 comment · Fixed by #9999
Labels
area/ticdc Issues or PRs related to TiCDC. severity/moderate type/bug The issue is confirmed as a bug.

Comments

@fubinzh
Copy link

fubinzh commented Nov 2, 2023

What did you do?

  1. Create Kafka changefeed with redo on, and flush-interval = 2s
# changefeed config
[consistent]
level = "eventual"
storage = xxx
flush-interval = 2000
  1. Create 100 tables, sleep 5s between 2 create table DDLs.
  2. Update changefeed to disable redo
  3. Create another 100 tables, sleep 5s between 2 create table DDLs.

What did you expect to see?

Resolved TS and checkpoint ts lag should be normal.

What did you see instead?

Resoved ts advances slowly.

image

Versions of the cluster

CDC version:
Release Version: v7.6.0-alpha
Git Commit Hash: 684d117

@fubinzh fubinzh added area/ticdc Issues or PRs related to TiCDC. type/bug The issue is confirmed as a bug. labels Nov 2, 2023
@fubinzh
Copy link
Author

fubinzh commented Nov 2, 2023

/severity moderate

@ti-chi-bot ti-chi-bot bot closed this as completed in #9999 Nov 3, 2023
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/moderate type/bug The issue is confirmed as a bug.
Projects
Development

Successfully merging a pull request may close this issue.

1 participant