Fix memory leak issue in ReorganizingLongHash (#11953)#11955
Fix memory leak issue in ReorganizingLongHash (#11953)#11955reta merged 1 commit intoopensearch-project:2.xfrom
Conversation
Signed-off-by: Neetika Singhal <neetiks@amazon.com> (cherry picked from commit 84f303b)
Compatibility status:Checks if related components are compatible with change 63ac40a Incompatible componentsIncompatible components: [https://github.com/opensearch-project/asynchronous-search.git, https://github.com/opensearch-project/reporting.git, https://github.com/opensearch-project/observability.git, https://github.com/opensearch-project/sql.git, https://github.com/opensearch-project/custom-codecs.git, https://github.com/opensearch-project/cross-cluster-replication.git, https://github.com/opensearch-project/anomaly-detection.git, https://github.com/opensearch-project/performance-analyzer.git, https://github.com/opensearch-project/performance-analyzer-rca.git] Skipped componentsCompatible componentsCompatible components: [https://github.com/opensearch-project/security-analytics.git, https://github.com/opensearch-project/security.git, https://github.com/opensearch-project/job-scheduler.git, https://github.com/opensearch-project/common-utils.git, https://github.com/opensearch-project/notifications.git, https://github.com/opensearch-project/ml-commons.git, https://github.com/opensearch-project/alerting.git, https://github.com/opensearch-project/neural-search.git, https://github.com/opensearch-project/index-management.git, https://github.com/opensearch-project/k-nn.git, https://github.com/opensearch-project/geospatial.git] |
|
❕ Gradle check result for 63ac40a: UNSTABLE
Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAttention:
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. |
Signed-off-by: Neetika Singhal neetiks@amazon.com
(cherry picked from commit 84f303b)
Description
Backports #11953
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.