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

bugfix: multiple operations on the same record in the same local transaction, rollback failed #1341

Merged
merged 3 commits into from
Jul 26, 2019

Conversation

slievrly
Copy link
Member

Ⅰ. Describe what this PR did

Ⅱ. Does this pull request fix one issue?

fix #1340

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

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

…saction, rollback failed

Signed-off-by: slievrly <slievrly@163.com>
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
I used @transactional to modify 2 times and rollback successfully.

Copy link
Contributor

@sharajava sharajava left a comment

Choose a reason for hiding this comment

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

okey to me

Copy link
Member

@xingfudeshi xingfudeshi left a comment

Choose a reason for hiding this comment

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

LGTM

@codecov-io
Copy link

codecov-io commented Jul 25, 2019

Codecov Report

Merging #1341 into develop will decrease coverage by 0.01%.
The diff coverage is 0%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #1341      +/-   ##
=============================================
- Coverage      48.63%   48.62%   -0.02%     
  Complexity      1645     1645              
=============================================
  Files            331      331              
  Lines          11537    11540       +3     
  Branches        1429     1430       +1     
=============================================
  Hits            5611     5611              
- Misses          5303     5306       +3     
  Partials         623      623
Impacted Files Coverage Δ Complexity Δ
...va/io/seata/rm/datasource/undo/UndoLogManager.java 21.22% <0%> (-0.37%) 9 <0> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 775564c...6e67b0b. Read the comment docs.

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.

Multiple operations on the same record in the same local transaction, rollback failed
6 participants