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

fix(query): release the query results before requesting statistics #12622

Merged
merged 1 commit into from
Mar 14, 2019

Conversation

jsternberg
Copy link
Contributor

The statistics are only finalized after release is called. Defer a call
to release to ensure they are released, but explicitly release on
success to ensure that the statistics are finalized from all sources
before returning them.

The statistics are only finalized after release is called. Defer a call
to release to ensure they are released, but explicitly release on
success to ensure that the statistics are finalized from all sources
before returning them.
@jsternberg jsternberg requested a review from wolffcm March 14, 2019 01:57
Copy link

@wolffcm wolffcm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course. Thank you for fixing this. This reminds me that I need to write an issue to test all this stuff.

@jsternberg jsternberg merged commit 0d04563 into master Mar 14, 2019
@jsternberg jsternberg deleted the fix/query-bridge-release-results branch March 14, 2019 16:12
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