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

feature: add single send request for client. #1966

Merged
merged 48 commits into from
Dec 19, 2019

Conversation

objcoding
Copy link
Contributor

Ⅰ. Describe what this PR did

add single send request for client.
add 'transport.enable-client-batch-send-request' config param.

Ⅱ. Does this pull request fix one issue?

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

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

@codecov-io
Copy link

codecov-io commented Nov 30, 2019

Codecov Report

Merging #1966 into develop will decrease coverage by 0.02%.
The diff coverage is 12.5%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #1966      +/-   ##
=============================================
- Coverage       55.3%   55.27%   -0.03%     
- Complexity      2522     2526       +4     
=============================================
  Files            446      446              
  Lines          14913    14927      +14     
  Branches        1766     1770       +4     
=============================================
+ Hits            8247     8251       +4     
- Misses          5901     5911      +10     
  Partials         765      765
Impacted Files Coverage Δ Complexity Δ
...ava/io/seata/core/constants/ConfigurationKeys.java 0% <ø> (ø) 0 <0> (ø) ⬇️
...a/io/seata/core/rpc/netty/AbstractRpcRemoting.java 9.35% <0%> (-0.29%) 3 <0> (ø)
...ata/core/rpc/DefaultServerMessageListenerImpl.java 0% <0%> (ø) 0 <0> (ø) ⬇️
...c/main/java/io/seata/core/protocol/RpcMessage.java 83.33% <0%> (-3.63%) 13 <0> (ø)
...ava/io/seata/core/rpc/netty/NettyClientConfig.java 46.96% <100%> (+1.65%) 23 <1> (+1) ⬆️
...eata/core/rpc/netty/AbstractRpcRemotingClient.java 18.66% <57.14%> (-0.26%) 6 <0> (ø)
...server/store/file/FileTransactionStoreManager.java 56.5% <0%> (ø) 30% <0%> (+1%) ⬆️
...o/seata/server/coordinator/DefaultCoordinator.java 48.03% <0%> (+0.39%) 28% <0%> (+1%) ⬆️
...in/java/io/seata/server/session/GlobalSession.java 84.61% <0%> (+0.48%) 68% <0%> (+1%) ⬆️

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.

add configuration item in springboot starter and script

@objcoding
Copy link
Contributor Author

add configuration item in springboot starter and script

@objcoding objcoding closed this Dec 2, 2019
@objcoding objcoding reopened this Dec 2, 2019
@objcoding
Copy link
Contributor Author

add configuration item in springboot starter and script

already added

@zjinlei zjinlei added this to the 1.0 milestone Dec 8, 2019
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.

check result is good.
image

@l81893521
Copy link
Contributor

l81893521 commented Dec 19, 2019

I think should add the config to file.conf.example and RpcMessage.toString() add the type of Message just like MergeResultMessage

Copy link
Contributor

@l81893521 l81893521 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 slievrly merged commit ce32ad5 into apache:develop Dec 19, 2019
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.

None yet

8 participants