Skip to content

Commit

Permalink
[DOCS] Add 7.13 breaking change for ESS searchable snapshot shared ca…
Browse files Browse the repository at this point in the history
…che (#80795) (#82725)

You can no longer configure `xpack.searchable.snapshot.shared_cache.size` as a user setting in ESS on 7.13+ deployments. This adds a related breaking change to the 7.13 docs.

Relates to #80793

(cherry picked from commit 44c7cb7)
  • Loading branch information
jrodewig authored Jan 18, 2022
1 parent 34029f8 commit 5ad80c2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/reference/migration/migrate_7_13.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,26 @@ SSL/TLS versions on your JDK].
[[breaking_713_settings_changes]]
==== Settings changes

[[breaking_713_searchable_snapshot_cache_ess]]
.`xpack.searchable.snapshot.shared_cache.size` is no longer a supported user setting for {ess}
[%collapsible]
====
*Details* +
You can no longer configure
{ref}/searchable-snapshots.html#searchable-snapshots-shared-cache[`xpack.searchable.snapshot.shared_cache.size`]
on {ess} deployments running {es} 7.13 or a later version. This setting reserves
disk space for the shared cache of partially mounted indices. {es} now
automatically configures the setting to 90% of total disk space for frozen data
tier nodes and to `0b` for non-frozen data tier nodes.
*Impact* +
If you use {ess} and previously configured
`xpack.searchable.snapshot.shared_cache.size`, remove it from your
{cloud}/ec-add-user-settings.html[user settings] before upgrading to 7.13 or a
later version. Otherwise, attempts to upgrade the deployment will fail and
return an error.
====

[[breaking_713_frozen_multiple_data_paths_changes]]
.Changes to the frozen tier and multiple data paths
[%collapsible]
Expand Down

0 comments on commit 5ad80c2

Please sign in to comment.