-
Notifications
You must be signed in to change notification settings - Fork 25.6k
ILM: Force merge on zero-replica cloned index before snapshot #133954
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
Merged
nielsbauman
merged 21 commits into
elastic:main
from
nielsbauman:searchable-snapshot-clone
Sep 5, 2025
Merged
Changes from 6 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
43eef91
ILM: Force merge on zero-replica cloned index before snapshot
nielsbauman 0ea2ce4
Small comment fixes
nielsbauman 15abc01
Update docs/changelog/133954.yaml
nielsbauman 7e9d072
Add extra waits to fix tests
nielsbauman 405fb5b
[CI] Auto commit changes from spotless
c720e0c
Add another wait
nielsbauman 4f0ae14
Randomize the phase of the tests
nielsbauman 2f044a3
Add comment on `indexSurvives`
nielsbauman 0456269
Pass index name supplier
nielsbauman 9912bc4
Put new steps behind if-statement
nielsbauman cda388b
Also catch `AssertionError` in tests
nielsbauman 439c051
Update changelog phrasing
nielsbauman a6b0c50
Rename index prefix and fields
nielsbauman 740554e
Merge branch 'main' into searchable-snapshot-clone
nielsbauman 6e0a04b
Rename some more variables
nielsbauman cfd368c
Rename a leaking variable
nielsbauman fabc3c0
Merge branch 'main' into searchable-snapshot-clone
nielsbauman 5806e64
Return sum of all primary shards' number of segments
nielsbauman f1055be
Merge branch 'main' into searchable-snapshot-clone
nielsbauman 44adfbb
Refactor `ObjectPath` evaluation
nielsbauman 3e8fce0
Merge branch 'main' into searchable-snapshot-clone
nielsbauman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 133954 | ||
summary: "ILM: Force merge on zero-replica cloned index before snapshot" | ||
area: ILM+SLM | ||
type: enhancement | ||
issues: | ||
- 75478 |
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
Perhaps mention that this is for the searchable snapshot step here?
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.
I changed it to
ILM: Force merge on zero-replica cloned index before snapshotting for searchable snapshots
. Let me know if that matches what you had in mind.