forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix/113430-2
- Loading branch information
Showing
241 changed files
with
3,988 additions
and
3,065 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains 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 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 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
distribution/docker/wolfi-ess-docker-aarch64-export/build.gradle
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
pr: 113975 | ||
summary: JDK locale database change | ||
area: Mapping | ||
type: breaking | ||
issues: [] | ||
breaking: | ||
title: JDK locale database change | ||
area: Mapping | ||
details: | | ||
{es} 8.16 changes the version of the JDK that is included from version 22 to version 23. This changes the locale database that is used by Elasticsearch from the COMPAT database to the CLDR database. This change can cause significant differences to the textual date formats accepted by Elasticsearch, and to calculated week-dates. | ||
If you run {es} 8.16 on JDK version 22 or below, it will use the COMPAT locale database to match the behavior of 8.15. However, starting with {es} 9.0, {es} will use the CLDR database regardless of JDK version it is run on. | ||
impact: | | ||
This affects you if you use custom date formats using textual or week-date field specifiers. If you use date fields or calculated week-dates that change between the COMPAT and CLDR databases, then this change will cause Elasticsearch to reject previously valid date fields as invalid data. You might need to modify your ingest or output integration code to account for the differences between these two JDK versions. | ||
Starting in version 8.15.2, Elasticsearch will log deprecation warnings if you are using date format specifiers that might change on upgrading to JDK 23. These warnings are visible in Kibana. | ||
For detailed guidance, refer to <<custom-date-format-locales,Differences in locale information between JDK versions>> and the https://ela.st/jdk-23-locales[Elastic blog]. | ||
notable: true |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
pr: 114334 | ||
summary: Don't return TEXT type for functions that take TEXT | ||
area: ES|QL | ||
type: bug | ||
issues: | ||
- 111537 | ||
- 114333 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 114665 | ||
summary: Fixing remote ENRICH by pushing the Enrich inside `FragmentExec` | ||
area: ES|QL | ||
type: bug | ||
issues: | ||
- 105095 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 115117 | ||
summary: Report JVM stats for all memory pools (97046) | ||
area: Infra/Core | ||
type: bug | ||
issues: | ||
- 97046 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 115314 | ||
summary: Only aggregations require at least one shard request | ||
area: Search | ||
type: enhancement | ||
issues: [] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
pr: 115393 | ||
summary: Remove deprecated local attribute from alias APIs | ||
area: Indices APIs | ||
type: breaking | ||
issues: [] | ||
breaking: | ||
title: Remove deprecated local attribute from alias APIs | ||
area: REST API | ||
details: >- | ||
The following APIs no longer accept the `?local` query parameter: | ||
`GET /_alias`, `GET /_aliases`, `GET /_alias/{name}`, | ||
`HEAD /_alias/{name}`, `GET /{index}/_alias`, `HEAD /{index}/_alias`, | ||
`GET /{index}/_alias/{name}`, `HEAD /{index}/_alias/{name}`, | ||
`GET /_cat/aliases`, and `GET /_cat/aliases/{alias}`. This parameter | ||
has been deprecated and ignored since version 8.12. | ||
impact: >- | ||
Cease usage of the `?local` query parameter when calling the listed APIs. | ||
notable: false |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
pr: 115399 | ||
summary: Adding breaking change entry for retrievers | ||
area: Search | ||
type: breaking | ||
issues: [] | ||
breaking: | ||
title: Reworking RRF retriever to be evaluated during rewrite phase | ||
area: REST API | ||
details: |- | ||
In this release (8.16), we have introduced major changes to the retrievers framework | ||
and how they can be evaluated, focusing mainly on compound retrievers | ||
like `rrf` and `text_similarity_reranker`, which allowed us to support full | ||
composability (i.e. any retriever can be nested under any compound retriever), | ||
as well as supporting additional search features like collapsing, explaining, | ||
aggregations, and highlighting. | ||
To ensure consistency, and given that this rework is not available until 8.16, | ||
`rrf` and `text_similarity_reranker` retriever queries would now | ||
throw an exception in a mixed cluster scenario, where there are nodes | ||
both in current or later (i.e. >= 8.16) and previous ( <= 8.15) versions. | ||
As part of the rework, we have also removed the `_rank` property from | ||
the responses of an `rrf` retriever. | ||
impact: |- | ||
- Users will not be able to use the `rrf` and `text_similarity_reranker` retrievers in a mixed cluster scenario | ||
with previous releases (i.e. prior to 8.16), and the request will throw an `IllegalArgumentException`. | ||
- `_rank` has now been removed from the output of the `rrf` retrievers so trying to directly parse the field | ||
will throw an exception | ||
notable: false |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 115429 | ||
summary: "[otel-data] Add more kubernetes aliases" | ||
area: Data streams | ||
type: bug | ||
issues: [] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 115430 | ||
summary: Prevent NPE if model assignment is removed while waiting to start | ||
area: Machine Learning | ||
type: bug | ||
issues: [] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
pr: 115459 | ||
summary: Guard blob store local directory creation with `doPrivileged` | ||
area: Infra/Core | ||
type: bug | ||
issues: [] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 115594 | ||
summary: Update `BlobCacheBufferedIndexInput::readVLong` to correctly handle negative | ||
long values | ||
area: Search | ||
type: bug | ||
issues: [] |
This file contains 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 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 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.