-
Notifications
You must be signed in to change notification settings - Fork 26.5k
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
Local references support mergeable #9645
Local references support mergeable #9645
Conversation
Codecov Report
@@ Coverage Diff @@
## 3.0 #9645 +/- ##
============================================
+ Coverage 65.59% 65.70% +0.10%
+ Complexity 297 296 -1
============================================
Files 1191 1191
Lines 52068 52123 +55
Branches 7907 7920 +13
============================================
+ Hits 34154 34246 +92
+ Misses 14231 14182 -49
- Partials 3683 3695 +12
Continue to review full report at Codecov.
|
dubbo-rpc/dubbo-rpc-injvm/src/main/java/org/apache/dubbo/rpc/protocol/injvm/InjvmProtocol.java
Show resolved
Hide resolved
dubbo-rpc/dubbo-rpc-injvm/src/main/java/org/apache/dubbo/rpc/protocol/injvm/InjvmProtocol.java
Show resolved
Hide resolved
这个PR会导致 ClusterFilter 在 Filter 之后工作。 Filter 的织入是在 org.apache.dubbo.rpc.cluster.filter.ProtocolFilterWrapper,而 PR 修改完 ClusterFilter 是在 org.apache.dubbo.rpc.protocol.injvm.InjvmProtocol#doCreateInvoker 才织入 |
What is the purpose of the change
Solve #8777
Brief changelog
Verifying this change
Checklist