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

[ARIES-2073] SUPPORTS TX attribute should not create additional coord… #151

Merged
merged 2 commits into from Apr 20, 2022

Conversation

grgrzybek
Copy link
Contributor

…ination if one is present

boolean requiresNewCoordination = token.requiresNewCoordination();
if (!requiresNewCoordination && !transactionExists(coordinator)) {
// in case the txAttribute doesn't require new coordination AND there's active transaction, like in:
// - REQUIURED, when there was TX active before the method
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo in REQUIURED ...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed - thanks!

@grgrzybek grgrzybek merged commit 9579cf3 into apache:trunk Apr 20, 2022
@grgrzybek grgrzybek deleted the ARIES-2073 branch April 20, 2022 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants