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 retry - exponential backoff #838

Closed
subkanthi opened this issue Sep 24, 2024 · 1 comment
Closed

DDL retry - exponential backoff #838

subkanthi opened this issue Sep 24, 2024 · 1 comment
Labels
dev-complete Development completed lightweight Issues related to Lightweight version mysql p1 qa-verified label to mark issues that were verified by QA
Milestone

Comments

@subkanthi
Copy link
Collaborator

Currently if a DDL thats replicated in MySQL fails, the failure is ignored.
We need a configuration variable that will retry executing the DDL in an exponential backoff and exit after the max number of retries.

@subkanthi subkanthi added lightweight Issues related to Lightweight version mysql labels Sep 24, 2024
@subkanthi subkanthi added this to the 2.4.0 milestone Sep 24, 2024
@svb-alt svb-alt added the p1 label Sep 24, 2024
@subkanthi subkanthi added the dev-complete Development completed label Sep 24, 2024
@subkanthi
Copy link
Collaborator Author

ddl.retry: "true" has to be added to config.yml.

@Selfeer Selfeer added the qa-verified label to mark issues that were verified by QA label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-complete Development completed lightweight Issues related to Lightweight version mysql p1 qa-verified label to mark issues that were verified by QA
Projects
None yet
Development

No branches or pull requests

3 participants