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

enhance: Optimize DescribeIndex to reduce lock contention #30975

Merged
merged 1 commit into from
Mar 4, 2024

Optimize DescribeIndex to reduce lock contention

013514d
Select commit
Loading
Failed to load commit list.
Merged

enhance: Optimize DescribeIndex to reduce lock contention #30975

Optimize DescribeIndex to reduce lock contention
013514d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 4, 2024 in 0s

82.20% (target 77.00%)

View this Pull Request on Codecov

82.20% (target 77.00%)

Details

Codecov Report

Attention: Patch coverage is 98.55072% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 82.20%. Comparing base (ef84d40) to head (013514d).
Report is 4 commits behind head on 2.3.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              2.3   #30975      +/-   ##
==========================================
+ Coverage   82.18%   82.20%   +0.01%     
==========================================
  Files         843      843              
  Lines      121541   121573      +32     
==========================================
+ Hits        99892    99936      +44     
+ Misses      18421    18413       -8     
+ Partials     3228     3224       -4     
Files Coverage Δ
internal/datacoord/meta.go 89.10% <100.00%> (+0.24%) ⬆️
internal/datacoord/index_service.go 94.87% <97.82%> (+0.08%) ⬆️

... and 13 files with indirect coverage changes