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: row size gt 1000 cause error in oracle #4266

Merged
merged 2 commits into from
Jan 6, 2022

Conversation

chiangcho
Copy link
Contributor

  • I have registered the PR changes.

Ⅰ. Describe what this PR did

register branch and release lock failed when the size of rows that modified is greater than 1000 in oracle

Ⅱ. Does this pull request fix one issue?

fixes #3946

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

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

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

@slievrly
Copy link
Member

slievrly commented Jan 6, 2022

@chiangcho Pls resolve conflict server/src/main/java/io/seata/server/storage/db/lock/LockStoreDataBaseDAO.java

@codecov-commenter
Copy link

codecov-commenter commented Jan 6, 2022

Codecov Report

Merging #4266 (7a60018) into develop (7b11cb5) will decrease coverage by 0.00%.
The diff coverage is 62.22%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #4266      +/-   ##
=============================================
- Coverage      48.84%   48.84%   -0.01%     
- Complexity      3797     3800       +3     
=============================================
  Files            724      724              
  Lines          24211    24238      +27     
  Branches        2961     2972      +11     
=============================================
+ Hits           11826    11839      +13     
- Misses         11154    11159       +5     
- Partials        1231     1240       +9     
Impacted Files Coverage Δ
...a/core/store/db/sql/lock/AbstractLockStoreSql.java 61.22% <60.97%> (-11.51%) ⬇️
...a/server/storage/db/lock/LockStoreDataBaseDAO.java 50.49% <75.00%> (-1.61%) ⬇️

@slievrly slievrly merged commit 7c9a875 into apache:develop Jan 6, 2022
@funky-eyes funky-eyes added this to the 1.5.0 milestone Jan 6, 2022
@funky-eyes funky-eyes added the module/server server module label Jan 6, 2022
miaoxueyu pushed a commit to miaoxueyu/seata that referenced this pull request Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
first-time contributor first-time contributor module/server server module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.4.2版本,分支注册时候,报maximum number of expressions in a list is 1000 ,和 #2775 不一样
4 participants