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

Implement multiplexer proxy. #2141

Merged
merged 2 commits into from
Jan 2, 2025
Merged

Conversation

zyjhtangtang
Copy link
Contributor

What type of PR is this?

/kind feature

What this PR does / why we need it:

Implement the shared cache module in node-level traffic multiplexing, referencing the Design Proposal.

Does this PR introduce a user-facing change?

"NONE"

Copy link

codecov bot commented Aug 28, 2024

Codecov Report

Attention: Patch coverage is 49.37429% with 445 lines in your changes missing coverage. Please review.

Project coverage is 45.35%. Comparing base (ea999d4) to head (59483aa).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
.../yurthub/proxy/multiplexer/watchembeddedencoder.go 10.66% 130 Missing and 4 partials ⚠️
pkg/yurthub/proxy/multiplexer/multiplexerwatch.go 51.21% 43 Missing and 17 partials ⚠️
pkg/yurthub/multiplexer/storage/fake_storage.go 0.00% 49 Missing ⚠️
pkg/yurthub/proxy/multiplexer/multiplexerlist.go 51.42% 19 Missing and 15 partials ⚠️
pkg/yurthub/proxy/multiplexer/multiplexerproxy.go 72.26% 22 Missing and 11 partials ⚠️
pkg/yurthub/multiplexer/multiplexer.go 75.25% 12 Missing and 12 partials ⚠️
pkg/yurthub/proxy/util/util.go 0.00% 19 Missing ⚠️
pkg/yurthub/proxy/proxy.go 0.00% 14 Missing ⚠️
pkg/yurthub/filter/filterchain/filterchain.go 0.00% 13 Missing ⚠️
pkg/yurthub/filter/manager/manager.go 0.00% 10 Missing ⚠️
... and 12 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2141      +/-   ##
==========================================
+ Coverage   45.29%   45.35%   +0.05%     
==========================================
  Files         406      422      +16     
  Lines       27899    28739     +840     
==========================================
+ Hits        12637    13034     +397     
- Misses      14023    14400     +377     
- Partials     1239     1305      +66     
Flag Coverage Δ
unittests 45.35% <49.37%> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zyjhtangtang zyjhtangtang force-pushed the master branch 3 times, most recently from 44acb84 to 8ecdab1 Compare September 14, 2024 07:49
Copy link

@zyjhtangtang zyjhtangtang force-pushed the master branch 2 times, most recently from 4171c61 to aed7925 Compare October 21, 2024 07:32
@zyjhtangtang zyjhtangtang changed the title Implement shared cache. Implement multiplexer proxy. Nov 13, 2024
@zyjhtangtang zyjhtangtang force-pushed the master branch 3 times, most recently from 4f1ad5f to d6c4a47 Compare November 14, 2024 01:34
@zyjhtangtang zyjhtangtang force-pushed the master branch 2 times, most recently from a2f0237 to a3d603c Compare December 4, 2024 09:08
Copy link

sonarqubecloud bot commented Jan 2, 2025

@rambohe-ch rambohe-ch added approved approved lgtm lgtm labels Jan 2, 2025
@rambohe-ch
Copy link
Member

/LGTM

@rambohe-ch rambohe-ch merged commit e83f8ab into openyurtio:master Jan 2, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved approved lgtm lgtm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants