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 | Fix deadlock in transaction (.NET Framework) #1242

Merged
merged 2 commits into from
Sep 17, 2021

Conversation

cheenamalhotra
Copy link
Member

@cheenamalhotra cheenamalhotra commented Sep 1, 2021

Fixes #1124
Reverts changes in .NET Framework from PR #1049

Validated against additional tests to be added from PR #1155
(The PR currently reproduces the same deadlock too)

@cheenamalhotra cheenamalhotra merged commit f25e96d into dotnet:main Sep 17, 2021
@cheenamalhotra cheenamalhotra deleted the fixtransdeadlock branch September 30, 2021 22:50
danielmarbach added a commit to danielmarbach/SqlClient that referenced this pull request Sep 19, 2023
DavoudEshtehari pushed a commit to JRahnama/SqlClient that referenced this pull request Jan 9, 2024
…ction against .NET 7

Backport [GH PR dotnet#2161](dotnet#1242) - Fix deadlock in transaction against .NET 7

Related work items: dotnet#1242
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.

Deadlock between SinglePhaseEnlistment.Aborted() and DbConnectionInternal.DetachTransaction()
4 participants