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

cluster模块faq建设 #10519

Merged
merged 1 commit into from
Aug 30, 2022
Merged

cluster模块faq建设 #10519

merged 1 commit into from
Aug 30, 2022

Conversation

asa3311
Copy link
Contributor

@asa3311 asa3311 commented Aug 30, 2022

cluster faq建设
调整MergerFactory日志warn详细输出。

What is the purpose of the change

Brief changelog

Verifying this change

Checklist

  • Make sure there is a GitHub_issue field for the change (usually before you start working on it). Trivial changes like typos do not require a GitHub issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Check if is necessary to patch to Dubbo 3 if you are work on Dubbo 2.7
  • Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add sample in dubbo samples project.
  • Add some description to dubbo-website project if you are requesting to add a feature.
  • GitHub Actions works fine on your own branch.
  • If this contribution is large, please follow the Software Donation Guide.

cluster faq建设
@codecov-commenter
Copy link

codecov-commenter commented Aug 30, 2022

Codecov Report

Merging #10519 (40ad341) into 3.1 (f752ecf) will decrease coverage by 0.22%.
The diff coverage is 50.00%.

@@             Coverage Diff              @@
##                3.1   #10519      +/-   ##
============================================
- Coverage     65.65%   65.43%   -0.23%     
+ Complexity      319      293      -26     
============================================
  Files          1286     1286              
  Lines         55222    55222              
  Branches       8269     8268       -1     
============================================
- Hits          36257    36134     -123     
- Misses        15042    15156     +114     
- Partials       3923     3932       +9     
Impacted Files Coverage Δ
...apache/dubbo/rpc/cluster/merger/MergerFactory.java 71.42% <50.00%> (ø)
...mmon/serialize/fastjson2/FastJson2ObjectInput.java 0.00% <0.00%> (-62.50%) ⬇️
...mon/serialize/fastjson2/FastJson2ObjectOutput.java 0.00% <0.00%> (-56.25%) ⬇️
...on/serialize/fastjson2/FastJson2Serialization.java 57.14% <0.00%> (-28.58%) ⬇️
...n/serialize/fastjson2/Fastjson2CreatorManager.java 46.66% <0.00%> (-20.00%) ⬇️
...dubbo/common/status/support/LoadStatusChecker.java 50.00% <0.00%> (-16.67%) ⬇️
...erialize/support/DefaultSerializationSelector.java 50.00% <0.00%> (-10.00%) ⬇️
...e/dubbo/remoting/transport/netty/NettyChannel.java 52.27% <0.00%> (-7.96%) ⬇️
...bo/rpc/protocol/dubbo/DecodeableRpcInvocation.java 70.19% <0.00%> (-6.74%) ⬇️
...e/dubbo/rpc/protocol/tri/transport/WriteQueue.java 73.80% <0.00%> (-4.77%) ⬇️
... and 21 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@AlbumenJ AlbumenJ merged commit 0800623 into apache:3.1 Aug 30, 2022
@AlbumenJ AlbumenJ mentioned this pull request Sep 8, 2022
2 tasks
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.

3 participants