-
Notifications
You must be signed in to change notification settings - Fork 197
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
bodhi randomly throws "NoSuchColumnError testcases.id" server errors for various queries #4302
Comments
Damn it. I never see problems like this when I test on staging. Looking into it. |
@AdamSaleh can you please deploy this commit as a hotfix in prod:
It partially reverts what I've done in #4048 , let's see if it can help... otherwise we'll need someone with a lot of experience in sqlalchemy to review our relationship joins... |
ok, and I definitely need to add something like this to my pre-release checklist. Because while I will try to deploy the fix asap, I am very annoyed that I can't reliably reproduce the damn thing. |
Signed-off-by: Adam Saleh <asaleh@redhat.com>
@mattiaverga PR here: #4303 |
I assume this problem shows only when the db is under load or after some cache is full... I checked the logs yesterday 10 hours later you deployed 5.7.2 and there was no sign of the issue |
Can't we just deploy the patch through ansible to see if it's effective, rather than committing to git branch? |
Ok, will try to deploy from my branch |
Ok, hotfix is running in prod |
Thanks. I'm attending an online course now, so I'll check logs from time to time. Everything seems fine till now. The PR will need some changes to the tests to get the pass (not sure why in some cases the build nvr order doesn't seem to be honored, I had to change that also in my old PR). |
Yes, had to disable those checks when building the image. Should be able to look into that/copy it from your old PR. |
Signed-off-by: Adam Saleh <asaleh@redhat.com>
Signed-off-by: Adam Saleh <asaleh@redhat.com>
Signed-off-by: Adam Saleh <asaleh@redhat.com>
Signed-off-by: Adam Saleh <asaleh@redhat.com> (cherry picked from commit b823b93)
Signed-off-by: Adam Saleh <asaleh@redhat.com> (cherry picked from commit b823b93)
This looks like a continuation of the #4287 saga but with a different database table / column involved:
This seems to happen at about the same frequency as the "bugs.id" problem that happened before bodhi 5.7.2 was deployed.
The text was updated successfully, but these errors were encountered: