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:存储层出现问题可能导致cache数据更新阻塞 #947

Merged
merged 1 commit into from
Feb 24, 2023

Conversation

chuntaojun
Copy link
Member

Please provide issue(s) of this PR:
Fixes #

To help us figure out who should review this PR, please put an X in all the areas that this PR affects.

  • ApiServer
  • Auth
  • Configuration
  • Naming
  • HealthCheck
  • Metrics
  • Docs
  • Installation
  • Performance and Scalability
  • Test and Release

Please check any characteristics that apply to this pull request.

  • Does not have any user-facing changes. This may include API changes, behavior changes, performance improvements, etc.

@codecov
Copy link

codecov bot commented Feb 24, 2023

Codecov Report

Merging #947 (e7f84e2) into release-v1.14.0 (93022ed) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@                 Coverage Diff                 @@
##           release-v1.14.0     #947      +/-   ##
===================================================
+ Coverage            57.33%   57.36%   +0.03%     
===================================================
  Files                  185      185              
  Lines                33409    33354      -55     
===================================================
- Hits                 19154    19134      -20     
+ Misses               11747    11719      -28     
+ Partials              2508     2501       -7     
Impacted Files Coverage Δ
cache/default.go 73.61% <100.00%> (-0.72%) ⬇️
cache/strategy.go 88.77% <100.00%> (+2.57%) ⬆️
cache/user.go 78.16% <100.00%> (+1.09%) ⬆️
cache/strategy_bucket.go 93.24% <0.00%> (-6.76%) ⬇️
store/mysql/service.go 50.48% <0.00%> (+0.42%) ⬆️
cache/routing_config.go 67.93% <0.00%> (+1.26%) ⬆️
cache/ratelimit_config.go 82.08% <0.00%> (+1.49%) ⬆️
cache/config_file.go 77.71% <0.00%> (+1.63%) ⬆️
service/service_alias_authability.go 90.90% <0.00%> (+10.60%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@andrewshan andrewshan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@andrewshan andrewshan merged commit 3130527 into polarismesh:release-v1.14.0 Feb 24, 2023
@chuntaojun chuntaojun deleted the fix_cache_update branch March 17, 2023 08:55
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