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) #11955

Merged
merged 1 commit into from
Jan 20, 2024

Fix memory leak issue in ReorganizingLongHash (#11953)

63ac40a
Select commit
Loading
Failed to load commit list.
Merged

Fix memory leak issue in ReorganizingLongHash (#11953) #11955

Fix memory leak issue in ReorganizingLongHash (#11953)
63ac40a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 19, 2024 in 0s

70.67% (target 70.00%)

View this Pull Request on Codecov

70.67% (target 70.00%)

Details

Codecov Report

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

Comparison is base (c0581a0) 71.11% compared to head (63ac40a) 70.67%.

Files Patch % Lines
...g/opensearch/common/util/ReorganizingLongHash.java 60.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #11955      +/-   ##
============================================
- Coverage     71.11%   70.67%   -0.45%     
+ Complexity    59429    58985     -444     
============================================
  Files          4891     4891              
  Lines        279938   279940       +2     
  Branches      41054    41055       +1     
============================================
- Hits         199087   197851    -1236     
- Misses        64042    65275    +1233     
- Partials      16809    16814       +5     

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