-
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
sql: panic in yet undefined circumstances #4656
Comments
What rev is this on? |
Good question. That is the rev you get by merging your branch sql-fix-param-returning on top of Radu's fix for RETURNING *. |
i.e.
then changing |
Looks like |
(While looking at #4036 ) |
Hey @mjibson do you think you're the guy to look at this? |
sure |
@knz That PR got merged. Could you check to see if this error is still happening on master? |
Nope, can't reproduce any more. Looks like this was fixed! 👍 |
So I was trying to investigate why I couldn't see any result in my table using a 2nd client despite INSERT working as intended in the 1st client. Since my 1st client deletes the test table at the end of its execution, I paused the 1st client while running the 2nd.
Then at some point I try to resume the 1st client and the connection is immediately dropped; and I see the following panic in the server:
I can reproduce this panic reliably using the scenario outlined above.
The text was updated successfully, but these errors were encountered: