-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Implement framework for migrating system indices #78951
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
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
03fdac2
Implement framework for migrating system indices
gwbrown 1371cd2
Remove extra `onResponse`
gwbrown d528882
Address Todos/cleanup
gwbrown 5f8b65e
Return the correct list when starting migration
gwbrown dabad50
Tweak docs
gwbrown 5cdff06
Merge branch 'master' into si/upgrade-framework
gwbrown 4c4d4b7
Merge branch 'master' into si/upgrade-framework
gwbrown acdcd34
Fix compilation after merge
gwbrown 4fe3373
Merge branch 'master' into si/upgrade-framework
gwbrown 1961c71
Fix test failures that expected fake responses
gwbrown 83415e4
Extract constant for upgrade version per review
gwbrown 932c0d0
Javadoc + cleanup per review
gwbrown 08f22f1
Rename results classes to clarify their relationship
gwbrown 7afd137
Merge branch 'master' into si/upgrade-framework
gwbrown 95356d9
Tests + always run on master node
gwbrown 4b2bbbf
Fix index name & doc count type
gwbrown fae67c0
Javadoc
gwbrown 4552e75
Plumb in callback metadata + test it
gwbrown 9cec136
Merge branch 'master' into si/upgrade-framework
gwbrown a84e781
Line length
gwbrown bad48b2
Verify that the pre/post migration hooks are called
gwbrown 998ca25
Set the origin before calling reindex
gwbrown a4fae04
Check results in upgrade callback + fix bug where results were update…
gwbrown 69986f2
Add multi-feature integration test
gwbrown ce074cf
Assert both feature names
gwbrown cd11bce
Cleanup
gwbrown 6c9c9da
Merge branch 'master' into si/upgrade-framework
gwbrown 1ac86ad
Fix unit tests for new logic
gwbrown c753724
Javadoc + missed renames per review
gwbrown cf61671
Copy aliases + alias assertions
gwbrown 9bddfbb
Merge branch 'master' into si/upgrade-framework
gwbrown 76e8aed
Add necessary system privileges
gwbrown 53da87f
Merge branch 'master' into si/upgrade-framework
gwbrown 427389e
Logging tweaks
gwbrown 59b70a0
Fix test for real version math
gwbrown 124c6d8
Adjust test for new system permissions
gwbrown 34fb47d
Merge branch 'master' into si/upgrade-framework
gwbrown 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
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.
A very tiny nitpick:
indexVersions=
could be changed toindexInfos=
.