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:support dubbo3 & fix config change can't notify client #1325

Merged
merged 14 commits into from
Jan 29, 2024

fix:修复reportClient的心跳数据没有清理的问题

647327e
Select commit
Loading
Failed to load commit list.
Merged

feat:support dubbo3 & fix config change can't notify client #1325

fix:修复reportClient的心跳数据没有清理的问题
647327e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 29, 2024 in 0s

57.87% (-0.32%) compared to 7b40a69

View this Pull Request on Codecov

57.87% (-0.32%) compared to 7b40a69

Details

Codecov Report

Attention: 347 lines in your changes are missing coverage. Please review.

Comparison is base (7b40a69) 58.19% compared to head (647327e) 57.87%.

Files Patch % Lines
plugin/healthchecker/leader/peer.go 0.00% 116 Missing ⚠️
plugin/healthchecker/leader/checker_leader.go 0.00% 58 Missing ⚠️
plugin/healthchecker/redis/checker_redis.go 0.00% 33 Missing ⚠️
service/instance.go 9.09% 29 Missing and 1 partial ⚠️
service/healthcheck/check.go 48.93% 22 Missing and 2 partials ⚠️
plugin/healthchecker/leader/beat_cache.go 0.00% 22 Missing ⚠️
common/redispool/redis_pool.go 0.00% 20 Missing ⚠️
service/service_contract.go 24.00% 12 Missing and 7 partials ⚠️
config/config_file_release.go 40.00% 8 Missing and 1 partial ⚠️
plugin/healthchecker/memory/checker_memory.go 0.00% 9 Missing ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1325      +/-   ##
==========================================
- Coverage   58.19%   57.87%   -0.32%     
==========================================
  Files         186      186              
  Lines       37285    37494     +209     
==========================================
+ Hits        21697    21699       +2     
- Misses      13002    13198     +196     
- Partials     2586     2597      +11     

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