Skip to content
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

[8.18] [UA] Implement read-only and unfreeze flows for indices (#210199) #211361

Merged
merged 1 commit into from
Feb 16, 2025

Conversation

gsoldevila
Copy link
Contributor

Backport

This will backport the following commits from 8.x to 8.18:

Questions ?

Please refer to the Backport tool documentation

## Summary

Address elastic/kibana-team#1418,
elastic#205945

* Implement the "make readonly" flow for _old index_ deprecations.
* Implement the "unfreeze" flow for _old indices_ that are frozen and
`verified_read_only: true` (making them read-only is no longer an option
for those).
* Refactor the code so that the "reindex" flyout steps are generalised
to support the new flows.
* Rename vars with misleading names (see
elastic#209522).

---------

Co-authored-by: Rudolf Meijering <[email protected]>
(cherry picked from commit 3768c35)
@gsoldevila gsoldevila merged commit 8b1f5f1 into elastic:8.18 Feb 16, 2025
11 checks passed
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
upgradeAssistant 182 191 +9

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
aiAssistantManagementSelection 95.9KB 95.9KB +65.0B
lists 139.9KB 139.9KB +65.0B
upgradeAssistant 178.3KB 199.1KB +20.8KB
total +21.0KB

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
core 440.2KB 440.3KB +65.0B
upgradeAssistant 23.5KB 23.8KB +280.0B
total +345.0B

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants