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

Retry DLL queries upon group 0 concurrent modification error #1197

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

Lorak-mmk
Copy link
Collaborator

@Lorak-mmk Lorak-mmk commented Feb 3, 2025

Despite previous measures (sending all DDL queries to a single node) this error is still haunting our CI. I see no better way of patching this on our side than retrying.

Pre-review checklist

  • I have split my patch into logically separate commits.
  • All commit messages clearly explain what they change and why.
  • added relevant tests for new features and bug fixes.
  • All commits compile, pass static checks and pass test.
  • PR description sums up the changes and reasons why they should be introduced.
  • I have provided docstrings for the public items that I want to introduce.
  • I have adjusted the documentation in ./docs/source/.
  • I added appropriate Fixes: annotations to PR description.

@Lorak-mmk Lorak-mmk self-assigned this Feb 3, 2025
Copy link

github-actions bot commented Feb 3, 2025

cargo semver-checks found no API-breaking changes in this PR! 🎉🥳
Checked commit: e3b6932

@Lorak-mmk Lorak-mmk mentioned this pull request Feb 3, 2025
8 tasks
Despite previous measures (sending all DDL queries to a single node)
this error is still haunting our CI. I see no better way of patching
this on our side than retrying. Core really should do something about it :(
@wprzytula wprzytula merged commit ac285ed into scylladb:main Feb 4, 2025
10 checks passed
// In this case we really should do something about it in the
// core, because it is absurd for DDL queries to fail this often.
if self.count >= 10 {
error!("Received TENTH(!) group 0 concurrent modification error during DDL. Please fix Scylla Core.");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please file a bug on Scylla Core (and attach logs!)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did that ~2 months ago: scylladb/scylladb#21779

@Lorak-mmk Lorak-mmk deleted the retry-ddl branch February 20, 2025 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants