-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fix unassigned shard allocation for batch mode #13748
Fix unassigned shard allocation for batch mode #13748
Conversation
❌ Gradle check result for c0aa1f6: 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/test/java/org/opensearch/gateway/PrimaryShardBatchAllocatorTests.java
Show resolved
Hide resolved
server/src/test/java/org/opensearch/gateway/PrimaryShardBatchAllocatorTests.java
Outdated
Show resolved
Hide resolved
server/src/test/java/org/opensearch/gateway/PrimaryShardBatchAllocatorTests.java
Show resolved
Hide resolved
❌ Gradle check result for 828b854: 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 828b854: 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? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #13748 +/- ##
============================================
+ Coverage 71.42% 72.14% +0.71%
- Complexity 59978 62407 +2429
============================================
Files 4985 5117 +132
Lines 282275 291684 +9409
Branches 40946 42167 +1221
============================================
+ Hits 201603 210421 +8818
- Misses 63999 64186 +187
- Partials 16673 17077 +404 ☔ View full report in Codecov by Sentry. |
(cherry picked from commit 18c5bb6) Signed-off-by: Swetha Guptha <gupthasg@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…h-project#13748) Signed-off-by: Swetha Guptha <gupthasg@amazon.com>
…h-project#13748) Signed-off-by: Swetha Guptha <gupthasg@amazon.com>
…h-project#13748) Signed-off-by: Swetha Guptha <gupthasg@amazon.com>
…h-project#13748) (opensearch-project#14271) (cherry picked from commit 18c5bb6) Signed-off-by: Swetha Guptha <gupthasg@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Signed-off-by: kkewwei <kkewwei@163.com>
…h-project#13748) Signed-off-by: Swetha Guptha <gupthasg@amazon.com>
Description
This change fixes issues shard allocation in batch batch. Changes in the PR :
Related Issues
Resolves #13702, #13962
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.