-
Notifications
You must be signed in to change notification settings - Fork 289
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
Null Reference in GetServerTransactionLevel #1121
Comments
Which is a |
Could also show a race in the pooling logic since reports of this issue seem to relate to high load. |
use of |
The current code also loses the original exception which from our point of view is the most important one. |
FYI the problem went away after we 1) increased the Min threads in ThreadPool 2) fixed Redis timeouts.. I'm not yet sure if 2) was causing the db transaction to timeout/fail which might be the cause. |
I'm investigating an exception occurring when our system is under load and wanted to know if anyone has any idea what could cause the following? From reading the code it looks like the _innerConnection.Owner must be null but not sure what would cause that?
The text was updated successfully, but these errors were encountered: