-
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
[Backport 2.15] Fix unassigned shard allocation for batch mode #14339
Conversation
Signed-off-by: Swetha Guptha <[email protected]> (cherry picked from commit 18c5bb6) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
❌ Gradle check result for 6cf2a47: 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? |
Failed tests: Didn't find any open issue for this test. |
❌ Gradle check result for 6cf2a47: 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? |
Latest failure: Flaky test: #14281 |
❌ Gradle check result for 6cf2a47: 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? |
Failures: org.opensearch.action.admin.indices.create.RemoteCloneIndexIT.testCreateCloneIndex testCreateCloneIndex Flaky: #11179 testMultipleReplicaShardAssignmentWithDelayedAllocationAndDifferentNodeStartTimeInBatchMode Fixed in #14340 |
❌ Gradle check result for 6cf2a47: 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 6cf2a47: 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? |
This PR is stalled because it has been open for 30 days with no activity. |
Closing since 2.15 has already been released. Just FYI to @SwethaGuptha that this was never actual merged into the 2.15 release. |
Backport 18c5bb6 from #13748.