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

[ISSUE #3303] [type:refactor] add MemorySafeTaskQueue #3323

Merged
merged 3 commits into from
Apr 25, 2022

Conversation

loongs-zhang
Copy link
Member

@loongs-zhang loongs-zhang commented Apr 25, 2022

…dPoolExecutor

// Describe your PR here; eg. Fixes #issueNo

Make sure that:

  • You have read the contribution guidelines.
  • You submit test cases (unit or integration tests) that back your changes.
  • Your local test passed mvn clean install -Dmaven.javadoc.skip=true.

@codecov-commenter
Copy link

codecov-commenter commented Apr 25, 2022

Codecov Report

Merging #3323 (1f40aea) into master (2eef279) will increase coverage by 0.04%.
The diff coverage is 21.21%.

@@             Coverage Diff              @@
##             master    #3323      +/-   ##
============================================
+ Coverage     64.27%   64.31%   +0.04%     
- Complexity     5169     5188      +19     
============================================
  Files           743      745       +2     
  Lines         20972    21003      +31     
  Branches       1920     1921       +1     
============================================
+ Hits          13479    13509      +30     
- Misses         6210     6216       +6     
+ Partials       1283     1278       -5     
Impacted Files Coverage Δ
.../shenyu/common/concurrent/MemorySafeTaskQueue.java 0.00% <0.00%> (ø)
.../org/apache/shenyu/common/config/ShenyuConfig.java 0.00% <0.00%> (ø)
...a/org/apache/shenyu/common/constant/Constants.java 50.00% <ø> (ø)
...b/configuration/ShenyuThreadPoolConfiguration.java 0.00% <0.00%> (ø)
...mmon/concurrent/MemorySafeLinkedBlockingQueue.java 40.00% <40.00%> (ø)
...ache/shenyu/plugin/global/cache/MetaDataCache.java 86.84% <100.00%> (ø)
...henyu/admin/service/impl/UpstreamCheckService.java 70.14% <0.00%> (-1.50%) ⬇️
...he/shenyu/plugin/grpc/client/ShenyuGrpcClient.java 12.00% <0.00%> (+4.00%) ⬆️
...ng/rocketmq/rocketmq/RocketMQLogCollectClient.java 76.00% <0.00%> (+4.00%) ⬆️
...henyu/plugin/grpc/resolver/ShenyuNameResolver.java 63.82% <0.00%> (+4.25%) ⬆️
... and 4 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 2eef279...1f40aea. Read the comment docs.

@yu199195 yu199195 added this to the 2.5.0 milestone Apr 25, 2022
@yu199195 yu199195 merged commit 465e9af into apache:master Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants