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 for false positive exception on statement shutdown #111

Merged

Conversation

lyndonbauto
Copy link
Contributor

Summary

Fix for false positive exception on shutdown

Description

Query executor spits out an exception log when statement is closed. This is because it doesn't realize that close is just doing a final check to cancel any pending queries. This fixes that false positive exception.
[1] Fixed false positive issue for query executor

Related Issue

closes #108

Additional Reviewers

@birschick-bq
@lyndonb-bq
@xiazcy
@simonz-bq
@alexey-temnikov
@kylepbit

@lyndonbauto lyndonbauto added this to the Neptune JDBC Driver GA milestone Dec 15, 2021
@lyndonbauto lyndonbauto requested a review from a team December 15, 2021 03:23
@lyndonbauto lyndonbauto self-assigned this Dec 15, 2021
@lyndonbauto lyndonbauto merged commit 5c6df45 into develop Dec 15, 2021
@lyndonbauto lyndonbauto deleted the lyndon/fix-false-positive-cancellation-exception branch December 15, 2021 04:50
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.

[BUG] False positive exception on statement close
2 participants