[Dubbo-7332] Fix QOS Ready command#7333
[Dubbo-7332] Fix QOS Ready command#7333AlbumenJ merged 3 commits intoapache:masterfrom nickwongwong:master
Conversation
Fix QOS Ready command return OK when DubboBootstrap is not ready
|
This bug may be caused by this problem. |
Codecov Report
@@ Coverage Diff @@
## master #7333 +/- ##
============================================
+ Coverage 59.06% 59.07% +0.01%
- Complexity 462 464 +2
============================================
Files 1044 1044
Lines 42480 42491 +11
Branches 6229 6231 +2
============================================
+ Hits 25090 25103 +13
+ Misses 14591 14589 -2
Partials 2799 2799 Continue to review full report at Codecov.
|
|
@nickwongwong hi, thanks for your contribution If we modify the inital state of
|
It may a good way to change the state of |
horizonzy
left a comment
There was a problem hiding this comment.
If there are two ServiceConfig, first success and second failed, the ready should be true?
I think |
Fix QOS Ready command return OK when DubboBootstrap is not ready
What is the purpose of the change
Fix issue: #7332
Brief changelog
M dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/bootstrap/DubboBootstrap.java
Only change one line, which initializes
readyasfalseinstead oftrue.Verifying this change
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-testto make sure unit-test and integration-test pass.