-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Investigate deadlock in AsyncSimpleQueryTestBase tests using pooling #12138
Labels
area-test
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
punted-for-2.2
punted-for-3.0
type-bug
Milestone
Comments
Also the async tests in |
Closing as this is no longer relevant with the latest query changes. |
There is still deadlock in ConcurrencyDetectorTestBase |
Found the cause: re-entrant exception makes ConcurrencyDetector unusable and in pooling scenario, it would cause deadlock. |
smitpatel
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Aug 7, 2019
smitpatel
added a commit
that referenced
this issue
Aug 8, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-test
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
punted-for-2.2
punted-for-3.0
type-bug
The tests
Throws_on_concurrent_query_list
andThrows_on_concurrent_query_first
cause deadlocks in other tests.The text was updated successfully, but these errors were encountered: