-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add remote to local pool change handling in TargetPoolAllocationDecider #18027
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
Add remote to local pool change handling in TargetPoolAllocationDecider #18027
Conversation
|
❌ Gradle check result for 085f06d: 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? |
server/src/main/java/org/opensearch/action/admin/indices/tiering/TieringUtils.java
Outdated
Show resolved
Hide resolved
|
We have some tests failing which seem related to the current changes only, can you check and fix these failures - https://build.ci.opensearch.org/job/gradle-check/56866/ |
085f06d to
64217ba
Compare
Signed-off-by: Sandeep Kumawat <skumwt@amazon.com>
64217ba to
4887d36
Compare
Fixed. |
|
❕ Gradle check result for 4887d36: 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: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18027 +/- ##
============================================
- Coverage 72.59% 72.55% -0.04%
+ Complexity 67172 67127 -45
============================================
Files 5478 5478
Lines 310125 310131 +6
Branches 45080 45082 +2
============================================
- Hits 225135 225021 -114
- Misses 66676 66712 +36
- Partials 18314 18398 +84 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
...main/java/org/opensearch/cluster/routing/allocation/decider/TargetPoolAllocationDecider.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
...main/java/org/opensearch/cluster/routing/allocation/decider/TargetPoolAllocationDecider.java
Show resolved
Hide resolved
…er (opensearch-project#18027) Signed-off-by: Sandeep Kumawat <skumwt@amazon.com>
This PR adds following changes.
Description
[Describe what this change achieves]
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
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.