Skip to content

[7.15] [DOCS] Reformat frozen tier breaking change (#73350) #77922

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 2 commits into from
Sep 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 14 additions & 8 deletions docs/reference/migration/migrate_7_13.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ See also <<release-highlights>> and <<es-release-notes>>.

* <<breaking_713_mapping_changes>>
* <<breaking_713_ssl_changes>>
* <<breaking_713_frozen_multiple_data_paths_changes>>
* <<breaking_713_settings_changes>>
* <<breaking_713_agg_deprecations>>
* <<breaking_713_infra_core_deprecations>>
* <<breaking_713_eql_deprecations>>
* <<breaking_713_security_changes>>
* <<breaking_713_setting_changes>>
* <<breaking_713_security_deprecations>>
* <<breaking_713_settings_deprecations>>

//NOTE: The notable-breaking-changes tagged regions are re-used in the
//Installation and Upgrade Guide
Expand Down Expand Up @@ -88,9 +88,14 @@ SSL/TLS versions on your JDK].
====

[discrete]
[[breaking_713_frozen_multiple_data_paths_changes]]
==== Frozen tier and multiple data paths changes
[[breaking_713_settings_changes]]
==== Settings changes

[[breaking_713_frozen_multiple_data_paths_changes]]
.Changes to the frozen tier and multiple data paths
[%collapsible]
====
*Details* +
{es} 7.12 included a technical preview of the frozen tier, being able to use
partially mounted indices (searchable snapshots mounted with the shared cache
option). Trying out this feature required configuring a shared cache using the
Expand All @@ -103,6 +108,7 @@ you do not utilize multiple data paths this will not affect you. Likewise, if
you have not set `xpack.searchable.snapshot.shared_cache.size` and have not
configured dedicated frozen nodes (nodes with the `data_frozen` role and no
other data roles) this will not affect you.
====
// end::notable-breaking-changes[]

[discrete]
Expand Down Expand Up @@ -285,7 +291,7 @@ instead.
====

[discrete]
[[breaking_713_security_changes]]
[[breaking_713_security_deprecations]]
==== Security deprecations

[[implicitly-disabled-basic-realms]]
Expand Down Expand Up @@ -325,8 +331,8 @@ configuration will result in an error on startup.
====

[discrete]
[[breaking_713_setting_changes]]
==== Setting deprecations
[[breaking_713_settings_deprecations]]
==== Settings deprecations

[[deprecate-shared-data-path-settings]]
.The `path.shared_data` and `index.data_path` settings are deprecated.
Expand Down