-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[0.12] Panic on shutdown #6140
Comments
@mjdesa any more information on how to reproduce this? Was a query currently being executed at the time? |
@mjdesa this is happening due to a race between shutting down the shard and a running query that accesses it. @jsternberg is going to add a |
Related to #6140, but won't actually fix that problem. It will correctly stop new queries from being started during shutdown and will send the interrupt signal to queries during shutdown. Since the interrupt signal is asynchronous, there isn't currently a way to wait for the queries to complete themselves before shutting down the engine.
@jsternberg A query must have been running. It only happened once, sorry for not including more repro steps. |
Got a random panic when I tried to shutdown my local instance:
The text was updated successfully, but these errors were encountered: