-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Fix assertion in DiskThresholdDeciderIT (part 2)
#127846
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
Conversation
Fixes the final assertion in testRestoreSnapshotAllocationDoesNotExceedWatermarkWithMultipleRestores() that wasn't addressed with the fix in PR 127615 for issue 127286. Closes elastic#127787
|
Pinging @elastic/es-distributed-coordination (Team:Distributed Coordination) |
DaveCTurner
left a comment
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.
Test was muted - this PR should remove the mute; also I left a comment.
...erTest/java/org/elasticsearch/cluster/routing/allocation/decider/DiskThresholdDeciderIT.java
Show resolved
Hide resolved
DaveCTurner
left a comment
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 (one request for a code comment)
...erTest/java/org/elasticsearch/cluster/routing/allocation/decider/DiskThresholdDeciderIT.java
Show resolved
Hide resolved
Co-authored-by: David Turner <[email protected]>
💔 Backport failed
You can use sqren/backport to manually backport by running |
Fixes the final assertion in testRestoreSnapshotAllocationDoesNotExceedWatermarkWithMultipleRestores() that wasn't addressed with the fix in PR 127615 for issue 127286. Closes elastic#127787 Co-authored-by: David Turner <[email protected]> (cherry picked from commit 98296d7) # Conflicts: # muted-tests.yml
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
Fixes the final assertion in testRestoreSnapshotAllocationDoesNotExceedWatermarkWithMultipleRestores() that wasn't addressed with the fix in PR 127615 for issue 127286. Closes elastic#127787 Co-authored-by: David Turner <[email protected]> (cherry picked from commit 98296d7) # Conflicts: # muted-tests.yml
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
Fixes the final assertion in testRestoreSnapshotAllocationDoesNotExceedWatermarkWithMultipleRestores() that wasn't addressed with the fix in PR 127615 for issue 127286. Closes elastic#127787 Co-authored-by: David Turner <[email protected]> (cherry picked from commit 98296d7) # Conflicts: # muted-tests.yml
Fixes the final assertion in testRestoreSnapshotAllocationDoesNotExceedWatermarkWithMultipleRestores() that wasn't addressed with the fix in PR 127615 for issue 127286. Closes #127787 Co-authored-by: David Turner <[email protected]> (cherry picked from commit 98296d7)
Fixes the final assertion in testRestoreSnapshotAllocationDoesNotExceedWatermarkWithMultipleRestores() that wasn't addressed with the fix in PR 127615 for issue 127286. Closes #127787 Co-authored-by: David Turner <[email protected]> (cherry picked from commit 98296d7)
Fixes the final assertion in testRestoreSnapshotAllocationDoesNotExceedWatermarkWithMultipleRestores() that wasn't addressed with the fix in PR 127615 for issue 127286. Closes #127787 Co-authored-by: David Turner <[email protected]> (cherry picked from commit 98296d7)
Fixes the final assertion in testRestoreSnapshotAllocationDoesNotExceedWatermarkWithMultipleRestores() that wasn't addressed with the fix in PR 127615 for issue 127286. Closes elastic#127787 Co-authored-by: David Turner <[email protected]>
Fixes the final assertion in
testRestoreSnapshotAllocationDoesNotExceedWatermarkWithMultipleRestores()that wasn't addressed with the fix in PR #127615 for issue #127286.To reproduce the failure more reliably on my local machine I forced
usableSpace = shardSizes.getSmallestShardSize()andindexRandom(true, indexName, 100)to build smaller shards and keep the usable space at the minimum.Closes #127787