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

feature: support to set propagation of global transaction #2206

Merged
merged 72 commits into from
Feb 27, 2020

Conversation

booogu
Copy link
Contributor

@booogu booogu commented Jan 19, 2020

Ⅰ. Describe what this PR did

Supports 4 propagations of transaction:
(1) REQUIRED: Use existing transaction context or if not, begin a new transaction (the default propagation)
(2) REQUIRES_NEW: Begin a new transaction context.
(3) NOT_SUPPORTED: exclude the existing transaction context.
(4) SUPPORTS: If there is a transaction, join the transaction; if there is no transaction, execute it in a non transactional way

Ⅱ. Does this pull request fix one issue?

fixed #1515

Ⅲ. Why don't you add test cases (unit test/integration test)?

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

Hao Zhibei and others added 30 commits November 9, 2019 11:11
@zjinlei zjinlei added this to the 1.1.0 milestone Jan 22, 2020
Copy link
Contributor

@zjinlei zjinlei left a comment

Choose a reason for hiding this comment

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

LGTM

@slievrly slievrly removed this from the 1.1.0 milestone Feb 5, 2020
@zjinlei zjinlei added this to the 1.2.0 milestone Feb 5, 2020
Copy link
Member

@slievrly slievrly left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@jsbxyyx jsbxyyx left a comment

Choose a reason for hiding this comment

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

LGTM

@zjinlei zjinlei merged commit ec1df96 into apache:develop Feb 27, 2020
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.

Is there Transactional Propagation like spring in seata?
6 participants