Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5212 +/- ##
============================================
+ Coverage 61.17% 61.21% +0.04%
+ Complexity 424 423 -1
============================================
Files 919 919
Lines 37487 37488 +1
Branches 5461 5461
============================================
+ Hits 22933 22949 +16
+ Misses 12049 12032 -17
- Partials 2505 2507 +2
Continue to review full report at Codecov.
|
chickenlj
requested changes
Dec 9, 2019
...gistry/dubbo-registry-nacos/src/main/java/org/apache/dubbo/registry/nacos/NacosRegistry.java
Show resolved
Hide resolved
seedeed
pushed a commit
to seedeed/dubbo
that referenced
this pull request
Feb 20, 2020
Co-authored-by: Xin Wang <xin.victorwang@gmail.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5212 +/- ##
============================================
- Coverage 61.30% 61.21% -0.09%
+ Complexity 427 423 -4
============================================
Files 919 919
Lines 37487 37488 +1
Branches 5461 5461
============================================
- Hits 22980 22949 -31
- Misses 12003 12032 +29
- Partials 2504 2507 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change
两个consumer同时通知接收provider变更信息的时候,在如下场景存在bug