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

Report the task status for a query #8854

Merged
merged 1 commit into from
Sep 19, 2017
Merged

Conversation

jsternberg
Copy link
Contributor

@jsternberg jsternberg commented Sep 19, 2017

This more accurately shows whether or not a query has been killed.
Instead of automatically removing it from the query table when it's
killed even though goroutines and iterators may still be open, it now
marks the process as killed. This should allow us to more accurately
determine if a query has been stalled and is still using resources on
the server.

This is related to #8848, but not directly connected.

@jsternberg jsternberg force-pushed the js-report-task-killed-status branch 2 times, most recently from e359612 to 1941190 Compare September 19, 2017 19:20
This more accurately shows whether or not a query has been killed.
Instead of automatically removing it from the query table when it's
killed even though goroutines and iterators may still be open, it now
marks the process as killed. This should allow us to more accurately
determine if a query has been stalled and is still using resources on
the server.

This is related to #8848, but not directly connected.
@jsternberg jsternberg merged commit 6b1c804 into master Sep 19, 2017
@jsternberg jsternberg deleted the js-report-task-killed-status branch September 19, 2017 20:22
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.

None yet

2 participants