-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
roachtest: schemachange/mixed-versions failed [debug doctor validation: existing descriptors that still need to be dropped] #124722
Comments
|
Do you think #124424 would resolve this? |
@rafiss no, that PR will just touch examining descriptors (to skip over dropped descriptors, skipping over the fail state we see here is likely coming from the cockroach/pkg/jobs/validate.go Lines 85 to 89 in 27cffe8
i am a bit unsure as to why we would do |
Upon checking this out further, I see that there is a difference between the two validations and both seem necessary:
I also don't think this was due to:
Which are the two things that backport addresses Elaboration on point 2: trying to mock this state in for posterity, here is the test I was trying to get to reproduce:
But, since descID 3 is marked as dropped, we actually get:
This doesn't seem to be a frequent failure. I'll close this one out as unreproducable for now and gently remind myself to take care of my ongoing backports. Maybe what had happened was that a dropped descriptor got |
roachtest.schemachange/mixed-versions failed with artifacts on release-23.1.22-rc @ 6ed4ef16634f683adfb7d77b4ebf414e0c1e42a7:
Parameters:
ROACHTEST_arch=amd64
ROACHTEST_cloud=gce
ROACHTEST_cpu=4
ROACHTEST_encrypted=false
ROACHTEST_metamorphicBuild=false
ROACHTEST_ssd=0
Help
See: roachtest README
See: How To Investigate (internal)
See: Grafana
Same failure on other branches
This test on roachdash | Improve this report!
Jira issue: CRDB-39037
The text was updated successfully, but these errors were encountered: