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

optimize: split the task thread pool for committing and rollbacking statuses #6499

Open
wants to merge 11 commits into
base: 2.x
Choose a base branch
from

Conversation

liuqiufeng
Copy link
Contributor

  • I have registered the PR changes.

Ⅰ. Describe what this PR did

Ⅱ. Does this pull request fix one issue?

fixes #6478

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

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

Copy link
Contributor

@funky-eyes funky-eyes 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-commenter
Copy link

Codecov Report

Attention: Patch coverage is 34.56790% with 53 lines in your changes are missing coverage. Please review.

Project coverage is 50.05%. Comparing base (e72babb) to head (2e79ecc).
Report is 8 commits behind head on 2.x.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #6499      +/-   ##
============================================
- Coverage     50.19%   50.05%   -0.15%     
+ Complexity     5232     5211      -21     
============================================
  Files           942      944       +2     
  Lines         33221    33330     +109     
  Branches       4022     4029       +7     
============================================
+ Hits          16676    16684       +8     
- Misses        14938    15038     +100     
- Partials       1607     1608       +1     
Files Coverage Δ
...c/main/java/org/apache/seata/common/Constants.java 100.00% <ø> (ø)
...org/apache/seata/server/session/GlobalSession.java 68.63% <0.00%> (-3.59%) ⬇️
...e/seata/server/coordinator/DefaultCoordinator.java 39.43% <35.00%> (-6.32%) ⬇️

... and 26 files with indirect coverage changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants