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: globalTransactionScanner listener optimize #3380

Merged
merged 4 commits into from
Dec 26, 2020

Conversation

lj2018110133
Copy link
Contributor

Ⅰ. Describe what this PR did

globalTransactionScanner listener optimize

Ⅱ. Does this pull request fix one issue?

fixes #3377

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

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@slievrly
Copy link
Member

When disableGlobalTransaction = true at startup, why don't you need to listen to configuration changes for on disableGlobalTransaction?

@slievrly
Copy link
Member

@lj2018110133 merge the latest develop branch code.

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
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-io
Copy link

codecov-io commented Dec 26, 2020

Codecov Report

Merging #3380 (4a04c1d) into develop (96016f0) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #3380      +/-   ##
=============================================
- Coverage      51.55%   51.55%   -0.01%     
- Complexity      3342     3344       +2     
=============================================
  Files            616      616              
  Lines          20247    20247              
  Branches        2541     2539       -2     
=============================================
- Hits           10439    10438       -1     
- Misses          8757     8758       +1     
  Partials        1051     1051              
Impacted Files Coverage Δ Complexity Δ
...ta/spring/annotation/GlobalTransactionScanner.java 47.32% <0.00%> (-0.90%) 17.00 <0.00> (ø)

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

Successfully merging this pull request may close these issues.

globalTransactionScanner listener optimize
4 participants