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

[release/7.0] Distributed transaction fixes #76425

Merged
merged 2 commits into from
Sep 30, 2022

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 30, 2022

Backport of #76310 to release/7.0

Already approved for 7.0 servicing in #76310.

Customer Impact

This fixes two bugs introduced during the porting of distributed transactions from .NET Framework, and which prevent some usage scenarios.

Testing

Added regression tests in this PR.

Risk

IMPORTANT: Is this backport for a servicing release? If so and this change touches code that ships in a NuGet package, please make certain that you have added any necessary package authoring and gotten it explicitly reviewed.

/cc @ajcvickers

* Retake lock when using a dependent transaction from a
  TransactionScope (#76010).
* Reset TransactionTransmitter and Receiver before reusing them
  (#76010).
* Increase MSDTC startup timeout from 2.5 to 30 seconds (#75822)

Fixes #76010
Fixes #75822
@ghost
Copy link

ghost commented Sep 30, 2022

Tagging subscribers to this area: @roji
See info in area-owners.md if you want to be subscribed.

Issue Details

Backport of #76310 to release/7.0

/cc @roji

Customer Impact

Testing

Risk

IMPORTANT: Is this backport for a servicing release? If so and this change touches code that ships in a NuGet package, please make certain that you have added any necessary package authoring and gotten it explicitly reviewed.

Author: github-actions[bot]
Assignees: -
Labels:

area-System.Transactions

Milestone: -

@roji
Copy link
Member

roji commented Sep 30, 2022

/cc @carlossanlop, this has been approved by Tactics (#76310)

@carlossanlop carlossanlop added this to the 7.0.0 milestone Sep 30, 2022
@carlossanlop
Copy link
Member

Approved by tactics, signed off, CI is green. Fully baked and ready to merge. :shipit:

@carlossanlop carlossanlop merged commit ab479d1 into release/7.0 Sep 30, 2022
@carlossanlop carlossanlop deleted the backport/pr-76310-to-release/7.0 branch September 30, 2022 21:23
@ghost ghost locked as resolved and limited conversation to collaborators Oct 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants