Closed as not planned
Closed as not planned
Description
We've seen a dramatic increase in number of lost locks since we upgraded to .NET 7 and EF Core 7. EF Core 7 uses Microsoft.Data.SqlClient (>= 5.0.1)
but EF Core 6 used Microsoft.Data.SqlClient (>= 2.1.4)
(DistributedLock.SqlServer
have a dependency to Microsoft.Data.SqlClient (>= 2.1.1)
).
We started upgrading our services before Christmas and around the same time the amount of lost locks started to increase from a few a week to 10-50 a day.
The only change we have done that we figure might have an impact is upgrading from .NET 6 to .NET 7 and Microsoft.Data.SqlClient
from 4.1.0
to 5.0.1
.
Metadata
Metadata
Assignees
Labels
No labels