-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
fix client reconnect offline provider. #3159
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3159 +/- ##
============================================
- Coverage 63.78% 63.77% -0.02%
Complexity 75 75
============================================
Files 661 661
Lines 28612 28612
Branches 4823 4823
============================================
- Hits 18251 18246 -5
+ Misses 8153 8151 -2
- Partials 2208 2215 +7
Continue to review full report at Codecov.
|
If there is any problem with the direct use |
@CrazyHZM This is defensive fault tolerance, calling |
thank you. |
...ing/dubbo-remoting-api/src/main/java/org/apache/dubbo/remoting/transport/AbstractClient.java
Outdated
Show resolved
Hide resolved
...ing/dubbo-remoting-api/src/main/java/org/apache/dubbo/remoting/transport/AbstractClient.java
Outdated
Show resolved
Hide resolved
...ing/dubbo-remoting-api/src/main/java/org/apache/dubbo/remoting/transport/AbstractClient.java
Outdated
Show resolved
Hide resolved
LGTM |
What is the purpose of the change
fix issue: #3158
Brief changelog
XXXXX
Verifying this change
XXXXX
Follow this checklist to help us incorporate your contribution quickly and easily:
[Dubbo-XXX] Fix UnknownException when host config not exist #XXX
. Each commit in the pull request should have a meaningful subject line and body.mvn clean install -DskipTests=false
&mvn clean test-compile failsafe:integration-test
to make sure unit-test and integration-test pass.