-
Notifications
You must be signed in to change notification settings - Fork 684
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
maintenance daemon crashing when dropping extension #4321
Comments
I see it occasionally (not consistently) in the regression tests. I suspect we mainly need to remove the failing Assert. |
To see what is failing, I tried to replicate it 30+ times but it never failed. |
This is probably because the When I apply the following patch so it happens more often, I see the crash more often:
Of course we won't want to merge the above patch, but it causes the crash with a similar cause as the original crash happen more often. Can you try it and see if you could reproduce it? I'm not sure if it matters, but my flags for postgres
Also note that I see this when running |
@marcocitus I can reproduce this on master branch in my local machine. In the above diff even if I add extension lock I get the assertion failure consistently. |
yesterday's valgrind test crashed in multi_extension when executing (Unfortunately we don't have a coredump and I couldn't reproduce the issue even if I re-run valgrind tests 3 times) I know we merged a fix for that but can it be related with that ? |
I guess we hit to the same issue again, but still don't have coredump :/: From citusdata/test-automation#204:
I think it would be better to implement ^ asap |
When running
check-columnar
, am_drop crashes when it tries to testDROP EXTENSION citus CASCADE;
with the following stack trace:This doesn't happen always, maybe once every five times.
The text was updated successfully, but these errors were encountered: