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

[3.0] fix multi-registry bug for 3.0 #8074

Merged
merged 1 commit into from Jun 16, 2021

Conversation

xiaoheng1
Copy link
Contributor

What is the purpose of the change

relation pr #8034

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.

@codecov-commenter
Copy link

codecov-commenter commented Jun 16, 2021

Codecov Report

Merging #8074 (84b8541) into 3.0 (f7cfe6e) will decrease coverage by 0.30%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.0    #8074      +/-   ##
============================================
- Coverage     60.85%   60.54%   -0.31%     
+ Complexity      313      312       -1     
============================================
  Files          1070     1070              
  Lines         44859    44831      -28     
  Branches       6699     6695       -4     
============================================
- Hits          27299    27144     -155     
- Misses        14551    14678     +127     
  Partials       3009     3009              
Impacted Files Coverage Δ
.../java/org/apache/dubbo/config/ReferenceConfig.java 73.07% <0.00%> (+3.35%) ⬆️
...a/org/apache/dubbo/rpc/filter/AccessLogFilter.java 25.00% <0.00%> (-44.74%) ⬇️
...va/org/apache/dubbo/rpc/support/AccessLogData.java 53.16% <0.00%> (-37.98%) ⬇️
...dubbo/common/status/support/LoadStatusChecker.java 46.15% <0.00%> (-15.39%) ⬇️
...ng/transport/dispatcher/WrappedChannelHandler.java 43.47% <0.00%> (-15.22%) ⬇️
...ng/transport/dispatcher/all/AllChannelHandler.java 75.86% <0.00%> (-13.80%) ⬇️
...in/java/org/apache/dubbo/common/utils/JVMUtil.java 81.13% <0.00%> (-11.33%) ⬇️
.../remoting/transport/netty4/NettyClientHandler.java 61.01% <0.00%> (-6.78%) ⬇️
...ubbo/rpc/protocol/dubbo/ChannelWrappedInvoker.java 43.47% <0.00%> (-4.35%) ⬇️
...he/dubbo/registry/multicast/MulticastRegistry.java 63.42% <0.00%> (-4.17%) ⬇️
... and 24 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f7cfe6e...84b8541. Read the comment docs.

@AlbumenJ AlbumenJ merged commit b6af8bf into apache:3.0 Jun 16, 2021
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

3 participants