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

Dubbo ProviderConsumerRegTable class cause OutOfMemoryException #8522

Conversation

qixiaobo
Copy link
Contributor

fix #8515

…der available exception occurs

since create proxy error , so we must be the first consumer. Simply clear ConcurrentHashSet
@codecov-commenter
Copy link

codecov-commenter commented Aug 16, 2021

Codecov Report

Merging #8522 (dc8dd2d) into 2.6.x (86b5e00) will decrease coverage by 0.01%.
The diff coverage is 66.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##              2.6.x    #8522      +/-   ##
============================================
- Coverage     47.08%   47.07%   -0.02%     
  Complexity     4475     4475              
============================================
  Files           577      577              
  Lines         25626    25631       +5     
  Branches       4545     4546       +1     
============================================
- Hits          12067    12065       -2     
- Misses        11700    11709       +9     
+ Partials       1859     1857       -2     
Impacted Files Coverage Δ
...java/com/alibaba/dubbo/config/ReferenceConfig.java 53.35% <66.66%> (+0.47%) ⬆️
...aba/dubbo/remoting/transport/mina/MinaChannel.java 42.25% <0.00%> (-11.27%) ⬇️
...dubbo/rpc/protocol/dubbo/CallbackServiceCodec.java 77.20% <0.00%> (-2.21%) ⬇️
.../dubbo/rpc/protocol/dubbo/filter/FutureFilter.java 54.54% <0.00%> (-2.03%) ⬇️
...libaba/dubbo/rpc/protocol/dubbo/DubboProtocol.java 58.33% <0.00%> (-0.88%) ⬇️
...bo/remoting/transport/netty/NettyCodecAdapter.java 54.68% <0.00%> (+1.56%) ⬆️
...ba/dubbo/remoting/transport/netty/NettyServer.java 71.92% <0.00%> (+3.50%) ⬆️
...ba/dubbo/remoting/transport/netty/NettyClient.java 83.05% <0.00%> (+10.16%) ⬆️

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 86b5e00...dc8dd2d. 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

4 participants