Fix: use NativeCacheManagerHandle instead of raw cache manager pointer#21577
Fix: use NativeCacheManagerHandle instead of raw cache manager pointer#21577HarishNarasimhanK wants to merge 1 commit intoopensearch-project:mainfrom
Conversation
PR Reviewer Guide 🔍(Review updated until commit a8a33af)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to a8a33af Explore these optional code suggestions:
Previous suggestionsSuggestions up to commit e346378
Suggestions up to commit b516d60
Suggestions up to commit fc4bab5
Suggestions up to commit c160cc8
|
|
Persistent review updated to latest commit fc4bab5 |
|
❌ Gradle check result for fc4bab5: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit b516d60 |
|
❌ Gradle check result for b516d60: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Persistent review updated to latest commit e346378 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #21577 +/- ##
============================================
+ Coverage 73.50% 73.53% +0.03%
+ Complexity 74644 74640 -4
============================================
Files 5980 5980
Lines 338777 338777
Branches 48848 48848
============================================
+ Hits 249011 249114 +103
+ Misses 69946 69812 -134
- Partials 19820 19851 +31 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Harish Narasimhan <hxarishk@amazon.com>
|
Persistent review updated to latest commit a8a33af |
Description
Follow-up to #21225. Addresses review comments.
Changes
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.