allocation: unmute failed decider test that was fixed elsewhere#140243
Merged
schase-es merged 1 commit intoelastic:mainfrom Jan 8, 2026
Merged
Conversation
The write load constraint decider test, as originally written, had a threshold error when creating a node that was not hotspotting: roughly one in three thousand nodes would accidentally receive a metric that would test as hot. This was already fixed because of issue 139161. Fixes: elastic#138924
Collaborator
|
Pinging @elastic/es-distributed-coordination (Team:Distributed Coordination) |
Contributor
Author
joshua-adams-1
approved these changes
Jan 8, 2026
Contributor
joshua-adams-1
left a comment
There was a problem hiding this comment.
Makes sense to see if this is working now 👍
DiannaHohensee
approved these changes
Jan 8, 2026
Collaborator
💚 Backport successful
|
schase-es
added a commit
to schase-es/elasticsearch
that referenced
this pull request
Jan 8, 2026
…tic#140243) The write load constraint decider test, as originally written, had a threshold error when creating a node that was not hotspotting: roughly one in three thousand nodes would accidentally receive a metric that would test as hot. This was already fixed in elastic#139163. Fixes: elastic#138924
jimczi
pushed a commit
to jimczi/elasticsearch
that referenced
this pull request
Jan 12, 2026
…tic#140243) The write load constraint decider test, as originally written, had a threshold error when creating a node that was not hotspotting: roughly one in three thousand nodes would accidentally receive a metric that would test as hot. This was already fixed in elastic#139163. Fixes: elastic#138924
elasticsearchmachine
pushed a commit
that referenced
this pull request
Mar 4, 2026
…#140243) (#140407) * allocation: unmute failed decider test that was fixed elsewhere (#140243) The write load constraint decider test, as originally written, had a threshold error when creating a node that was not hotspotting: roughly one in three thousand nodes would accidentally receive a metric that would test as hot. This was already fixed in #139163. Fixes: #138924 * Fixing up merge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The write load constraint decider test, as originally written, had a threshold error when creating a node that was not hotspotting: roughly one in three thousand nodes would accidentally receive a metric that would test as hot. This was already fixed in issue #139161.
Fixes: #138924