[Dubbo-3669]do local export before register any listener.#3685
[Dubbo-3669]do local export before register any listener.#3685ralf0131 merged 5 commits intoapache:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3685 +/- ##
============================================
- Coverage 63.44% 62.97% -0.47%
- Complexity 71 543 +472
============================================
Files 703 756 +53
Lines 31000 32581 +1581
Branches 5024 5164 +140
============================================
+ Hits 19669 20519 +850
- Misses 9066 9706 +640
- Partials 2265 2356 +91
Continue to review full report at Codecov.
|
|
Can you please describe what is the root cause of this exception? This will help the reviewers to understand how you fix it. |
ralf0131
left a comment
There was a problem hiding this comment.
Could you change the logic in org.apache.dubbo.registry.integration.AbstractConfiguratorListener#process as well since they are duplicate?
Good point, I will fix it. |
What is the purpose of the change
Fixes #3669
Brief changelog
RegistryProtocol.export()
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-testto make sure unit-test and integration-test pass.