-
Notifications
You must be signed in to change notification settings - Fork 287
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
Labels
affects-6.1
affects-6.5
affects-7.1
affects-7.5
area/ticdc
Issues or PRs related to TiCDC.
severity/major
type/bug
The issue is confirmed as a bug.
Comments
CharlesCheung96
added
type/bug
The issue is confirmed as a bug.
area/ticdc
Issues or PRs related to TiCDC.
labels
Oct 26, 2023
/severity major |
This was referenced Oct 31, 2023
CharlesCheung96
added a commit
to ti-chi-bot/tiflow
that referenced
this issue
Oct 31, 2023
sdojjy
pushed a commit
to sdojjy/tiflow
that referenced
this issue
Nov 2, 2023
This was referenced Nov 3, 2023
sdojjy
pushed a commit
to sdojjy/tiflow
that referenced
this issue
Nov 3, 2023
CharlesCheung96
added a commit
to ti-chi-bot/tiflow
that referenced
this issue
Nov 6, 2023
CharlesCheung96
added a commit
to ti-chi-bot/tiflow
that referenced
this issue
Nov 6, 2023
16 tasks
18 tasks
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
type/bug
The issue is confirmed as a bug.
What did you do?
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)
The text was updated successfully, but these errors were encountered: