-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Remove endpoint for freezing indices #77273
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
Closed
danhermann
wants to merge
30
commits into
elastic:master
from
danhermann:70192_remove_freeze_endpoint
Closed
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
36566ec
Remove endpoint for freezing indices
danhermann d0feafc
Merge branch 'master' into 70192_remove_freeze_endpoint
elasticmachine 03d4d21
disable REST compat tests
danhermann aebcd45
remove freeze test
danhermann d77fa59
remove more freeze tests
danhermann 569ea20
spotless
danhermann c911822
checkstyle
danhermann 34e1640
remove doc references to freezing indices
danhermann a401b4e
Merge branch 'master' into 70192_remove_freeze_endpoint
elasticmachine 82ebbdc
more checkstyle
danhermann 0203c4d
remove more doc references
danhermann 4e02ea7
doc references
danhermann a24693c
fix doc build
danhermann 7f42321
remove API spec
danhermann be8f480
Merge branch 'master' into 70192_remove_freeze_endpoint
elasticmachine f438c85
Merge branch '70192_remove_freeze_endpoint' of https://github.com/dan…
danhermann dbe9716
Merge branch 'master' into 70192_remove_freeze_endpoint
elasticmachine db50284
review comments
danhermann 7745283
Add redirects to fix docs build
jrodewig 51f524e
Merge branch 'master' into 70192_remove_freeze_endpoint
danhermann b7c15bf
Update docs/reference/indices/index-mgmt.asciidoc
danhermann 5cf3c59
Update docs/reference/sql/language/indices.asciidoc
danhermann 2592461
Update docs/reference/search/search-your-data/search-your-data.asciidoc
danhermann ca691a7
Update docs/reference/search/search-your-data/long-running-searches.a…
danhermann 061908a
Fix docs build
jrodewig fe93302
review suggestions
danhermann 137370f
Relocate deprecation admon
jrodewig 3ab83b1
Merge remote-tracking branch 'upstream/master' into 70192_remove_free…
jrodewig 91f8265
Merge branch 'master' into 70192_remove_freeze_endpoint
elasticmachine 1bddf77
Merge branch 'master' into 70192_remove_freeze_endpoint
danhermann 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
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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.
@dakrone, one of consequences of removing the freeze endpoint is that many tests for unfreeze depend on it. Do you have any concerns about removing tests that exercise the unfreeze endpoint?
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.
Not for these tests specifically, I think it's fine to change the client tests