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: issues#3372 #3385

Open
wants to merge 1 commit into
base: 1.8
Choose a base branch
from
Open

fix: issues#3372 #3385

wants to merge 1 commit into from

Conversation

sirius19
Copy link

#3372

Describe what this PR does / why we need it

数据更新到nacos或其他地方时有延迟,导致修改完不会马上看到最新值

Does this pull request fix one issue?

Fixes #3372

Describe how you did it

保存时已先保存到内存,获取时优先从内存获取

Describe how to verify it

Special notes for reviews

Copy link

codecov bot commented Apr 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.93%. Comparing base (cd02b1d) to head (e0c13cf).

Additional details and impacted files
@@             Coverage Diff              @@
##                1.8    #3385      +/-   ##
============================================
+ Coverage     45.89%   45.93%   +0.03%     
- Complexity     2145     2148       +3     
============================================
  Files           431      431              
  Lines         12903    12903              
  Branches       1727     1727              
============================================
+ Hits           5922     5927       +5     
+ Misses         6279     6277       -2     
+ Partials        702      699       -3     
Components Coverage Δ
sentinel-adapter 43.22% <ø> (ø)
sentinel-cluster 23.71% <ø> (ø)
sentinel-core 59.66% <ø> (+0.03%) ⬆️
sentinel-extension 46.32% <ø> (+0.13%) ⬆️
sentinel-logging 54.54% <ø> (ø)

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

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.

sentinel 1.8.6 持久化数据到nacos配置中心,修改规则刷新页面数据有延迟
1 participant