-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Making Shard Limit Validator Index Tier Agnostic #19532
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
Making Shard Limit Validator Index Tier Agnostic #19532
Conversation
Signed-off-by: Gagan Singh Saini <[email protected]>
❌ Gradle check result for 1f0f270: 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? |
Signed-off-by: Gagan Singh Saini <[email protected]>
Signed-off-by: Gagan Singh Saini <[email protected]>
❌ Gradle check result for 9f7a68e: null 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? |
Signed-off-by: Gagan Singh Saini <[email protected]>
❌ Gradle check result for 53d5882: 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? |
Signed-off-by: Gagan Singh Saini <[email protected]>
Signed-off-by: Gagan6164 <[email protected]>
❌ Gradle check result for 85ebf51: 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? |
Signed-off-by: Gagan Singh Saini <[email protected]>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #19532 +/- ##
============================================
+ Coverage 73.00% 73.02% +0.01%
- Complexity 70534 70570 +36
============================================
Files 5719 5719
Lines 323260 323346 +86
Branches 46816 46826 +10
============================================
+ Hits 235993 236115 +122
+ Misses 68224 68198 -26
+ Partials 19043 19033 -10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
...ain/java/org/opensearch/cluster/routing/allocation/decider/ShardsLimitAllocationDecider.java
Outdated
Show resolved
Hide resolved
...ain/java/org/opensearch/cluster/routing/allocation/decider/ShardsLimitAllocationDecider.java
Show resolved
Hide resolved
Signed-off-by: Gagan Singh Saini <[email protected]>
❌ Gradle check result for 83ea736: null 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? |
1c4f7b5
to
3d7d9de
Compare
3d7d9de
to
1c4f7b5
Compare
Signed-off-by: Gagan Singh Saini <[email protected]>
1c4f7b5
to
19efbd1
Compare
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.
Two minor comments. Rest LGTM.
...ain/java/org/opensearch/cluster/routing/allocation/decider/ShardsLimitAllocationDecider.java
Show resolved
Hide resolved
...ain/java/org/opensearch/cluster/routing/allocation/decider/ShardsLimitAllocationDecider.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Gagan Singh Saini <[email protected]>
Signed-off-by: Gagan Singh Saini <[email protected]>
server/src/main/java/org/opensearch/indices/ShardLimitValidator.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Gagan Singh Saini <[email protected]>
❌ Gradle check result for 13a4506: 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? |
Signed-off-by: Gagan Singh Saini <[email protected]>
❌ Gradle check result for 03e7aff: 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? |
❌ Gradle check result for 03e7aff: 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? |
Signed-off-by: Gagan Singh Saini <[email protected]>
Signed-off-by: Gagan Singh Saini <[email protected]>
Signed-off-by: Gagan Singh Saini <[email protected]>
Description
Making Shard Limit Validator Index Tier Agnostic
Related Issues
Resolves #19610
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.