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

feat: 心跳逻辑与客户端检查逻辑解耦,以及修改客户端批量时间过长的问题 #934

Merged
merged 2 commits into from
Feb 20, 2023

Conversation

andrewshan
Copy link
Member

@andrewshan andrewshan commented Feb 20, 2023

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

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.

* feat: upgrade specification to 1.1.0 stable release

* feat:适配V1规则的分组名,V1规则分组名=V2规则名.分组名

* fix: boltdb load int value should be int64

* fix:单机版规则过滤标签不生效

* fix:修复静态列数据更新问题以及统配规则新加入缓存不生效问题

* feat:数据库字段修改为下划线

* fix: 解决mysql数据库写入失败问题

* fix: fix golint erros

* feat:合入1.13.x改动的eureka兼容相关的问题

* fix: golint-ci issues

* feat: 客户端健康检查与服务实例健康检查机制分离

* fix: sqldb healthcheck config

* fix: 修复客户端管理时间单位不一致的问题

* feat:支持存量熔断规则的迁移

* feat:补充心跳上报单测
@codecov
Copy link

codecov bot commented Feb 20, 2023

Codecov Report

Merging #934 (e662801) into release-v1.14.0 (d9dc0d3) will increase coverage by 2.32%.
The diff coverage is 53.30%.

@@                 Coverage Diff                 @@
##           release-v1.14.0     #934      +/-   ##
===================================================
+ Coverage            54.91%   57.24%   +2.32%     
===================================================
  Files                  183      184       +1     
  Lines                33332    33369      +37     
===================================================
+ Hits                 18305    19102     +797     
+ Misses               12567    11764     -803     
- Partials              2460     2503      +43     
Impacted Files Coverage Δ
service/healthcheck/leader.go 0.00% <0.00%> (ø)
service/healthcheck/time_adjust.go 62.85% <0.00%> (+0.35%) ⬆️
service/healthcheck/config.go 30.43% <50.00%> (+10.43%) ⬆️
service/healthcheck/server.go 25.65% <50.00%> (+16.26%) ⬆️
service/healthcheck/check.go 80.89% <92.03%> (+73.66%) ⬆️
service/healthcheck/cache.go 76.58% <100.00%> (+35.71%) ⬆️
service/healthcheck/test_export.go 69.04% <100.00%> (+0.75%) ⬆️
store/boltdb/client.go 70.83% <100.00%> (+9.37%) ⬆️
cache/config_file.go 76.08% <0.00%> (-1.64%) ⬇️
service/instance.go 61.73% <0.00%> (ø)
... and 28 more

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

@chuntaojun chuntaojun merged commit 5b90df9 into polarismesh:release-v1.14.0 Feb 20, 2023
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