-
Notifications
You must be signed in to change notification settings - Fork 25.4k
Ensure enough nodes in WriteLoadForecasterIT
#134132
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
Ensure enough nodes in WriteLoadForecasterIT
#134132
Conversation
These tests would sometimes create 1-replica indices in a 1-node cluster which will never reach `green` health. This commit ensures there are enough nodes to allocate all the shards. Closes elastic#133455 Closes elastic#134124
Pinging @elastic/es-distributed-coordination (Team:Distributed Coordination) |
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.
LGTM!
WriteLoadForeacasterIT
WriteLoadForecasterIT
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.
LGTM
@elasticmachine update branch |
💔 Backport failed
You can use sqren/backport to manually backport by running |
These tests would sometimes create 1-replica indices in a 1-node cluster which will never reach `green` health. This commit ensures there are enough nodes to allocate all the shards. Closes elastic#133455 Closes elastic#134124 Closes elastic#134123 Backport of elastic#134132 to `9.1`
These tests would sometimes create 1-replica indices in a 1-node cluster which will never reach `green` health. This commit ensures there are enough nodes to allocate all the shards. Closes elastic#133455 Closes elastic#134124 Closes elastic#134123 Backport of elastic#134132 and elastic#134099 to `9.0`
These tests would sometimes create 1-replica indices in a 1-node cluster which will never reach `green` health. This commit ensures there are enough nodes to allocate all the shards. Closes elastic#133455 Closes elastic#134124 Closes elastic#134123 Backport of elastic#134132 and elastic#134099 to `8.19`
These tests would sometimes create 1-replica indices in a 1-node cluster which will never reach `green` health. This commit ensures there are enough nodes to allocate all the shards. Closes elastic#133455 Closes elastic#134124 Closes elastic#134123 Backport of elastic#134132 and elastic#134099 to `8.18`
These tests would sometimes create 1-replica indices in a 1-node cluster
which will never reach
green
health. This commit ensures there areenough nodes to allocate all the shards.
Closes #133455
Closes #134124
Closes #134123