-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[ML] Prevent retention classes from failing when deleting documents in read-only indices #125408
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
valeriy42
merged 30 commits into
elastic:main
from
valeriy42:enhancement/1532-unused-stats-remover
May 23, 2025
Merged
Changes from 8 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
c40723a
unit test passes
valeriy42 f32c3be
clean up
valeriy42 ca253b8
Update docs/changelog/125408.yaml
valeriy42 0419085
[ML] Enhance UnusedStatsRemover by integrating IndexNameExpressionRes…
valeriy42 f3058f3
Merge branch 'enhancement/1532-unused-stats-remover' of https://githu…
valeriy42 2ddc240
Merge branch 'main' of https://github.com/elastic/elasticsearch into …
valeriy42 1b1f97f
[ML] Introduce WritableIndexExpander to manage writable indices for j…
valeriy42 bec1653
Merge branch 'main' into enhancement/1532-unused-stats-remover
davidkyle a4405ef
[ML] Refactor job data removers to utilize WritableIndexExpander for …
valeriy42 c500317
Merge branch 'main' of https://github.com/elastic/elasticsearch into …
valeriy42 546b635
Merge branch 'enhancement/1532-unused-stats-remover' of https://githu…
valeriy42 c98414d
[CI] Auto commit changes from spotless
elasticsearchmachine 482b243
Merge branch 'main' of https://github.com/elastic/elasticsearch into …
valeriy42 2a10a63
fix typo
valeriy42 64ed211
add unit test for ExpiredAnnotationsRemover
valeriy42 8a28cb0
add unit test for ExpiredModelSnapshotsRemover
valeriy42 5db2496
add unit test for ExpiredResultsRemoverTests
valeriy42 1ad69b3
Merge branch 'main' of https://github.com/elastic/elasticsearch into …
valeriy42 576318e
[CI] Auto commit changes from spotless
elasticsearchmachine 0064d5e
fix integration test
valeriy42 26bdb36
Merge remote-tracking branch 'origin/enhancement/1532-unused-stats-re…
valeriy42 bed8f1e
update docs
valeriy42 3d8a61b
fix logger usage failure
valeriy42 400b69d
Merge branch 'main' into enhancement/1532-unused-stats-remover
valeriy42 4447a52
making WritableIndexExpander a singleton
valeriy42 18808b4
prevent JobDataDeleter from attempting to delete from read-only indices
valeriy42 0317323
Merge branch 'main' into enhancement/1532-unused-stats-remover
valeriy42 532bb6a
fit test failure
valeriy42 264b581
Merge branch 'main' into enhancement/1532-unused-stats-remover
valeriy42 7b98158
fit test failure
valeriy42 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: 125408 | ||
summary: Prevent `UnusuedStatsRemover` from failing when deleting documents in read-only | ||
indices | ||
area: Machine Learning | ||
type: bug | ||
issues: [] |
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.
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.