Skip to content
Closed
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
7 changes: 2 additions & 5 deletions docs/reference/release-notes/8.15.0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ after it is killed up to four times in 24 hours. (issue: {es-issue}110530[#11053
* Pipeline aggregations under `time_series` and `categorize_text` aggregations are never
returned (issue: {es-issue}111679[#111679])

* Elasticsearch will not start on Windows machines when the recommended {ref}/setup-configuration-memory.html#bootstrap-memory_lock[bootstrap.memory_lock: true] setting is configured due to https://github.com/elastic/elasticsearch/pull/111866[native access refactoring]. The workaround for 8.15.0 is to downgrade to the previous version. This issue will be fixed in 8.15.1.

[[breaking-8.15.0]]
[float]
=== Breaking changes
Expand All @@ -32,11 +34,6 @@ Rollup::
Search::
* Change `skip_unavailable` remote cluster setting default value to true {es-pull}105792[#105792]

[[known-issues-8.15.0]]
[float]
=== Known issues
* Elasticsearch will not start on Windows machines when the recommended [bootstrap.memory_lock: true](https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-configuration-memory.html#bootstrap-memory_lock) setting is configured due to [native access refactoring](https://github.com/elastic/elasticsearch/pull/111866). The workaround for 8.15.0 is to downgrade to the previous version. This issue will be fixed in 8.15.1.

[[bug-8.15.0]]
[float]
=== Bug fixes
Expand Down