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 memory leak issue in ReorganizingLongHash #11953

Merged
merged 1 commit into from
Jan 19, 2024

Fix memory leak issue in ReorganizingLongHash

8d49908
Select commit
Loading
Failed to load commit list.
Merged

Fix memory leak issue in ReorganizingLongHash #11953

Fix memory leak issue in ReorganizingLongHash
8d49908
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 19, 2024 in 0s

71.45% (target 70.00%)

View this Pull Request on Codecov

71.45% (target 70.00%)

Details

Codecov Report

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

Comparison is base (e265355) 71.41% compared to head (8d49908) 71.45%.

Files Patch % Lines
...g/opensearch/common/util/ReorganizingLongHash.java 60.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #11953      +/-   ##
============================================
+ Coverage     71.41%   71.45%   +0.03%     
+ Complexity    59397    59388       -9     
============================================
  Files          4923     4923              
  Lines        279212   279214       +2     
  Branches      40595    40596       +1     
============================================
+ Hits         199408   199515     +107     
+ Misses        63223    63111     -112     
- Partials      16581    16588       +7     

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