-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
Add test to verify force primary allocation on closed indices #42458
Conversation
Pinging @elastic/es-distributed |
Can you also add a test for force-allocating an empty (closed) primary? |
This test randomly allocates a stale replica or an empty copy. Are you okay with this? I can add a new test. |
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.
Missed that :)
Thanks @ywelsch. |
This change adds a test verifying that we can force primary allocation on closed indices.
This change adds a test verifying that we can force primary allocation on closed indices.
This change adds a test verifying that we can force primary allocation on closed indices.
…c#42458) This change adds a test verifying that we can force primary allocation on closed indices.
This change adds a test verifying that we can force primary allocation on closed indices.
Relates #33888