Skip to content
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 concurrent modification exception of stated urls #9779

Merged
merged 1 commit into from Mar 15, 2022

Conversation

chickenlj
Copy link
Contributor

also see #9777

@chickenlj chickenlj added this to the 2.7.16 milestone Mar 14, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #9779 (b5062bc) into master (a0d48d2) will decrease coverage by 0.49%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #9779      +/-   ##
============================================
- Coverage     60.87%   60.37%   -0.50%     
+ Complexity      448      445       -3     
============================================
  Files          1100     1100              
  Lines         44507    44546      +39     
  Branches       6473     6463      -10     
============================================
- Hits          27092    26895     -197     
- Misses        14450    14677     +227     
- Partials       2965     2974       +9     
Impacted Files Coverage Δ
...java/org/apache/dubbo/rpc/model/ProviderModel.java 47.76% <100.00%> (ø)
...ookeeper/ZookeeperDynamicConfigurationFactory.java 0.00% <0.00%> (-66.67%) ⬇️
...pport/zookeeper/ZookeeperDynamicConfiguration.java 0.00% <0.00%> (-60.00%) ⬇️
...fig/configcenter/TreePathDynamicConfiguration.java 25.71% <0.00%> (-54.29%) ⬇️
.../configcenter/support/zookeeper/CacheListener.java 0.00% <0.00%> (-32.44%) ⬇️
...gcenter/wrapper/CompositeDynamicConfiguration.java 36.66% <0.00%> (-26.67%) ⬇️
...g/apache/dubbo/remoting/p2p/support/FileGroup.java 41.50% <0.00%> (-22.65%) ⬇️
...ng/transport/dispatcher/all/AllChannelHandler.java 62.06% <0.00%> (-20.69%) ⬇️
...dubbo/common/status/support/LoadStatusChecker.java 46.15% <0.00%> (-15.39%) ⬇️
...ng/transport/dispatcher/WrappedChannelHandler.java 47.82% <0.00%> (-15.22%) ⬇️
... and 71 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a0d48d2...b5062bc. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants