Making Shard Limit Validator Index Tier Agnostic#19532
Making Shard Limit Validator Index Tier Agnostic#19532gbbafna merged 15 commits intoopensearch-project:mainfrom
Conversation
Signed-off-by: Gagan Singh Saini <gagasa@amazon.com>
|
❌ 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 <gagasa@amazon.com>
Signed-off-by: Gagan Singh Saini <gagasa@amazon.com>
|
❌ 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 <gagasa@amazon.com>
|
❌ 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 <gagasa@amazon.com>
Signed-off-by: Gagan6164 <32809202+Gagan6164@users.noreply.github.com>
|
❌ 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 <gagasa@amazon.com>
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 <gagasa@amazon.com>
|
❌ 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
ajaymovva
left a comment
There was a problem hiding this comment.
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 <gagasa@amazon.com>
Signed-off-by: Gagan Singh Saini <gagasa@amazon.com>
server/src/main/java/org/opensearch/indices/ShardLimitValidator.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Gagan Singh Saini <gagasa@amazon.com>
|
❌ 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 <gagasa@amazon.com>
|
❌ 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 <gagasa@amazon.com>
Signed-off-by: Gagan Singh Saini <gagasa@amazon.com>
Signed-off-by: Gagan Singh Saini <gagasa@amazon.com>
Signed-off-by: Gagan Singh Saini <gagasa@amazon.com>
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.