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: optimize client batch sending. #4157

Merged
merged 9 commits into from
Nov 29, 2021

Conversation

objcoding
Copy link
Contributor

  • I have registered the PR changes.

Ⅰ. Describe what this PR did

Ⅱ. Does this pull request fix one issue?

fixes #4156

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

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@funky-eyes funky-eyes changed the title Optimize: optimize client batch sending. optimize: optimize client batch sending. Nov 27, 2021
@slievrly slievrly self-requested a review November 27, 2021 12:58
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.

  • additional-spring-configuration-metadata.json
  • change log

@slievrly
Copy link
Member

image

@objcoding
Copy link
Contributor Author

image

done.

@codecov-commenter
Copy link

codecov-commenter commented Nov 27, 2021

Codecov Report

Merging #4157 (25b4c3b) into develop (ea89cec) will decrease coverage by 0.01%.
The diff coverage is 40.00%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #4157      +/-   ##
=============================================
- Coverage      49.77%   49.76%   -0.02%     
  Complexity      3768     3768              
=============================================
  Files            700      700              
  Lines          23608    23621      +13     
  Branches        2912     2913       +1     
=============================================
+ Hits           11751    11754       +3     
- Misses         10663    10671       +8     
- Partials        1194     1196       +2     
Impacted Files Coverage Δ
...ava/io/seata/core/constants/ConfigurationKeys.java 0.00% <ø> (ø)
...ava/io/seata/core/rpc/netty/NettyClientConfig.java 43.75% <ø> (-1.57%) ⬇️
.../autoconfigure/properties/TransportProperties.java 45.45% <25.00%> (-6.55%) ⬇️
...ta/core/rpc/netty/AbstractNettyRemotingClient.java 18.44% <50.00%> (+0.48%) ⬆️
...io/seata/core/rpc/netty/RmNettyRemotingClient.java 39.49% <50.00%> (+0.36%) ⬆️
...io/seata/core/rpc/netty/TmNettyRemotingClient.java 56.32% <100.00%> (+0.50%) ⬆️
...o/seata/server/coordinator/DefaultCoordinator.java 48.92% <0.00%> (-0.54%) ⬇️
...in/java/io/seata/server/session/GlobalSession.java 79.56% <0.00%> (-0.44%) ⬇️

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

@funky-eyes funky-eyes added this to the 1.5.0 milestone Nov 28, 2021
@funky-eyes funky-eyes merged commit 87d773f into apache:develop Nov 29, 2021
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.

关于客户端批量发送的优化处理
4 participants