-
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
NullReferenceException
from SqlInternalTransaction.GetServerTransactionLevel()
#2879
Comments
Do you have a repro you can share? This would help us reproduce the issue and investigate the root cause. Could you please try to use MDS 5.2.2 to see if the issue still persists. |
Currently I don't have an idea how to reproduce it. Looking at code I suspect it could be a race condition between and
Probably when one of those two other errors I mentioned in initial report occur - it could trigger race condition, but I have no idea how to force such errors from server to test this. Tried to kill sessions on server, but looks like it is not enough. I see both I will see if I can come up with more ideas how to reproduce it |
Closing for now, No idea how to reproduce it. Will try to investigate again if it will happen again |
Describe the bug
We had an incident with database which resulted in several errors from server. Unfortunatelly I don't have details on exact reason for it, could be low memory conditions as I see
RADAR_PRE_LEAK_64
error in event logs for one of our apps. But one of errors was NRE from SqlClient code with following stack traces:To reproduce
No idea, but other errors we seen were:
and
last one is actually incorrect according to documentation as we don't use distributed transaction. Maybe related to #2683 but not sure as we don't use encryption.
Expected behavior
Dunno, server error handling in a way it doesn't throw NRE.
Further technical details
Microsoft.Data.SqlClient version: 5.1.4 (a bit old, but I don't see any functional changes to
SqlInternalTransaction
code in newer versions).NET target: net8.0
SQL Server version/Operating system:
Microsoft SQL Server 2019 (RTM-CU28-GDR) (KB5042749) - 15.0.4390.2 (X64) Aug 12 2024 13:08:42 Copyright (C) 2019 Microsoft Corporation Web Edition (64-bit) on Windows Server 2019 Datacenter 10.0 <X64> (Build 17763: ) (Hypervisor)
Additional context
There was report with same error before #1121
The text was updated successfully, but these errors were encountered: