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

Clear the container at the end of the DefaultExecutorRepository#destroyAll method #7820

Merged
merged 2 commits into from
May 22, 2021

Conversation

BurningCN
Copy link
Member

Clear the container at the end of the DefaultExecutorRepository#destroyAll method

Reuse destroyRegistered variable

@codecov-commenter
Copy link

Codecov Report

Merging #7820 (ede388d) into master (e845e16) will decrease coverage by 0.18%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #7820      +/-   ##
============================================
- Coverage     59.28%   59.10%   -0.19%     
- Complexity      529      555      +26     
============================================
  Files          1077     1086       +9     
  Lines         43565    43754     +189     
  Branches       6368     6358      -10     
============================================
+ Hits          25826    25859      +33     
- Misses        14879    15027     +148     
- Partials       2860     2868       +8     
Impacted Files Coverage Δ Complexity Δ
.../threadpool/manager/DefaultExecutorRepository.java 80.95% <100.00%> (-4.54%) 0.00 <0.00> (ø)
...pache/dubbo/registry/support/AbstractRegistry.java 76.66% <100.00%> (-1.49%) 0.00 <0.00> (ø)
...a/org/apache/dubbo/rpc/filter/AccessLogFilter.java 28.35% <0.00%> (-50.75%) 0.00% <0.00%> (ø%)
...va/org/apache/dubbo/rpc/support/AccessLogData.java 53.16% <0.00%> (-37.98%) 0.00% <0.00%> (ø%)
...ng/transport/dispatcher/all/AllChannelHandler.java 68.96% <0.00%> (-20.69%) 0.00% <0.00%> (ø%)
...ng/transport/dispatcher/WrappedChannelHandler.java 43.47% <0.00%> (-19.57%) 0.00% <0.00%> (ø%)
...bo/rpc/cluster/support/FailbackClusterInvoker.java 52.45% <0.00%> (-18.04%) 0.00% <0.00%> (ø%)
...rg/apache/dubbo/remoting/utils/PayloadDropper.java 76.92% <0.00%> (-15.39%) 0.00% <0.00%> (ø%)
...dubbo/common/status/support/LoadStatusChecker.java 50.00% <0.00%> (-11.54%) 0.00% <0.00%> (ø%)
...in/java/org/apache/dubbo/common/utils/JVMUtil.java 81.13% <0.00%> (-11.33%) 0.00% <0.00%> (ø%)
... and 97 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 e845e16...ede388d. Read the comment docs.

@AlbumenJ AlbumenJ merged commit 03223c7 into apache:master May 22, 2021
AlbumenJ added a commit to AlbumenJ/dubbo that referenced this pull request May 28, 2021
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

3 participants