Fix NodeResourceUsageStats constructor to include nativeMemoryUtilizationPercent param - #21714
Conversation
PR Reviewer Guide 🔍(Review updated until commit da78ece)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to da78ece
Previous suggestionsSuggestions up to commit 34abae7
|
|
❌ Gradle check result for 34abae7: 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? |
…tionPercent param Signed-off-by: Kavya Aggarwal <kavyaagg@amazon.com>
34abae7 to
da78ece
Compare
|
Persistent review updated to latest commit da78ece |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #21714 +/- ##
============================================
- Coverage 73.56% 73.46% -0.10%
- Complexity 74882 74885 +3
============================================
Files 5994 5997 +3
Lines 339592 339688 +96
Branches 48948 48961 +13
============================================
- Hits 249811 249547 -264
- Misses 69893 70307 +414
+ Partials 19888 19834 -54 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…tionPercent param (opensearch-project#21714) Signed-off-by: Kavya Aggarwal <kavyaagg@amazon.com>
Description
Fixes compilation error in tiered storage integration tests caused by PR #21191 which added a 6th parameter (
nativeMemoryUtilizationPercent) to theNodeResourceUsageStatsconstructor. Updated the constructor calls inHotToWarmTieringServiceITandWarmToHotTieringServiceITto pass0.0for the new parameter.Related Issues
Fixes compilation failure introduced by #21191
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.