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

ddl execution interval is too long when redo is enabled #9960

Closed
CharlesCheung96 opened this issue Oct 26, 2023 · 1 comment · Fixed by #9959
Closed

ddl execution interval is too long when redo is enabled #9960

CharlesCheung96 opened this issue Oct 26, 2023 · 1 comment · Fixed by #9959

Comments

@CharlesCheung96
Copy link
Contributor

What did you do?

  1. create a changefeed with redo enabled
  2. set redo flush-interval to 10 seconds
  3. execute create table ddls

What did you expect to see?

The ddl is executed every 30 seconds.

What did you see instead?

All DDLS are processed as soon as possible

Versions of the cluster

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

(paste TiDB cluster version here)

Upstream TiKV version (execute tikv-server --version):

(paste TiKV version here)

TiCDC version (execute cdc version):

(paste TiCDC version here)
@CharlesCheung96 CharlesCheung96 added type/bug This is a bug. area/ticdc Issues or PRs related to TiCDC. labels Oct 26, 2023
@github-actions github-actions bot added this to Need Triage in Question and Bug Reports Oct 26, 2023
@fubinzh
Copy link

fubinzh commented Oct 26, 2023

/severity major

CharlesCheung96 added a commit to ti-chi-bot/tiflow that referenced this issue Nov 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-6.1 affects-6.5 affects-7.1 affects-7.5 area/ticdc Issues or PRs related to TiCDC. severity/major This is a major bug. type/bug This is a bug.
Development

Successfully merging a pull request may close this issue.

2 participants