Skip to content
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

Have the server kill all queries on shutdown #6149

Merged
merged 1 commit into from
Mar 29, 2016

Conversation

jsternberg
Copy link
Contributor

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
Copy link
Contributor Author

@e-dard

@e-dard
Copy link
Contributor

e-dard commented Mar 29, 2016

LGTM 👍

@e-dard
Copy link
Contributor

e-dard commented Mar 29, 2016

@jsternberg needs a CHANGELOG

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 jsternberg merged commit 2e6007e into master Mar 29, 2016
@jsternberg jsternberg deleted the js-6140-query-manager-close branch March 29, 2016 16:11
@e-dard e-dard mentioned this pull request Mar 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants