-
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
Schedule reroute after allocator timed out #15565
Conversation
Signed-off-by: Rishab Nahata <[email protected]>
❌ Gradle check result for 7cf09a5: 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: Rishab Nahata <[email protected]>
Signed-off-by: Rishab Nahata <[email protected]>
❌ Gradle check result for d09b40d: 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 a8717d9: 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: Rishab Nahata <[email protected]>
❌ Gradle check result for edc02b0: 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? |
* Schedule reroute after allocator timed out Signed-off-by: Rishab Nahata <[email protected]> (cherry picked from commit 4f50b4d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Schedule reroute after allocator timed out Signed-off-by: Rishab Nahata <[email protected]> (cherry picked from commit 4f50b4d) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Schedule reroute after allocator timed out (#15565) * Schedule reroute after allocator timed out Signed-off-by: Rishab Nahata <[email protected]> * Coverage fix Signed-off-by: Rishab Nahata <[email protected]> --------- Signed-off-by: Rishab Nahata <[email protected]>
* Schedule reroute after allocator timed out Signed-off-by: Rishab Nahata <[email protected]> (cherry picked from commit 4f50b4d)
* Schedule reroute after allocator timed out Signed-off-by: Rishab Nahata <[email protected]> (cherry picked from commit 4f50b4d)
* Schedule reroute after allocator timed out Signed-off-by: Rishab Nahata <[email protected]> (cherry picked from commit 4f50b4d) Co-authored-by: Rishab Nahata <[email protected]>
…opensearch-project#15749) * Schedule reroute after allocator timed out Signed-off-by: Rishab Nahata <[email protected]> (cherry picked from commit 4f50b4d) Co-authored-by: Rishab Nahata <[email protected]>
* Schedule reroute after allocator timed out Signed-off-by: Rishab Nahata <[email protected]>
* Schedule reroute after allocator timed out Signed-off-by: Rishab Nahata <[email protected]>
* Schedule reroute after allocator timed out Signed-off-by: Rishab Nahata <[email protected]>
* Schedule reroute after allocator timed out Signed-off-by: Rishab Nahata <[email protected]>
Description
This PR attempts to schedule a reroute whenever an allocator times out. This would ensure that we never let a shard in an unassigned state because the current reroute cycle timed out.
Related Issues
Resolves #14945
Check List
[ ] API changes companion pull request created, if applicable.[ ] Public documentation issue/PR created, if applicable.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.