status
stringclasses
1 value
repo_name
stringclasses
13 values
repo_url
stringclasses
13 values
issue_id
int64
1
104k
updated_files
stringlengths
11
1.76k
title
stringlengths
4
369
body
stringlengths
0
254k
issue_url
stringlengths
38
55
pull_url
stringlengths
38
53
before_fix_sha
stringlengths
40
40
after_fix_sha
stringlengths
40
40
report_datetime
timestamp[ns, tz=UTC]
language
stringclasses
5 values
commit_datetime
timestamp[us, tz=UTC]
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
94,085
["docs/changelog/94141.yaml", "x-pack/plugin/rollup/qa/rest/src/yamlRestTest/resources/rest-api-spec/test/rollup/10_basic.yml", "x-pack/plugin/rollup/src/main/java/org/elasticsearch/xpack/downsample/RollupShardIndexer.java", "x-pack/plugin/rollup/src/main/java/org/elasticsearch/xpack/downsample/TransportDownsampleActio...
Unsupported timestamp format in downsampling source index
### Elasticsearch Version 8.6.1 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version all ### Problem Description Trying to downsample an index including a `timestamp` field mapped as `date_nanos` triggers a `MapperParsingException`. ### Steps to Reproduce We e...
https://github.com/elastic/elasticsearch/issues/94085
https://github.com/elastic/elasticsearch/pull/94141
303919a901d1135b2f74fa5e6640a8f6a709a339
5210a098041f65fbc735d43e69f2f54e55d9af17
2023-02-23T14:28:49Z
java
2023-03-01T14:41:18Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
94,071
["modules/data-streams/src/test/java/org/elasticsearch/datastreams/action/GetDataStreamsResponseTests.java", "server/src/test/java/org/elasticsearch/cluster/metadata/DataStreamTests.java"]
[CI] GetDataStreamsResponseTests.testEqualsAndHashcode failing
### CI Link https://gradle-enterprise.elastic.co/s/bwt6v3ctacqdk/ ### Repro line ``` ./gradlew ':modules:data-streams:test' --tests "org.elasticsearch.datastreams.action.GetDataStreamsResponseTests.testEqualsAndHashcode" -Dtests.seed=1AD99DE8C323B9ED -Dtests.locale=zh-TW -Dtests.timezone=Indian/Mahe -Druntim...
https://github.com/elastic/elasticsearch/issues/94071
https://github.com/elastic/elasticsearch/pull/94180
9d6c44311d2f9f69a20acf24ee78245e5891bf45
8da0ac6e8efe019f63a37a96d41194954d93111a
2023-02-23T11:42:15Z
java
2023-02-28T10:19:14Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
94,067
["x-pack/plugin/snapshot-repo-test-kit/src/main/java/org/elasticsearch/repositories/blobstore/testkit/RepositoryAnalyzeAction.java"]
[CI] RepositoryAnalysisFailureIT testFailsIfRegisterHoldsSpuriousValue failing
Bug introduced in #93955 **Build scan:** https://gradle-enterprise.elastic.co/s/4g6eedkf5sjho/tests/:x-pack:plugin:snapshot-repo-test-kit:internalClusterTest/org.elasticsearch.repositories.blobstore.testkit.RepositoryAnalysisFailureIT/testFailsIfRegisterHoldsSpuriousValue **Reproduction line:** ``` ./gradlew ':x-pack...
https://github.com/elastic/elasticsearch/issues/94067
https://github.com/elastic/elasticsearch/pull/94068
768a2eb99dbf80b5b75703564a7399ad91122eba
4f9cbf71fa2f69445208c18d25975ae022dc0fba
2023-02-23T10:53:26Z
java
2023-02-23T12:01:13Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
94,041
["docs/changelog/94080.yaml", "server/src/main/java/org/elasticsearch/index/mapper/flattened/FlattenedFieldMapper.java", "x-pack/plugin/mapper-constant-keyword/src/main/java/org/elasticsearch/xpack/constantkeyword/mapper/ConstantKeywordFieldMapper.java", "x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/term...
_terms_enum returns invalid response
### Elasticsearch Version 8.8.0-SNAPSHOT ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version MacOS ### Problem Description API when called is returning invalid response, on the same data terms aggs query runs fine ![image](https://user-images.githubusercontent.co...
https://github.com/elastic/elasticsearch/issues/94041
https://github.com/elastic/elasticsearch/pull/94080
fbb791399150e930dea30469b15ac48f78ada5f6
7e937ac6be2ea54d6b9fc2919e9d99e062b5caff
2023-02-22T20:20:43Z
java
2023-02-23T15:17:24Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,989
["server/src/main/java/org/elasticsearch/TransportVersion.java", "x-pack/plugin/ql/test-fixtures/src/main/java/org/elasticsearch/xpack/ql/TestNodes.java", "x-pack/plugin/sql/qa/mixed-node/src/javaRestTest/java/org/elasticsearch/xpack/sql/qa/mixed_node/SqlCompatIT.java", "x-pack/plugin/sql/qa/mixed-node/src/javaRestTest...
Refactor SQL uses of Version.transportVersion
SqlStreamInput/Output use TransportVersion from a read-in Version constant. We need to remove the useage of `transportVersion` field
https://github.com/elastic/elasticsearch/issues/93989
https://github.com/elastic/elasticsearch/pull/94597
2fad04be073235d8711e8e8fd4c64e88d1734a8c
a375393b064b4006971dfe94ef65517102d3b7fd
2023-02-21T16:14:02Z
java
2023-04-03T10:02:45Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,966
["modules/transport-netty4/src/test/java/org/elasticsearch/transport/netty4/SimpleNetty4TransportTests.java", "test/framework/src/main/java/org/elasticsearch/transport/AbstractSimpleTransportTestCase.java", "x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/transport/netty4/SimpleSecurityNetty4Serve...
Refactor AbstractSimpleTransportTestCase to not use Version.transportVersion
Refactor `AbstractSimpleTransportTestCase` and `MockTransportService` to not use `Version.transportVersion`
https://github.com/elastic/elasticsearch/issues/93966
https://github.com/elastic/elasticsearch/pull/94022
5b083e29f26cb3890eb72e7f55ac38f34f55b53d
c9b2810da4a9db62e5f43a94f3cf49d9772fb036
2023-02-21T10:15:09Z
java
2023-02-22T15:57:34Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,898
[".ci/dockerOnLinuxExclusions"]
[CI] Various composeUp failures on SLES 15
### CI Link `:test:fixtures:s3-fixture:composeUp` https://gradle-enterprise.elastic.co/s/vxxuyquvque3q/console-log?task=:test:fixtures:s3-fixture:composeUp `:x-pack:test:idp-fixture:composeUp` https://gradle-enterprise.elastic.co/s/naomasqakslxu/console-log?task=:x-pack:test:idp-fixture:composeUp `':test:fix...
https://github.com/elastic/elasticsearch/issues/93898
https://github.com/elastic/elasticsearch/pull/96037
1208c02cee86c8ab067ea792121521fdfd9f4cc8
ad4bd9c9ac1bdefcc8090a7ae21e9ed8658566f1
2023-02-20T09:49:55Z
java
2023-05-11T16:22:37Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,888
["docs/changelog/94115.yaml", "server/src/main/java/org/elasticsearch/index/mapper/DocumentParser.java", "server/src/main/java/org/elasticsearch/index/mapper/DynamicFieldsBuilder.java", "server/src/test/java/org/elasticsearch/index/mapper/DynamicFieldsBuilderTests.java", "test/framework/src/main/java/org/elasticsearch/...
Dynamic Mapping interprets "2021-51" as a [date] field.
### Elasticsearch Version 8.5.0 ### Installed Plugins _No response_ ### Java Version elastic.co customer ### OS Version elastic.co customer ### Problem Description Dynamic mapping eagerly interprets a string with this format `2021-51` as a date field, but then fails to index due to 51 not being a valid month. ...
https://github.com/elastic/elasticsearch/issues/93888
https://github.com/elastic/elasticsearch/pull/94115
3d0279765c37749f1938e2daad96d84d3e053621
b1fed2b23965535c7f00bf50fc18cdc52bab4035
2023-02-18T10:12:18Z
java
2023-02-24T15:58:46Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,881
["docs/changelog/93952.yaml", "server/src/main/java/org/elasticsearch/plugins/PluginsService.java"]
Improve module/plugin loading logging messages
When Elasticsearch starts up, plugins are loaded based on their inter-dependencies. The specific order used is sometimes useful to see. Currently though the actual order cannot be seen. Instead the modules and plugins are logged in name sorted order after all loading has occurred. We should be more clear about what ...
https://github.com/elastic/elasticsearch/issues/93881
https://github.com/elastic/elasticsearch/pull/93952
336928ab09425415cb23c7d9cb93299e74daed52
fbb791399150e930dea30469b15ac48f78ada5f6
2023-02-17T14:26:56Z
java
2023-02-23T14:58:28Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,851
["docs/changelog/93882.yaml", "server/src/main/java/org/elasticsearch/plugins/PluginsService.java"]
[CI] RcsCcsCommonYamlTestSuiteIT classMethod failing
**Build scan:** https://gradle-enterprise.elastic.co/s/aydspswsfic2g/tests/:qa:ccs-common-rest:yamlRestTest/org.elasticsearch.test.rest.yaml.RcsCcsCommonYamlTestSuiteIT **Reproduction line:** ``` null ``` **Applicable branches:** main **Reproduces locally?:** Didn't try **Failure history:** https://gradle-enterpris...
https://github.com/elastic/elasticsearch/issues/93851
https://github.com/elastic/elasticsearch/pull/93882
edc7a6171cb9a1584182e0442133beb5df88ea7a
60ff86d4470146e4f8a72089d32940782bad63bf
2023-02-16T09:01:19Z
java
2023-02-21T14:25:22Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,845
["docs/changelog/93847.yaml", "x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ilm/SearchableSnapshotAction.java", "x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/ilm/SearchableSnapshotActionTests.java"]
ILM policy cannot have force_merge_index updated for searchable snapshot actions and is ignored without also changing another element of the policy
### Elasticsearch Version 8.6.1, also tested on 8.5.3 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version Ubuntu 20.04.5 LTS ### Problem Description Attempting to update force_merge_index for searchable snapshot actions within phases inside an ILM policy appear to ig...
https://github.com/elastic/elasticsearch/issues/93845
https://github.com/elastic/elasticsearch/pull/93847
405a53b3c37699ac53f4eada855a5a3a14783bbe
6c89215795041299dfd67c81a02575c520cb664d
2023-02-16T02:12:17Z
java
2023-02-16T09:37:59Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,840
[".buildkite/pipelines/pull-request/validate-changelogs.yml", ".ci/jobs.t/elastic+elasticsearch+pull-request+validate-changelogs.yml"]
Ensure changelog validation occurs for all PRs
While changelog validation runs when PRs that require changelogs are created, there is a gap in coverage. https://github.com/elastic/elasticsearch/pull/93022 was a docs only PR, which also (incorrectly) included a changelog. The PR passed CI, but then started failing intake (https://gradle-enterprise.elastic.co/s/gjfho...
https://github.com/elastic/elasticsearch/issues/93840
https://github.com/elastic/elasticsearch/pull/100449
b7eafce32cb1e7dfdcb259aab89b886ff93a1c66
17659f8a4840eb39d028a54f545a06f72cc803c5
2023-02-15T18:27:49Z
java
2023-10-06T23:07:16Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,824
["modules/repository-gcs/build.gradle", "modules/repository-gcs/src/internalClusterTest/java/org/elasticsearch/repositories/gcs/GcsProxyIntegrationTests.java", "modules/repository-gcs/src/internalClusterTest/java/org/elasticsearch/repositories/gcs/WebProxyServer.java", "modules/repository-gcs/src/test/java/org/elastics...
[CI] GcsProxyIntegrationTests testReadNonExistingPath failing
**Build scan:** https://gradle-enterprise.elastic.co/s/gdcbu2dd56xs4/tests/:modules:repository-gcs:internalClusterTest/org.elasticsearch.repositories.gcs.GcsProxyIntegrationTests/testReadNonExistingPath **Reproduction line:** ``` ./gradlew ':modules:repository-gcs:internalClusterTest' --tests "org.elasticsearch.r...
https://github.com/elastic/elasticsearch/issues/93824
https://github.com/elastic/elasticsearch/pull/94205
b67c22afe2f307d5c2ac699c99d162ef47cd6823
44ab318a247dc9e4af2a58aff13eaade4ccaa620
2023-02-15T14:00:36Z
java
2023-03-27T14:47:29Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,816
["modules/repository-gcs/build.gradle", "modules/repository-gcs/src/internalClusterTest/java/org/elasticsearch/repositories/gcs/GcsProxyIntegrationTests.java", "modules/repository-gcs/src/internalClusterTest/java/org/elasticsearch/repositories/gcs/WebProxyServer.java", "modules/repository-gcs/src/test/java/org/elastics...
[CI] GcsProxyIntegrationTests testWriteRead failing
**Build scan:** https://gradle-enterprise.elastic.co/s/us6m642sfbuea/tests/:modules:repository-gcs:internalClusterTest/org.elasticsearch.repositories.gcs.GcsProxyIntegrationTests/testWriteRead **Reproduction line:** ``` ./gradlew ':modules:repository-gcs:internalClusterTest' --tests "org.elasticsearch.repositories.gcs...
https://github.com/elastic/elasticsearch/issues/93816
https://github.com/elastic/elasticsearch/pull/94205
b67c22afe2f307d5c2ac699c99d162ef47cd6823
44ab318a247dc9e4af2a58aff13eaade4ccaa620
2023-02-15T11:24:58Z
java
2023-03-27T14:47:29Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,811
["modules/repository-gcs/build.gradle", "modules/repository-gcs/src/internalClusterTest/java/org/elasticsearch/repositories/gcs/GcsProxyIntegrationTests.java", "modules/repository-gcs/src/internalClusterTest/java/org/elasticsearch/repositories/gcs/WebProxyServer.java", "modules/repository-gcs/src/test/java/org/elastics...
[CI] GcsProxyIntegrationTests.testContainerCreationAndDeletion
### CI Link https://gradle-enterprise.elastic.co/s/4vs5o45pilg66/tests/:modules:repository-gcs:internalClusterTest/org.elasticsearch.repositories.gcs.GcsProxyIntegrationTests/testContainerCreationAndDeletion ### Repro line `./gradlew ':modules:repository-gcs:internalClusterTest' --tests "org.elasticsearch.repo...
https://github.com/elastic/elasticsearch/issues/93811
https://github.com/elastic/elasticsearch/pull/94205
b67c22afe2f307d5c2ac699c99d162ef47cd6823
44ab318a247dc9e4af2a58aff13eaade4ccaa620
2023-02-15T10:39:04Z
java
2023-03-27T14:47:29Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,773
["docs/changelog/93777.yaml", "server/src/main/java/org/elasticsearch/cluster/routing/allocation/allocator/AllocationActionMultiListener.java", "server/src/test/java/org/elasticsearch/cluster/routing/allocation/allocator/AllocationActionMultiListenerTests.java"]
[CI] RecoveryIT testRecoveryWithConcurrentIndexing failing
**Build scan:** https://gradle-enterprise.elastic.co/s/hh6sxuuncdapc/tests/:qa:rolling-upgrade:v7.17.10%23twoThirdsUpgradedTest/org.elasticsearch.upgrades.RecoveryIT/testRecoveryWithConcurrentIndexing **Reproduction line:** ``` gradlew ':qa:rolling-upgrade:v7.17.10#twoThirdsUpgradedTest' -Dtests.class="org.elasticsear...
https://github.com/elastic/elasticsearch/issues/93773
https://github.com/elastic/elasticsearch/pull/93777
a3eb70ba06e2dc96d9ea6059ee7ec30ebee2f439
92c533e26ce64ebf1e8e7982837730e174d8c563
2023-02-14T10:21:42Z
java
2023-02-15T09:59:06Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,670
["docs/reference/how-to/knn-search.asciidoc", "docs/reference/mapping/types/dense-vector.asciidoc"]
Investigate and update memory recomendation formula for HNWS vectors with Lucene 9.5+
### Description Currently on our [public tuning docs](https://www.elastic.co/guide/en/elasticsearch/reference/current/tune-knn-search.html#_ensure_data_nodes_have_enough_memory) we have the following formula to help estimate page cache memory requirements for HNSW vectors when using kNN search: `num_vectors * 4 * (nu...
https://github.com/elastic/elasticsearch/issues/93670
https://github.com/elastic/elasticsearch/pull/93703
fd7736f824093b347e7b277a1d45e4a3361df278
e8c5ed46c61b4cca476378127fd2544cd74074f1
2023-02-09T18:46:47Z
java
2023-02-13T12:52:53Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,613
["modules/transport-netty4/src/test/java/org/elasticsearch/transport/netty4/SimpleNetty4TransportTests.java", "test/framework/src/main/java/org/elasticsearch/transport/AbstractSimpleTransportTestCase.java"]
[CI] SimpleSecurityNetty4ServerTransportTests testTimeoutPerConnection failing
### CI Link https://gradle-enterprise.elastic.co/s/m2bt2a5nnfqoo ### Repro line ./gradlew ':x-pack:plugin:security:test' --tests "org.elasticsearch.xpack.security.transport.netty4.SimpleSecurityNetty4ServerTransportTests.testTimeoutPerConnection" -Dtests.seed=47A68B48AEA74E00 -Dtests.locale=sq -Dtests.timezone=Asia/...
https://github.com/elastic/elasticsearch/issues/93613
https://github.com/elastic/elasticsearch/pull/93738
cd4b7b2f8f733dcad5a763fd79eb9a4f7f234b7f
326c15403e12147e12f7fc4c758cf19476670579
2023-02-09T02:13:59Z
java
2023-02-14T13:20:06Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,605
["qa/smoke-test-multinode/src/yamlRestTest/resources/rest-api-spec/test/smoke_test_multinode/30_desired_balance.yml", "rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/cluster.desired_balance/10_basic.yml"]
[CI] MixedClusterClientYamlTestSuiteIT test {p0=cluster.desired_balance/10_basic/Test cluster_balance_stats} failing
This looks to have started failing right after bumping `main` to 8.8.0 I suspect that might be related. **Build scan:** https://gradle-enterprise.elastic.co/s/dzujnnnl7pjou/tests/:qa:mixed-cluster:v8.7.0%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=cluster.desired_balan...
https://github.com/elastic/elasticsearch/issues/93605
https://github.com/elastic/elasticsearch/pull/93617
b29399e2daa56afc926d610f8e0e59274a5ed952
e887c9728201184278f50228abc86edc0bf2fc4d
2023-02-08T21:34:41Z
java
2023-02-09T10:37:04Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,599
["rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.sort/10_basic.yml", "rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search/380_sort_segments_on_timestamp.yml"]
[CI] MixedClusterClientYamlTestSuiteIT test {p0=indices.sort/10_basic/Index Sort} failing
**Build scan:** https://gradle-enterprise.elastic.co/s/nui4aguf6fitc/tests/:qa:mixed-cluster:v7.17.10%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=indices.sort%2F10_basic%2FIndex%20Sort%7D **Reproduction line:** ``` ./gradlew ':qa:mixed-cluster:v7.17.10#mixedClusterTest...
https://github.com/elastic/elasticsearch/issues/93599
https://github.com/elastic/elasticsearch/pull/93753
c09bcb7e39eccf854dbe595a4c303d15afe28f90
7ce308039d53de0350bae28f92392a4eea198be3
2023-02-08T16:54:13Z
java
2023-02-14T09:52:39Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,580
["docs/changelog/94965.yaml", "server/src/main/java/org/elasticsearch/cluster/metadata/LifecycleExecutionState.java", "x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ilm/DownsampleAction.java", "x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ilm/DownsampleStep.java", "x-pack/plugin/core/sr...
Downsample retry issue
Currently when the ilm rollup step is being retried the same target index is being used. This can cause the subsequent downsample api invocation to index rolled up data into shards of the target index that already exists and while the previous downsample api invocation is still partially running (and also rolling up da...
https://github.com/elastic/elasticsearch/issues/93580
https://github.com/elastic/elasticsearch/pull/94965
7370d1ba97a53404d0abf0be6d21b13472d9b455
e9cfd815070a416f91ad0570f0a71e8d8197b7f0
2023-02-08T09:48:54Z
java
2023-05-15T08:10:40Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,572
["rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.sort/10_basic.yml", "rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search/380_sort_segments_on_timestamp.yml"]
[CI] CcsCommonYamlTestSuiteIT test {p0=search/380_sort_segments_on_timestamp/Test that index segments are sorted on timestamp field if @timestamp field is defined in mapping} failing
**Build scan:** https://gradle-enterprise.elastic.co/s/q6hmrm7mg3cbk/tests/:qa:ccs-common-rest:yamlRestTest/org.elasticsearch.test.rest.yaml.CcsCommonYamlTestSuiteIT/test%20%7Bp0=search%2F380_sort_segments_on_timestamp%2FTest%20that%20index%20segments%20are%20sorted%20on%20timestamp%20field%20if%20@timestamp%20field%20...
https://github.com/elastic/elasticsearch/issues/93572
https://github.com/elastic/elasticsearch/pull/93753
c09bcb7e39eccf854dbe595a4c303d15afe28f90
7ce308039d53de0350bae28f92392a4eea198be3
2023-02-07T18:25:17Z
java
2023-02-14T09:52:39Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,542
["docs/changelog/93551.yaml", "server/src/main/java/org/elasticsearch/indices/recovery/PeerRecoveryTargetService.java", "server/src/main/java/org/elasticsearch/indices/recovery/RecoveriesCollection.java", "server/src/main/java/org/elasticsearch/indices/recovery/RecoveryTarget.java"]
Peer recovery may time out during recoverLocallyUpToGlobalCheckpoint
The `recoverLocallyUpToGlobalCheckpoint` step of peer recovery may take an extended period of time, but today we do not disable the recovery monitor during this step so if it takes more than 30 minutes (by default) then the recovery will time out, fail, and retry repeatedly. We should disable the recovery monitor durin...
https://github.com/elastic/elasticsearch/issues/93542
https://github.com/elastic/elasticsearch/pull/93551
052a4f15b92713e422560ddee70050744f94555a
b8c9dc90c92c91c05baac8bb00b463050827f813
2023-02-07T08:23:47Z
java
2023-02-07T12:19:30Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,521
["x-pack/qa/full-cluster-restart/src/javaRestTest/java/org/elasticsearch/xpack/restart/MlHiddenIndicesFullClusterRestartIT.java"]
[CI] MlHiddenIndicesFullClusterRestartIT.testMlIndicesBecomeHidden failing
### CI Link https://gradle-enterprise.elastic.co/s/nfoubwaobfgsg ### Repro line ./gradlew ':x-pack:qa:full-cluster-restart:v7.0.0#bwcTest' -Dtests.class="org.elasticsearch.xpack.restart.MlHiddenIndicesFullClusterRestartIT" -Dtests.method="testMlIndicesBecomeHidden {cluster=OLD}" -Dtests.seed=5D8A0FD3D02DB77A -Dtests...
https://github.com/elastic/elasticsearch/issues/93521
https://github.com/elastic/elasticsearch/pull/100618
4c96f9358b4ddea87637d34e25f345d821ec783d
9ef5d301c299521bdec62226a639c7c1c296242a
2023-02-06T13:59:55Z
java
2023-10-10T16:11:15Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,515
["build-tools-internal/build.gradle", "distribution/tools/plugin-cli/build.gradle", "gradle/verification-metadata.xml", "libs/plugin-scanner/build.gradle"]
[CI] Multiple tests in ClassReadersTests and NamedComponentScannerTests failing
Multiple tests in `ClassReadersTests` and `NamedComponentScannerTests` are failing on Java 20. **Build scan:** https://gradle-enterprise.elastic.co/s/xjecydvrck6hy/tests/:libs:elasticsearch-plugin-scanner:test/org.elasticsearch.plugin.scanner.ClassReadersTests/testMultipleJarsInADir **Reproduction line:** ``` ./gradl...
https://github.com/elastic/elasticsearch/issues/93515
https://github.com/elastic/elasticsearch/pull/93530
ae48bb000495b5f05161d42603e984fe710770d4
a849480aef9a6f90f9f363df75ea625cfc47a35c
2023-02-06T12:39:31Z
java
2023-02-06T19:18:30Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,457
["docs/reference/data-streams/change-mappings-and-settings.asciidoc", "docs/reference/data-streams/use-a-data-stream.asciidoc", "docs/reference/indices/data-stream-stats.asciidoc"]
[CI] DocsClientYamlTestSuiteIT test {yaml=reference/indices/data-stream-stats/line_51} failing
I believe there was a fix for this a while ago, that was backported to 7.17: https://github.com/elastic/elasticsearch/pull/84376 It looks like it didn't resolve the issue though. The alternative explanation is that another test failed, and did not clean up templates properly, which in turn caused this failure. Howeve...
https://github.com/elastic/elasticsearch/issues/93457
https://github.com/elastic/elasticsearch/pull/98060
5625ebe74a32436e28be2295c3e1203faa5a4286
09d396a91f7fc4444fb386d5ac004348ed3ca161
2023-02-02T13:03:44Z
java
2023-07-31T14:23:37Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,440
["test/test-clusters/src/main/java/org/elasticsearch/test/cluster/local/LocalClusterFactory.java", "test/test-clusters/src/main/java/org/elasticsearch/test/cluster/util/ProcessUtils.java"]
[CI] EnableSecurityOnBasicLicenseIT testEnableSecurityAndRestartCluster failing
This looks related to https://github.com/elastic/elasticsearch/pull/93422 which was re-introduced after being reverted. I'm suggesting this because this test involves a cluster restart, and there are other similar test failures around cluster restarts, same as yesterday. **Build scan:** https://gradle-enterprise.e...
https://github.com/elastic/elasticsearch/issues/93440
https://github.com/elastic/elasticsearch/pull/93482
43d9a6a0c832aa6a0eb9ebf191535936ac88ec49
b2d9a4ecf513c9b9ef8b9b2995444ded67dee4f1
2023-02-02T08:52:04Z
java
2023-02-02T22:57:50Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,428
["docs/changelog/93431.yaml", "server/src/internalClusterTest/java/org/elasticsearch/action/admin/cluster/tasks/ListTasksIT.java", "server/src/main/java/org/elasticsearch/action/admin/cluster/node/tasks/list/TransportListTasksAction.java"]
List-tasks API response context leak
As per [this comment](https://github.com/elastic/elasticsearch/pull/93375#discussion_r1093607808) the changes in #90977 may leak the thread context of the last-completing task into the response to the list-tasks API. We need to address this before these changes are released, which is planned for 8.7.0.
https://github.com/elastic/elasticsearch/issues/93428
https://github.com/elastic/elasticsearch/pull/93431
b0c380d784274900e3e19763e7f3dda54f828584
8d44c9a416215fd74eda02981e9768ceba9ee574
2023-02-01T18:57:15Z
java
2023-02-02T10:37:19Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,303
["plugins/mapper-size/src/yamlRestTest/resources/rest-api-spec/test/mapper_size/10_basic.yml", "test/test-clusters/src/main/java/org/elasticsearch/test/cluster/local/LocalClusterFactory.java"]
[CI] MapperSizeClientYamlTestSuiteIT test {yaml=mapper_size/10_basic/Mapper Size} failing
Failed multiple times in the last 2 days, always on 7.17 with FIPS **Build scan:** https://gradle-enterprise.elastic.co/s/4qimb26phcoqo/tests/:plugins:mapper-size:yamlRestTest/org.elasticsearch.index.mapper.size.MapperSizeClientYamlTestSuiteIT/test%20%7Byaml=mapper_size%2F10_basic%2FMapper%20Size%7D **Reproduction li...
https://github.com/elastic/elasticsearch/issues/93303
https://github.com/elastic/elasticsearch/pull/93357
feb1f518030df26bea7468970c5746e0445607fd
91d111efe6c348127563ff9fd3c6c08ef9369490
2023-01-27T12:09:23Z
java
2023-01-30T23:52:44Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,298
["docs/changelog/93324.yaml", "x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/action/TransportRevertModelSnapshotAction.java", "x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/job/persistence/JobResultsProvider.java"]
[CI] DatafeedJobsIT testStopAndRestartCompositeDatafeed failing
This is almost certainly a side effect of #93000 - that change must have made picking up a datafeed from where it left off less robust. **Build scan:** https://gradle-enterprise.elastic.co/s/qhsixq5vyz5fa/tests/:x-pack:plugin:ml:qa:native-multi-node-tests:javaRestTest/org.elasticsearch.xpack.ml.integration.Datafeed...
https://github.com/elastic/elasticsearch/issues/93298
https://github.com/elastic/elasticsearch/pull/93324
89475ee41b17599fb01ff6e86d1f5138656af523
2311bbf9e94037ae617757f3835e7c679c742fb4
2023-01-27T11:19:25Z
java
2023-01-27T16:58:56Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,271
["qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/DesiredNodesUpgradeIT.java", "qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/SnapshotBasedRecoveryIT.java", "server/src/main/java/org/elasticsearch/cluster/routing/allocation/allocator/DesiredBalanceComputer.java", "server/src/test/java/org/elas...
[CI] SnapshotBasedRecoveryIT testSnapshotBasedRecovery failing
**Build scan:** https://gradle-enterprise.elastic.co/s/xvwrlxusnxdgu/tests/:qa:rolling-upgrade:v8.6.1%23oneThirdUpgradedTest/org.elasticsearch.upgrades.SnapshotBasedRecoveryIT/testSnapshotBasedRecovery **Reproduction line:** ``` ./gradlew ':qa:rolling-upgrade:v8.6.1#oneThirdUpgradedTest' -Dtests.class="org.elasti...
https://github.com/elastic/elasticsearch/issues/93271
https://github.com/elastic/elasticsearch/pull/97654
efceb7f1fefc4ac4205e6f0f219b3dcadb949678
32fb774976c01e15cecff7c46f92832402618921
2023-01-26T13:51:39Z
java
2023-07-13T14:27:58Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,180
["docs/reference/aggregations/bucket/datehistogram-aggregation.asciidoc"]
Date histogram aggregation unexpected result with calendar_interval and offset >= 30 days
### Elasticsearch Version 7.17 ### Installed Plugins _No response_ ### Java Version 11 ### OS Version x86_64 ### Problem Description Based on [this doc](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-datehistogram-aggregation.html), elasticsearch supports Calendar-aw...
https://github.com/elastic/elasticsearch/issues/93180
https://github.com/elastic/elasticsearch/pull/93328
c18078e11e2d26e8acaf508883a29b5bfb894a48
f55d70a6820707d282a9fca90bf7441a8904cfcd
2023-01-24T04:31:35Z
java
2023-02-06T15:20:40Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,144
["build-tools/src/main/java/org/elasticsearch/gradle/testclusters/StandaloneRestIntegTestTask.java", "test/test-clusters/src/main/java/org/elasticsearch/test/cluster/local/LocalClusterFactory.java"]
--debug-server-jvm option doesn't work for YAML tests any more
In the past you could tell the nodes in a test cluster to attach themselves to a waiting debugger on startup by passing the `--debug-server-jvm` option documented here: https://github.com/elastic/elasticsearch/blob/c0228c73fea5caf279bf7141eabea50813c4528b/TESTING.asciidoc#L383-L390 I think this changed in #92379 ...
https://github.com/elastic/elasticsearch/issues/93144
https://github.com/elastic/elasticsearch/pull/93355
b4484cd8c62b7080c8038d292975e03fbc03a202
feb1f518030df26bea7468970c5746e0445607fd
2023-01-23T10:31:24Z
java
2023-01-30T23:15:05Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,123
["docs/changelog/94835.yaml", "x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ilm/DownsampleAction.java", "x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ilm/UpdateRollupIndexPolicyStep.java", "x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/ilm/DownsampleActionTests.java", "...
Index is stuck in the `downsample` ILM action
### Elasticsearch Version 8.6.0 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version Elasticsearch Service (ESS) ### Problem Description Users may accidentally configure an ILM policy with the `downsample` [action](https://www.elastic.co/guide/en/elasticsearch/referen...
https://github.com/elastic/elasticsearch/issues/93123
https://github.com/elastic/elasticsearch/pull/94835
356e1090e3688a07ce2d52789590741c67c12424
c1119d8246e8f4f691e257fc00362eedfeba6230
2023-01-22T05:03:39Z
java
2023-03-30T12:19:12Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,118
["docs/changelog/93329.yaml", "modules/ingest-common/src/yamlRestTest/resources/rest-api-spec/test/ingest/190_script_processor.yml", "server/src/internalClusterTest/java/org/elasticsearch/index/FinalPipelineIT.java", "server/src/main/java/org/elasticsearch/ingest/IngestDocument.java", "server/src/main/java/org/elastics...
TSDB data stream timestamp parsing doesn't work quite right in some circumstances
There's a little buglet in #85387 (which was the PR that closed #84046), specifically, it doesn't account for the possibility that there's both a default/request **and** and a final pipeline, and that they can both touch the `@timestamp` field. `IngestService#postIngest` was added in #85387, and it's intended that t...
https://github.com/elastic/elasticsearch/issues/93118
https://github.com/elastic/elasticsearch/pull/93329
63ca70897553fbfea45c7c63b92134d59e5d4c77
3e3b2711cf7be388faad499a1d713bb146ef69c6
2023-01-20T16:36:34Z
java
2023-01-30T16:48:19Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,117
["docs/changelog/93340.yaml", "server/src/main/java/org/elasticsearch/index/mapper/DocumentParser.java", "server/src/main/java/org/elasticsearch/index/mapper/DocumentParserContext.java", "server/src/main/java/org/elasticsearch/search/SearchHit.java", "server/src/test/java/org/elasticsearch/index/mapper/CopyToMapperTest...
IndexOutOfBoundsException fetch innerhits
### Elasticsearch Version 8.6.0 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version docker-image = docker.elastic.co/elasticsearch/elasticsearch:8.6 ### Problem Description We are trying to migrate from Elasticsearch 6.7.1 to Elasticsearch 8.6.0. With the same document we always ge...
https://github.com/elastic/elasticsearch/issues/93117
https://github.com/elastic/elasticsearch/pull/93340
eb43e5b9b09ec937c246c17552e7dd85ca7a7090
d62fe2928cb39a51dfd7a84dca7650c4caa3743d
2023-01-20T13:51:17Z
java
2023-02-01T11:25:57Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,074
["docs/changelog/93178.yaml", "server/src/main/java/org/elasticsearch/bootstrap/Bootstrap.java", "server/src/main/java/org/elasticsearch/bootstrap/Elasticsearch.java"]
Bootstrap check failures are easy to miss in logs
### Elasticsearch Version 8.7.0-SNAPSHOT (50c1a781581355b87a840f4a7f9ee97a2f0ba9d6) ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version Linux fedora 5.15.89-200.fc37.x86_64 #1 SMP Wed Jan 18 14:59:21 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux ### Problem Description Whe...
https://github.com/elastic/elasticsearch/issues/93074
https://github.com/elastic/elasticsearch/pull/93178
b79b84680a897af78625420c196cb2a8c9ee113d
54fe7701f98e086af970f0b01c84fc1bd24cb2e2
2023-01-19T10:11:18Z
java
2023-01-24T14:44:09Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,071
["modules/data-streams/src/yamlRestTest/resources/rest-api-spec/test/data_stream/100_delete_by_query.yml"]
[CI] DataStreamsClientYamlTestSuiteIT test {p0=data_stream/100_delete_by_query/Delete by query for multiple data streams} failing
**Build scan:** https://gradle-enterprise.elastic.co/s/czr45pul6kjxo/tests/:modules:data-streams:yamlRestTest/org.elasticsearch.datastreams.DataStreamsClientYamlTestSuiteIT/test%20%7Bp0=data_stream%2F100_delete_by_query%2FDelete%20by%20query%20for%20multiple%20data%20streams%7D **Reproduction line:** ``` ./gradlew ':m...
https://github.com/elastic/elasticsearch/issues/93071
https://github.com/elastic/elasticsearch/pull/93094
648d80e517e93f8631067d8c2e82bff0a1e297e2
278730f6fc54f02153ab185bdf45318ca852b67e
2023-01-19T09:23:21Z
java
2023-01-19T16:50:17Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,069
["server/src/test/java/org/elasticsearch/cluster/service/MasterServiceTests.java"]
[CI] MasterServiceTests testBatchedUpdateSummaryLogging failing
**Build scan:** https://gradle-enterprise.elastic.co/s/2mockpr5yjaek/tests/:server:test/org.elasticsearch.cluster.service.MasterServiceTests/testBatchedUpdateSummaryLogging **Reproduction line:** ``` ./gradlew ':server:test' --tests "org.elasticsearch.cluster.service.MasterServiceTests.testBatchedUpdateSummaryLogging"...
https://github.com/elastic/elasticsearch/issues/93069
https://github.com/elastic/elasticsearch/pull/93087
4abbd4eb9147a6c8c3de9dd5b4b8821eac400430
693beaf8ce7db6d904c6cc0e8c0d73b52d391994
2023-01-19T09:21:18Z
java
2023-01-19T15:40:07Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,068
["modules/data-streams/src/yamlRestTest/resources/rest-api-spec/test/data_stream/150_tsdb.yml"]
[CI] DataStreamsClientYamlTestSuiteIT test {p0=data_stream/150_tsdb/created the data stream} failing
**Build scan:** https://gradle-enterprise.elastic.co/s/ddbcvtsefbw7g/tests/:modules:data-streams:yamlRestTest/org.elasticsearch.datastreams.DataStreamsClientYamlTestSuiteIT/test%20%7Bp0=data_stream%2F150_tsdb%2Fcreated%20the%20data%20stream%7D **Reproduction line:** ``` ./gradlew ':modules:data-streams:yamlRestTest' -...
https://github.com/elastic/elasticsearch/issues/93068
https://github.com/elastic/elasticsearch/pull/98458
db0a59b59f9d81e9753f32a07ec8d744983d8338
e9dc8e1d1063bd2f7156faa76dc7478a13b64ca5
2023-01-19T09:20:14Z
java
2023-08-14T19:26:36Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,025
["build-tools-internal/version.properties", "docs/changelog/93354.yaml", "gradle/verification-metadata.xml"]
Upgrade OpenJDK to 19.0.2+7
OpenJDK 19.0.2+7 is now available. We need to upgrade the version that is bundled with Elasticsearch to the newer version. We currently bundle 19.0.1+10.
https://github.com/elastic/elasticsearch/issues/93025
https://github.com/elastic/elasticsearch/pull/93354
2a7098a21ad5ded98c0c5f10401b9bfff48353b0
b4484cd8c62b7080c8038d292975e03fbc03a202
2023-01-18T10:00:03Z
java
2023-01-30T22:49:58Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
93,005
["libs/plugin-scanner/src/main/java/org/elasticsearch/plugin/scanner/ClassReaders.java", "libs/plugin-scanner/src/test/java/org/elasticsearch/plugin/scanner/ClassReadersTests.java"]
[CI] ClassReadersTests classMethod failing
Maybe related to: https://github.com/elastic/elasticsearch/issues/92936 **Build scan:** https://gradle-enterprise.elastic.co/s/xnay2gtnbk67u/tests/:libs:elasticsearch-plugin-scanner:test/org.elasticsearch.plugin.scanner.ClassReadersTests **Reproduction line:** ``` ./gradlew ':libs:elasticsearch-plugin-scanner:...
https://github.com/elastic/elasticsearch/issues/93005
https://github.com/elastic/elasticsearch/pull/93027
eb1de9493e0fa24f65fbbacc2cf0fe46879e1981
77fe1b81bfde81ca4f54772c919fcb307c89c34e
2023-01-17T20:07:51Z
java
2023-01-18T13:34:18Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,898
["docs/changelog/93179.yaml", "docs/reference/ingest/processors/json.asciidoc", "modules/ingest-common/src/main/java/org/elasticsearch/ingest/common/JsonProcessor.java", "modules/ingest-common/src/main/java/org/elasticsearch/ingest/common/Processors.java", "modules/ingest-common/src/main/resources/org/elasticsearch/ing...
[JSON Processor] Unexpected behavior with payloads starting with integers
### Elasticsearch Version 8.6.0 ### Installed Plugins _No response_ ### Java Version _bundled_ (Elastic Cloud) ### OS Version N/A (Elastic Cloud) ### Problem Description The Elasticsearch's JSON Processor is not producing errors when dealing with texts that starts with integers (in general, strings that match ...
https://github.com/elastic/elasticsearch/issues/92898
https://github.com/elastic/elasticsearch/pull/93179
b8c33ec88cfc39545846d3f08cca889dd26156c9
f327352601c3ac076a3a32f2032579a97b73217f
2023-01-13T09:01:55Z
java
2023-01-24T23:43:35Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,892
["docs/changelog/92973.yaml", "server/src/main/java/org/elasticsearch/cluster/metadata/IndexNameExpressionResolver.java", "server/src/test/java/org/elasticsearch/cluster/metadata/IndexNameExpressionResolverTests.java"]
DateMath breaks with pipe character (security vs. security-disabled)
### Elasticsearch Version 8.6.0 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version Docker ### Problem Description When testing datemath with complex date strings, I found that some worked and some didn't. I narrowed it down to the existence of the `|` pipe character in the string. ...
https://github.com/elastic/elasticsearch/issues/92892
https://github.com/elastic/elasticsearch/pull/92973
2a7f61fb53736b477256a4a995d62d0b754052f8
9955b82fbd07c7c2a31334605e9a91487f416c7f
2023-01-12T21:27:56Z
java
2023-01-18T17:41:23Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,866
["docs/changelog/92890.yaml", "libs/plugin-scanner/src/main/java/org/elasticsearch/plugin/scanner/ClassReaders.java"]
[CI] Plugin lib tests failing on windows
ClassReadersTests.classMethod failing NamedComponentScannerTests.classMethod failing Both on various windows builds. Most likely similar to other classloader test failures with removing files **Build scan:** https://gradle-enterprise.elastic.co/s/77y6wven7vqry/tests/:libs:elasticsearch-plugin-scanner:test/org.e...
https://github.com/elastic/elasticsearch/issues/92866
https://github.com/elastic/elasticsearch/pull/92890
3c54c7ae17b6c50e355cc64e7e5c21bee002ebec
98e067b3cded31364b0e509c4f281cf9415cedd2
2023-01-12T10:04:45Z
java
2023-01-13T08:27:54Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,843
["docs/changelog/93329.yaml", "modules/ingest-common/src/yamlRestTest/resources/rest-api-spec/test/ingest/190_script_processor.yml", "server/src/internalClusterTest/java/org/elasticsearch/index/FinalPipelineIT.java", "server/src/main/java/org/elasticsearch/ingest/IngestDocument.java", "server/src/main/java/org/elastics...
Double counting of documents processed when both a default/request and a final pipeline are used
``` PUT _ingest/pipeline/pipeline-3 { "processors": [ { "set": { "field": "field-3", "value": "pipeline-3" } } ] } PUT _ingest/pipeline/pipeline-2 { "processors": [ { "set": { "field": "field-2", "value": "pipeline-2" } } ] } PUT _ingest/pipeline/pipeli...
https://github.com/elastic/elasticsearch/issues/92843
https://github.com/elastic/elasticsearch/pull/93329
63ca70897553fbfea45c7c63b92134d59e5d4c77
3e3b2711cf7be388faad499a1d713bb146ef69c6
2023-01-11T18:09:45Z
java
2023-01-30T16:48:19Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,826
["docs/reference/ingest/processors/remove.asciidoc"]
Documentation missing for the "keep" option of the Remove ingest processor
### Elasticsearch Version 8.5.1 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version Ubuntu 22.04 ### Problem Description The docs for the Remove enrich processor (https://www.elastic.co/guide/en/elasticsearch/reference/current/remove-processor.html) does not mention the remove option ...
https://github.com/elastic/elasticsearch/issues/92826
https://github.com/elastic/elasticsearch/pull/92836
f77ce8b25e702a91a64567640cb775fda71e338a
37f7b7b3254a3600c42d0841e52e208a2c132c85
2023-01-11T15:28:23Z
java
2023-01-11T17:52:35Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,782
["docs/changelog/92784.yaml", "libs/plugin-scanner/build.gradle"]
[CI] NamedComponentScannerTests testNamedComponentsAreFoundWhenSingleJarProvided failing
see build scan for many more similar tests that fail with the same error: ``` org.elasticsearch.plugin.scanner.NamedComponentScannerTests > testNamedComponentsCanExtednCommonSuperClass FAILED java.lang.IllegalArgumentException: Unsupported class file major version 63 at __randomizedtesting.SeedInfo.seed(...
https://github.com/elastic/elasticsearch/issues/92782
https://github.com/elastic/elasticsearch/pull/92784
592bf66a522cbcc9dbd2d3d9a2c6cb51d7423679
579ff90e9755382a371468aea5942dbac550552e
2023-01-10T08:47:06Z
java
2023-01-10T11:22:30Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,746
["modules/data-streams/src/yamlRestTest/resources/rest-api-spec/test/data_stream/110_update_by_query.yml"]
[CI] DataStreamsClientYamlTestSuiteIT test {p0=data_stream/110_update_by_query/Update by query for multiple data streams} failing
**Build scan:** https://gradle-enterprise.elastic.co/s/qddlzlct5twsq/tests/:modules:data-streams:yamlRestTest/org.elasticsearch.datastreams.DataStreamsClientYamlTestSuiteIT/test%20%7Bp0=data_stream%2F110_update_by_query%2FUpdate%20by%20query%20for%20multiple%20data%20streams%7D **Reproduction line:** ``` ./gradlew ':m...
https://github.com/elastic/elasticsearch/issues/92746
https://github.com/elastic/elasticsearch/pull/92791
92f9d34b69829dcc04669b8011b60035188f9412
9096f437795f66ecb3e874f92fd101e8cbbf03aa
2023-01-09T08:40:10Z
java
2023-01-10T17:37:05Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,679
["docs/reference/search/suggesters/context-suggest.asciidoc"]
Completion suggester for geo contexts has ambiguous documentation concerning precision
Recently it was discovered by a user that the completion suggester did not behave in the way they expected with regard to the precision field of geo contexts. In the documentation at https://www.elastic.co/guide/en/elasticsearch/reference/8.5/search-suggesters.html#_geo_location_query it is claimed that: > The preci...
https://github.com/elastic/elasticsearch/issues/92679
https://github.com/elastic/elasticsearch/pull/92688
b25f4c230a076ea0ee9ce2b2beb6a728c766732c
e1d2d358f99d0ba22590cfe15c7df54a71e45f71
2023-01-04T15:13:21Z
java
2023-01-05T10:58:04Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,677
["docs/changelog/92693.yaml", "server/src/main/java/org/elasticsearch/cluster/ClusterStateTaskExecutor.java", "server/src/main/java/org/elasticsearch/cluster/service/MasterService.java", "server/src/test/java/org/elasticsearch/cluster/service/MasterServiceTests.java"]
Results of update alias actions are not visible immediately after execution
### Elasticsearch Version 8.7.0 (snapshot archives/20230103-151926_4d37feea) ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version Darwin 21.6.0 Darwin Kernel Version 21.6.0: Sun Nov 6 23:31:13 PST 2022; root:xnu-8020.240.14~1/RELEASE_ARM64_T6000 arm64 ### Problem Descri...
https://github.com/elastic/elasticsearch/issues/92677
https://github.com/elastic/elasticsearch/pull/92693
e1d2d358f99d0ba22590cfe15c7df54a71e45f71
73863dda7be0a03d89150b1a66cb9407c7ab55d7
2023-01-04T13:57:53Z
java
2023-01-05T11:02:58Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,632
["docs/changelog/94195.yaml", "libs/x-content/impl/src/main/java/org/elasticsearch/xcontent/provider/XContentParserConfigurationImpl.java", "libs/x-content/src/test/java/org/elasticsearch/xcontent/support/filtering/AbstractXContentFilteringTestCase.java"]
AbstractXContentFilteringTestCase#testDotsAndDoubleWildcardInExcludedFieldName is failing
The `AbstractXContentFilteringTestCase#testDotsAndDoubleWildcardInExcludedFieldName` test (all subclasses) is failing. It is no longer failing due to invalid JSON (that was fixed by the upgrade to jackson 2.13.0), but it looks like it is failing to apply exclusions correctly.
https://github.com/elastic/elasticsearch/issues/92632
https://github.com/elastic/elasticsearch/pull/94195
009a7319e6c758ad3dc2f784a7065fe9ee5e2d75
c6487f64f2121f0d69e3d11ffa700249774569ac
2023-01-03T13:48:00Z
java
2023-03-10T08:50:28Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,629
["server/src/internalClusterTest/java/org/elasticsearch/indices/state/ReopenWhileClosingIT.java"]
[CI] ReopenWhileClosingIT testReopenDuringCloseOnMultipleIndices failing
I caused this by back porting #91016 earlier ... looking into a fix now **Build scan:** https://gradle-enterprise.elastic.co/s/dnpt2zu6hqcs2/tests/:server:internalClusterTest/org.elasticsearch.indices.state.ReopenWhileClosingIT/testReopenDuringCloseOnMultipleIndices **Reproduction line:** ``` ./gradlew ':serv...
https://github.com/elastic/elasticsearch/issues/92629
https://github.com/elastic/elasticsearch/pull/92662
a94036faf05dcdbfb871afc4947719f036c54bf2
24e2f3279931e9dcddaf9d85e85d8982f001e778
2023-01-03T12:45:00Z
java
2023-01-04T11:42:48Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,577
["build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/info/BuildParams.java", "modules/repository-gcs/build.gradle"]
[CI] repository-gcs:thirdPartyAudit failing
### CI Link https://gradle-enterprise.elastic.co/s/643p72k2g5sig/console-log?task=:modules:repository-gcs:thirdPartyAudit ### Repro line N/A ### Does it reproduce? Didn't try ### Applicable branches 8.6 ### Failure history _No response_ ### Failure excerpt ``` Unnecessary exclusions, following classes are n...
https://github.com/elastic/elasticsearch/issues/92577
https://github.com/elastic/elasticsearch/pull/92635
4d37feea8c30d8ece838dc0e3db794628bc2093b
f4c01cdb420674eadfba109422f01e6ddb838623
2022-12-27T22:27:11Z
java
2023-01-03T15:10:03Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,562
["x-pack/plugin/spatial/src/main/java/org/elasticsearch/xpack/spatial/search/aggregations/bucket/geogrid/AbstractGeoHexGridTiler.java", "x-pack/plugin/spatial/src/test/java/org/elasticsearch/xpack/spatial/search/aggregations/bucket/geogrid/GeoHexTilerTests.java"]
[CI] GeoHexTilerTests testGeoGridSetValuesBoundingBoxes_UnboundedGeoShapeCellValues failing
**Build scan:** https://gradle-enterprise.elastic.co/s/n5u3dbgtyfcya/tests/:x-pack:plugin:spatial:test/org.elasticsearch.xpack.spatial.search.aggregations.bucket.geogrid.GeoHexTilerTests/testGeoGridSetValuesBoundingBoxes_UnboundedGeoShapeCellValues **Reproduction line:** ``` ./gradlew ':x-pack:plugin:spatial:test' --t...
https://github.com/elastic/elasticsearch/issues/92562
https://github.com/elastic/elasticsearch/pull/92592
5c134da08d1993042951eaa36c4ed22632de3869
d012ee3eaed2ce3341fa40511383aca8bb306843
2022-12-26T15:42:59Z
java
2023-01-04T09:53:02Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,559
["libs/x-content/src/test/java/org/elasticsearch/xcontent/support/filtering/AbstractXContentFilteringTestCase.java"]
Reinstate AbstractXContentFilteringTestCase#testDotsAndDoubleWildcardInExcludedFieldName
`AbstractXContentFilteringTestCase#testDotsAndDoubleWildcardInExcludedFieldName` is marked as `AwaitsFix`, linking #80160, but this issue is closed. We should either remove the AwaitsFix marker, open a new issue to track the bug, or remove the test if it is invalid.
https://github.com/elastic/elasticsearch/issues/92559
https://github.com/elastic/elasticsearch/pull/92633
1262c50b81c086edcc7768dc9441f73383ebae1e
4d37feea8c30d8ece838dc0e3db794628bc2093b
2022-12-24T09:56:23Z
java
2023-01-03T14:31:05Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,544
["modules/data-streams/src/javaRestTest/java/org/elasticsearch/datastreams/TsdbDataStreamRestIT.java", "modules/data-streams/src/main/java/org/elasticsearch/datastreams/DataStreamIndexSettingsProvider.java", "modules/data-streams/src/test/java/org/elasticsearch/datastreams/DataStreamIndexSettingsProviderTests.java", "m...
Allow time series data streams to be migrated back to regular data streams
Currently it is possible to migrate an existing data stream to a time series data stream. This is done by updating the index template that created the data stream. Then after a rollover the data stream is a time series data stream. Via a similar way it should be possible to change time series data stream back ...
https://github.com/elastic/elasticsearch/issues/92544
https://github.com/elastic/elasticsearch/pull/92644
a1ea6ea8b4b594249e5405b5b620723eba2491f0
cfda43e775546bcb8a2b5fd7983ff0cc182ed98e
2022-12-23T10:13:49Z
java
2023-01-11T09:05:05Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,541
["x-pack/plugin/spatial/src/main/java/org/elasticsearch/xpack/spatial/search/aggregations/bucket/geogrid/AbstractGeoHexGridTiler.java", "x-pack/plugin/spatial/src/test/java/org/elasticsearch/xpack/spatial/search/aggregations/bucket/geogrid/GeoHexTilerTests.java"]
[CI] GeoHexTilerTests testGeoGridSetValuesBoundingBoxes_BoundedGeoShapeCellValues failing
**Build scan:** https://gradle-enterprise.elastic.co/s/quzjflq4jy63k/tests/:x-pack:plugin:spatial:test/org.elasticsearch.xpack.spatial.search.aggregations.bucket.geogrid.GeoHexTilerTests/testGeoGridSetValuesBoundingBoxes_BoundedGeoShapeCellValues **Reproduction line:** ``` ./gradlew ':x-pack:plugin:spatial:test' --tes...
https://github.com/elastic/elasticsearch/issues/92541
https://github.com/elastic/elasticsearch/pull/92592
5c134da08d1993042951eaa36c4ed22632de3869
d012ee3eaed2ce3341fa40511383aca8bb306843
2022-12-23T07:34:37Z
java
2023-01-04T09:53:02Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,521
["x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/job/process/normalizer/ShortCircuitingRenormalizer.java"]
[CI] DatafeedJobsIT testStartDatafeed_GivenTimeout_Returns408 failing
**Build scan:** https://gradle-enterprise.elastic.co/s/wyobowf5rwv4c/tests/:x-pack:plugin:ml:qa:native-multi-node-tests:javaRestTest/org.elasticsearch.xpack.ml.integration.DatafeedJobsIT/testStartDatafeed_GivenTimeout_Returns408 **Reproduction line:** ``` ./gradlew ':x-pack:plugin:ml:qa:native-multi-node-tests:javaRes...
https://github.com/elastic/elasticsearch/issues/92521
https://github.com/elastic/elasticsearch/pull/92524
85155356523d1ba086cfdec35e903ce295552433
08515eac09ca549036c963df5670ca0956aaa047
2022-12-22T10:04:53Z
java
2022-12-22T12:51:24Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,503
["docs/reference/commands/cli-jvm-options.asciidoc", "docs/reference/commands/node-tool.asciidoc", "docs/reference/commands/reconfigure-node.asciidoc", "docs/reference/commands/shard-tool.asciidoc"]
Document CLI_JAVA_OPTS
All CLI tools run with 64MB mem by default. For elasticsearch-node, this can be way too little, since it need to work on the cluster state. However, there is no documentation on how to change that. We should document that `CLI_JAVA_OPTS` can be used to change java options for CLI tools.
https://github.com/elastic/elasticsearch/issues/92503
https://github.com/elastic/elasticsearch/pull/92510
4b18d3a15ce3c00f0c8217ee4994bd305604bf2d
3506d5e7382aa0a393bfcb202cf776a5c25dfcec
2022-12-21T15:00:40Z
java
2022-12-22T23:32:07Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,482
["rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/health/40_diagnosis.yml"]
Slow execution time for health/40_diagnosis/Diagnosis REST test
This single REST test case consistently takes 30 seconds to execute. I'm not sure if there's some kind of timeout we are waiting to reach or something else that's blocking the test but when pretty much all other REST tests run in under 1 second this one is clearly standing out. ![image](https://user-images.githubuse...
https://github.com/elastic/elasticsearch/issues/92482
https://github.com/elastic/elasticsearch/pull/92486
83d3f7f6f9ac5bdcc30d06d04b11ab0f899bc81c
c5ed72e70dab8091e61920d1340e507db3863c21
2022-12-21T00:32:41Z
java
2022-12-21T19:12:21Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,480
["libs/x-content/impl/build.gradle", "libs/x-content/impl/es-jackson-core/build.gradle", "libs/x-content/impl/es-jackson-core/licenses/jackson-LICENSE.txt", "libs/x-content/impl/es-jackson-core/licenses/jackson-NOTICE.txt", "libs/x-content/impl/es-jackson-core/src/main/java/com/fasterxml/jackson/core/filter/FilteringPa...
Source includes triggers MapperParsingException/IllegalStateException if field is in an array
### Elasticsearch Version 8.5.3 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version n/a ### Problem Description In version 7.x of ES you can set an "includes" settings in the "_source" mapping definition for a field within a nested field. If you are indexing a document that contains...
https://github.com/elastic/elasticsearch/issues/92480
https://github.com/elastic/elasticsearch/pull/92984
77fe1b81bfde81ca4f54772c919fcb307c89c34e
441e77c8cf6594a35601369deba838ac3c575593
2022-12-20T21:12:18Z
java
2023-01-18T13:48:14Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,477
["test/framework/src/main/java/org/elasticsearch/test/ESTestCase.java"]
[CI] FollowerFailOverIT testFailOverOnFollower failing
Four tests failed together with the message `java.net.BindException: Address already in use`, and the tests have been failing a few times in the last couple of days on branch `8.5` and `8.6`. The failing tests: * testFailOverOnFollower * testReadRequestsReturnLatestMappingVersion * testFollowIndexAndCloseNode * t...
https://github.com/elastic/elasticsearch/issues/92477
https://github.com/elastic/elasticsearch/pull/92666
ee8d83e7650ca45c4705c49a4ce25407a9301f29
b61bea89c1096715570be35b2c9b487ed2d7a526
2022-12-20T15:36:05Z
java
2023-01-04T13:21:23Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,473
["docs/changelog/93370.yaml", "x-pack/plugin/spatial/src/main/java/org/elasticsearch/xpack/spatial/SpatialPlugin.java", "x-pack/plugin/spatial/src/main/java/org/elasticsearch/xpack/spatial/ingest/GeoGridProcessor.java", "x-pack/plugin/spatial/src/test/java/org/elasticsearch/xpack/spatial/ingest/GeoGridProcessorFactoryT...
Ingest processor to convert geotile addresses into polygons
### Description This feature was inspired by a request from a services customer. They have existing data composed of Uber H3 encoded fields. This is not because they use Elasticsearch H3 capabilities, but something they already had. In addition they want to display the cell polygons on their map UI, and are willing to...
https://github.com/elastic/elasticsearch/issues/92473
https://github.com/elastic/elasticsearch/pull/93370
afc24e13268e87684a3dfd01d54218349501e5e1
b473d8148ba00000479871ec0337f20c64de9314
2022-12-20T15:06:37Z
java
2023-02-06T13:08:57Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,434
["docs/changelog/92440.yaml", "server/src/main/java/org/elasticsearch/index/store/ByteSizeCachingDirectory.java", "server/src/test/java/org/elasticsearch/index/store/ByteSizeCachingDirectoryTests.java"]
ByteSizeCachingDirectory can't use cached size because numOpenOutputs is a negative value when close method was invoked more than once
### Elasticsearch Version 7.10.2 ### Installed Plugins repository-hdfs ### Java Version _bundled_ ### OS Version Linux 4.14.81.bm.26-amd64 #1 SMP Debian 4.14.81.bm.26 Mon Sep 14 09:46:45 UTC 2020 ### Problem Description The size of shard should't be computed again instead of using cached when no pending write...
https://github.com/elastic/elasticsearch/issues/92434
https://github.com/elastic/elasticsearch/pull/92440
a41127ca3fa22bb3f9b95381929f0cfb9e7b33e0
3bad02edec3fde530a099b5b4c8a5fe2721c8f35
2022-12-19T08:17:35Z
java
2022-12-20T12:53:25Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,410
["server/src/main/java/org/elasticsearch/threadpool/ThreadPool.java", "server/src/test/java/org/elasticsearch/threadpool/ThreadPoolTests.java"]
Nodes with little heap memory may OOME while snapshotting
### Elasticsearch Version 8.6.0-SNAPSHOT ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version N/A ### Problem Description We see 8.6.0 master nodes (512MB heap) repeatedly dying with OOME when attempting to do a snapshot with GCS snapshot repository. This is not reproducible with prior...
https://github.com/elastic/elasticsearch/issues/92410
https://github.com/elastic/elasticsearch/pull/92392
1d585cd76807406ccd5fa670e0bbe15ab793e6bd
e023213b073365bcbd9a53284fef30f9957cb40f
2022-12-16T06:39:16Z
java
2022-12-16T08:33:48Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,390
["modules/aggregations/src/yamlRestTest/resources/rest-api-spec/test/aggregations/time_series.yml", "server/src/main/java/org/elasticsearch/search/aggregations/bucket/composite/CompositeAggregationBuilder.java"]
Investigate TimeSeriesIndexSearcher limitations
The following aggregations don't work well with `time_series` aggregation: - `sampler` - `composite` Any aggregation that returns a `LeafBucketCollector.NO_OP_COLLECTOR` instance as leaf collector. Also the filter by filter optimisation that a number of aggregations perform doesn't work when executing in time...
https://github.com/elastic/elasticsearch/issues/92390
https://github.com/elastic/elasticsearch/pull/92499
22977007b81154d6c9ed42620be2851a683238eb
0f9750381cf40a003b41ef5308b37cb4a77febad
2022-12-15T11:39:53Z
java
2022-12-22T11:53:21Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,344
["server/src/main/java/org/elasticsearch/index/IndexingPressure.java", "server/src/main/java/org/elasticsearch/transport/Transport.java", "server/src/main/java/org/elasticsearch/transport/TransportService.java", "server/src/test/java/org/elasticsearch/transport/InboundHandlerTests.java", "test/framework/src/main/java/o...
[CI] ClusterDisruptionIT testAckedIndexing failing
There is another issue open for the same test: https://github.com/elastic/elasticsearch/issues/91447 however it has a different failure. I am not sure if they are related to I am opening this one to be able to track both. **Build scan:** https://gradle-enterprise.elastic.co/s/cuzzl3scxneo4/tests/:server:internalClu...
https://github.com/elastic/elasticsearch/issues/92344
https://github.com/elastic/elasticsearch/pull/102766
e931376eb51be76ab30a4ffb7ab51cf67beab5cf
91df20b6132b41f34268b933f883f340821d572b
2022-12-14T07:53:16Z
java
2023-11-30T11:32:20Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,341
["gradle/verification-metadata.xml", "libs/x-content/impl/build.gradle"]
Upgrade to jackson 2.14.1
### Description Spotted by @joegallo, a minor patch release for jackson 2.14 fixes a heap consumption issue https://github.com/FasterXML/jackson-databind/issues/3665. We don't use databind a lot, but it's a dependency to few plugins and test code. CC @chris
https://github.com/elastic/elasticsearch/issues/92341
https://github.com/elastic/elasticsearch/pull/92990
64ce4d1189c4cc8431908e2e171aae9f942ee8a9
d19721b701565655cd214e448a55da337ebb3bf6
2022-12-13T21:59:41Z
java
2023-01-17T15:30:49Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,338
["modules/apm/src/main/java/org/elasticsearch/tracing/apm/APM.java", "modules/apm/src/main/java/org/elasticsearch/tracing/apm/APMAgentSettings.java", "modules/apm/src/main/java/org/elasticsearch/tracing/apm/APMTracer.java", "modules/apm/src/test/java/org/elasticsearch/tracing/apm/APMTracerTests.java", "server/src/main/...
Make HTTP header redaction configurable for APM tracing
Related: #92337. When tracing REST requests with APM, we capture HTTP headers as labels on the trace, but redact sensitive values. However, we can't know ahead of time what are all possible sensitive values. It would be better if it was possible to configure additional patterns to redact.
https://github.com/elastic/elasticsearch/issues/92338
https://github.com/elastic/elasticsearch/pull/92358
9d605b576f47c39ce7d7501a29181849eda6b713
31ac6b0cc85ec54443d8d0f8bff7838939abf9ea
2022-12-13T20:30:37Z
java
2022-12-15T09:23:19Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,243
["docs/changelog/92329.yaml", "x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/inference/nlp/tokenizers/BasicTokenFilter.java", "x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/inference/nlp/tokenizers/BertTokenizerTests.java"]
Bug in BERT tokenizer
### Elasticsearch Version v8.6.0 ### Installed Plugins _No response_ ### Java Version n/a ### OS Version n/a ### Problem Description There is a tokenization failure when using `BERT` tokenizer with the following configuration: ``` "bert": { "do_lower_case": true, "with_special...
https://github.com/elastic/elasticsearch/issues/92243
https://github.com/elastic/elasticsearch/pull/92329
38f3b634c5352b7ed02513372b6a6cefca80e664
143fe5b1c754029f5360c9dbfee6807309a7bd9e
2022-12-08T16:57:11Z
java
2022-12-13T17:42:04Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,236
["docs/reference/mapping/types/aggregate-metric-double.asciidoc"]
Percentiles aggregation (and others?) fails on aggregate_metric_double field
### Elasticsearch Version 8.5.1 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version Ubuntu 22.04 ### Problem Description Using a `percentiles` aggregation on an `aggregate_metric_double` field throws an Exception ``` { "error": { "root_cause": [ { "type": "...
https://github.com/elastic/elasticsearch/issues/92236
https://github.com/elastic/elasticsearch/pull/92961
df1263c4dc26a2243ad318d3ec68526004c609fe
a18384389338daf1deaa612e8a2b7148d84cad9c
2022-12-08T13:03:32Z
java
2023-01-16T17:33:20Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,209
["docs/changelog/92420.yaml", "docs/reference/health/health.asciidoc", "qa/smoke-test-http/src/javaRestTest/java/org/elasticsearch/http/HealthRestCancellationIT.java", "rest-api-spec/src/main/resources/rest-api-spec/api/_internal.health.json", "rest-api-spec/src/main/resources/rest-api-spec/api/health.json", "rest-api-...
Promote health API from internal to GA (generally available)
### Description We've been working on the health API for a while and the breaking changes have slowed to the point where we can promote the API away from the `/_internal` categorization.
https://github.com/elastic/elasticsearch/issues/92209
https://github.com/elastic/elasticsearch/pull/92420
661ea5f74d50189bc4fc185020f863ec1796bb49
0993c31eb77ced68c73a33280a0669ab18469755
2022-12-07T17:49:26Z
java
2022-12-20T10:26:53Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,196
["server/src/main/java/org/elasticsearch/action/admin/indices/shards/IndicesShardStoresResponse.java", "server/src/main/java/org/elasticsearch/action/admin/indices/shards/TransportIndicesShardStoresAction.java", "server/src/main/java/org/elasticsearch/action/search/ClearScrollController.java", "server/src/main/java/org...
`new CountDown(0)` is trappy and should be forbidden
Today in a few places we create a `new CountDown(0)`. This is kind of trappy because it will never return `true` from `#countDown()` or `#fastForward()` which risks never completing whatever action needs completing unless the caller handles the empty case specially. We should refactor the places that do this so that...
https://github.com/elastic/elasticsearch/issues/92196
https://github.com/elastic/elasticsearch/pull/92607
d276e491b6b0e1688caa693836429fed3fc82859
c997302bd75eeb18f831ad6b78ba0ba6c225fa35
2022-12-07T12:12:41Z
java
2023-01-12T10:33:28Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,179
["x-pack/plugin/rollup/src/main/java/org/elasticsearch/xpack/rollup/action/TransportGetRollupCapsAction.java", "x-pack/plugin/rollup/src/main/java/org/elasticsearch/xpack/rollup/action/TransportGetRollupIndexCapsAction.java"]
RestGetRollupCapsAction and RestGetRollupIndexCapsAction invoke expensive GetRollupCapsAction on transport threads
This is a [known issue](https://github.com/elastic/elasticsearch/issues/97916) around rest actions. They execute transport actions in the current thread instead of the thread that the action is registered for with the transport service in code like: ```java return channel -> client.execute(GetRollupIndexCapsAction....
https://github.com/elastic/elasticsearch/issues/92179
https://github.com/elastic/elasticsearch/pull/98314
6d545e883b038a7aa80923ee5b34fd868f277098
cf03a65888757b009a6489400bbad71dd45da5b9
2022-12-07T08:07:13Z
java
2023-08-09T14:39:29Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,153
["build.gradle", "x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ml/action/InferTrainedModelDeploymentAction.java"]
[CI] MLModelDeploymentsUpgradeIT testTrainedModelDeployment failing
This seem to be a serialization bug: ``` » [2022-12-06T12:32:02,718][ERROR][o.e.b.ElasticsearchUncaughtExceptionHandler] [v8.6.0-2] fatal error in thread [Thread-10], exiting java.lang.AssertionError: java.lang.IllegalStateException: Message not fully read (request) for requestId [186], action [cluster:monitor/xpack/m...
https://github.com/elastic/elasticsearch/issues/92153
https://github.com/elastic/elasticsearch/pull/92157
e130617b1b5ada8a0a8c1020f203a3e94ba92c3f
a04d0235471dc84032fe8b7b6ff196fa4b81237e
2022-12-06T12:47:17Z
java
2022-12-06T15:09:32Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,148
["x-pack/plugin/searchable-snapshots/src/internalClusterTest/java/org/elasticsearch/xpack/searchablesnapshots/cache/shared/PartiallyCachedShardAllocationIntegTests.java"]
[CI] PartiallyCachedShardAllocationIntegTests testPartialSearchableSnapshotNotAllocatedToNodesWithoutCache failing
**Build scan:** https://gradle-enterprise.elastic.co/s/n2fya3bzklnog/tests/:x-pack:plugin:searchable-snapshots:internalClusterTest/org.elasticsearch.xpack.searchablesnapshots.cache.shared.PartiallyCachedShardAllocationIntegTests/testPartialSearchableSnapshotNotAllocatedToNodesWithoutCache **Reproduction line:** ``` ./...
https://github.com/elastic/elasticsearch/issues/92148
https://github.com/elastic/elasticsearch/pull/92628
d357a8f165937d76b7d3576bcc87db5b14bc56da
8aa50491359e2a282afeb136895454e8a8266cf9
2022-12-06T10:46:14Z
java
2023-01-03T13:36:04Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,147
["x-pack/plugin/searchable-snapshots/src/internalClusterTest/java/org/elasticsearch/xpack/searchablesnapshots/cache/shared/PartiallyCachedShardAllocationIntegTests.java"]
[CI] PartiallyCachedShardAllocationIntegTests testPartialSearchableSnapshotAllocatedToNodesWithCache failing
**Build scan:** https://gradle-enterprise.elastic.co/s/n2fya3bzklnog/tests/:x-pack:plugin:searchable-snapshots:internalClusterTest/org.elasticsearch.xpack.searchablesnapshots.cache.shared.PartiallyCachedShardAllocationIntegTests/testPartialSearchableSnapshotAllocatedToNodesWithCache **Reproduction line:** ``` ./gradle...
https://github.com/elastic/elasticsearch/issues/92147
https://github.com/elastic/elasticsearch/pull/92628
d357a8f165937d76b7d3576bcc87db5b14bc56da
8aa50491359e2a282afeb136895454e8a8266cf9
2022-12-06T10:45:17Z
java
2023-01-03T13:36:04Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,141
["docs/reference/text-structure/apis/find-structure.asciidoc"]
[CI] DocsClientYamlTestSuiteIT test {yaml=reference/text-structure/apis/find-structure/line_264} failing
Test history claims 11 failures in the last 7 days (out of 1410 runs). Tried to reproduce with: /gradlew ':docs:yamlRestTest' --tests "org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT.test {yaml=reference/text-structure/apis/find-structure/line_264}" -Dtests.seed=F6F4911FD6A68833 -Dtests.locale=fr-LU -Dtests...
https://github.com/elastic/elasticsearch/issues/92141
https://github.com/elastic/elasticsearch/pull/92144
92d096cd4b4cb7da8a1ccf94ce3775002fcf3ed8
47e573949334c39b986887a5bda7418863dbc233
2022-12-06T09:55:27Z
java
2022-12-06T14:01:45Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,133
["docs/changelog/92762.yaml", "x-pack/plugin/transform/src/main/java/org/elasticsearch/xpack/transform/transforms/TransformIndexer.java"]
[Transform] TransformIndexer change detector causes log spam and isn't integrated into retry logic
When transform isn't able to detect changes it logs and audits the following message as warning: `[${transform_id}] failed to detect changes for transform. Skipping update till next check.` On a broken cluster this causes a flood of log messages as this gets logged for every failure. The failure happens based on ...
https://github.com/elastic/elasticsearch/issues/92133
https://github.com/elastic/elasticsearch/pull/92762
d6373680513e3b38c165920bbac176264db27234
cff3d7b9e9ae5deddef390d77cebfb152221b22f
2022-12-06T08:20:53Z
java
2023-01-11T12:37:21Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,098
["docs/reference/modules/cluster/misc.asciidoc"]
Allocation settings docs also include miscellaneous (unrelated) cluster settings
[This docs page](https://www.elastic.co/guide/en/elasticsearch/reference/8.5/modules-cluster.html) covers various settings related to shard allocation, but everything from the heading `Miscellaneous cluster settings` onwards is unrelated to shard allocation and should probably have its own page.
https://github.com/elastic/elasticsearch/issues/92098
https://github.com/elastic/elasticsearch/pull/92150
f989f0f7ec803d3c6dd8a5af1aea1ce683d0292c
e130617b1b5ada8a0a8c1020f203a3e94ba92c3f
2022-12-05T13:45:07Z
java
2022-12-06T14:29:20Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,092
["docs/changelog/92586.yaml", "libs/grok/src/main/java/org/elasticsearch/grok/GrokCaptureExtracter.java", "libs/grok/src/main/java/org/elasticsearch/grok/GrokCaptureType.java", "libs/grok/src/test/java/org/elasticsearch/grok/GrokTests.java", "modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/GrokProce...
Grok processor extracts only the first value if there are multiple matches
### Elasticsearch Version 7.17.6, 8.x ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version Doesn't depend on the OS Version ### Problem Description The Grok processor in the elasticsearch ingest pipelines does not extract multiple value that match a group but only the first one. For...
https://github.com/elastic/elasticsearch/issues/92092
https://github.com/elastic/elasticsearch/pull/92586
8fc2d6af4cb8441985b964979ce8096c5d6c33e3
e053f21780b79250adab851011fb41d5f0d3b600
2022-12-05T12:21:28Z
java
2023-01-10T08:44:23Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,037
["server/src/internalClusterTest/java/org/elasticsearch/index/engine/MaxDocsLimitIT.java"]
[CI] MaxDocsLimitIT.testMaxDocsLimit
### CI Link https://gradle-enterprise.elastic.co/s/ttoy2fz7vpo3a/tests/:server:internalClusterTest/org.elasticsearch.index.engine.MaxDocsLimitIT/testMaxDocsLimit ### Repro line `./gradlew ':server:internalClusterTest' --tests "org.elasticsearch.index.engine.MaxDocsLimitIT.testMaxDocsLimit" -Dtests.seed=87A99F29C5284...
https://github.com/elastic/elasticsearch/issues/92037
https://github.com/elastic/elasticsearch/pull/92600
b27e6eb8cabd08139d38e07c960b381ea5147710
c40615c3155a90bd54f68254d183c54df2752367
2022-12-01T10:29:39Z
java
2022-12-30T12:53:35Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
92,032
["docs/changelog/92042.yaml", "modules/transport-netty4/src/main/java/org/elasticsearch/http/netty4/Netty4HttpServerTransport.java", "modules/transport-netty4/src/test/java/org/elasticsearch/http/netty4/Netty4HttpClient.java", "modules/transport-netty4/src/test/java/org/elasticsearch/http/netty4/Netty4HttpServerTranspo...
Chunked HTTP APIs send (final/empty) chunk in response to HEAD requests
Responses to `HEAD` requests should contain no body, but we send an empty body instead. That's indistinguishable for one-shot APIs, but with chunked encoding this means we send a single empty chunk as a terminator: ``` 00000000 48 45 41 44 20 2f 5f 61 6c 6c 20 48 54 54 50 2f HEAD /_a ll HTTP/ 00000010 31 2e 3...
https://github.com/elastic/elasticsearch/issues/92032
https://github.com/elastic/elasticsearch/pull/92042
d80f4a68afbc49ef6e2defd5f91a298f7825480e
d5ee6ab648f372c8c5ba5f2a3a5f4d6d91235d4a
2022-11-30T23:25:27Z
java
2022-12-01T16:11:29Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,965
["server/src/main/java/org/elasticsearch/action/admin/cluster/node/shutdown/NodesRemovalPrevalidation.java", "server/src/main/java/org/elasticsearch/action/admin/cluster/node/shutdown/PrevalidateNodeRemovalRequest.java"]
[CI] MixedClusterClientYamlTestSuiteIT test {p0=cluster.prevalidate_node_removal/10_basic/Prevalidation with non-existing node} failing
**Build scan:** https://gradle-enterprise.elastic.co/s/btzkiuku4g4am/tests/:qa:mixed-cluster:v8.6.0%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=cluster.prevalidate_node_removal%2F10_basic%2FPrevalidation%20with%20non-existing%20node%7D **Reproduction line:** ``` ./grad...
https://github.com/elastic/elasticsearch/issues/91965
https://github.com/elastic/elasticsearch/pull/91972
75424c0416ab1440dac39fe6229c50e5e9479ed9
29aea35a9efab3194ef6a33c403b821ebe8bda94
2022-11-28T12:28:07Z
java
2022-11-28T16:25:55Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,964
["docs/changelog/93878.yaml", "gradle/verification-metadata.xml", "modules/ingest-attachment/build.gradle", "modules/ingest-attachment/licenses/commons-logging-NOTICE.txt", "modules/ingest-attachment/licenses/jcl-over-slf4j-LICENSE.txt", "modules/ingest-attachment/licenses/jcl-over-slf4j-NOTICE.txt", "modules/ingest-at...
Elasticsearch ingest attachment node crashes
### Elasticsearch Version Version: 8.5.2, Build: deb/a846182fa16b4ebfcc89aa3c11a11fd5adf3de04/2022-11-17T18:56:17.538630285Z, JVM: 19.0.1 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version Linux ldc-data04 5.15.0-1023-azure #29~20.04.1-Ubuntu SMP Wed Oct 26 19:18:25 UTC 2...
https://github.com/elastic/elasticsearch/issues/91964
https://github.com/elastic/elasticsearch/pull/93878
c63d0afb210e2edb9d5d95c36b05f763ea6161f2
7ae08e2257864dbcf0d435282c36d57f79858500
2022-11-28T12:24:24Z
java
2023-02-27T14:53:55Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,952
["docs/changelog/92192.yaml", "modules/repository-gcs/src/internalClusterTest/java/org/elasticsearch/repositories/gcs/ForwardedViaProxyHandler.java", "modules/repository-gcs/src/internalClusterTest/java/org/elasticsearch/repositories/gcs/GcsProxyIntegrationTests.java", "modules/repository-gcs/src/internalClusterTest/ja...
HTTP proxy settings are not consistently configured in the GCS client
### Elasticsearch Version 8.x (any version where we have added support for proxies with a GCS repo) ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version N/A ### Problem Description When configuring a GCS repository with HTTP proxy settings ([doc](https://www.elastic.co/guide/en/elastic...
https://github.com/elastic/elasticsearch/issues/91952
https://github.com/elastic/elasticsearch/pull/92192
f2f34c9955bc0c5de9181f625abc85cf40fa01b6
b3ff847da1972efa079bf7aae8d844d1203c536d
2022-11-28T09:04:43Z
java
2023-02-14T09:08:46Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,944
["docs/changelog/92920.yaml", "plugins/mapper-annotated-text/src/main/java/org/elasticsearch/index/mapper/annotatedtext/AnnotatedPassageFormatter.java", "plugins/mapper-annotated-text/src/test/java/org/elasticsearch/index/mapper/annotatedtext/AnnotatedTextHighlighterTests.java"]
Annotated highlight not maching when search contains both annotation and annotated term
### Elasticsearch Version v8.5.2 ### Installed Plugins mapper-annotated-text ### Java Version _bundled_ ### OS Version Linux 5.15.0-52-generic #58~20.04.1-Ubuntu SMP Thu Oct 13 13:09:46 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ### Problem Description Hi, We use the `mapper-annotated-text` plugin in productio...
https://github.com/elastic/elasticsearch/issues/91944
https://github.com/elastic/elasticsearch/pull/92920
62028e40ee32d92237929d5a8d49bbc59a5ee198
09ccaa02b86fcb1161f9f5c154e456f6163e2a39
2022-11-25T17:24:40Z
java
2023-01-23T13:15:46Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,950
["docs/reference/docs/bulk.asciidoc"]
[Docs] Bulk API doc is missing required index privilege for optional refresh argument
The Bulk API has an optional argument `refresh` that issues a call to `/index/_refresh` after completion of indexing documents. When using Elasticsearch authentication, specifying `refresh: true` will fail if the authorization context is missing one of the required index privileges `[maintenance,manage,all]`. Exa...
https://github.com/elastic/elasticsearch/issues/91950
https://github.com/elastic/elasticsearch/pull/92237
f2c20c87f4520132f7a7acb2450afffda767890b
0f9ccbd30ee0294fbec906c76e476731af796195
2022-11-25T08:39:54Z
java
2022-12-12T15:06:16Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,889
["docs/plugins/plugin-script.asciidoc"]
[docs] Elasticsearch plugin update/upgrade section missing in the documentation
### Problem Description The Elasticsearch documentation for the plugin management at https://www.elastic.co/guide/en/elasticsearch/reference/8.5/modules-plugins.html links to the "Plugins and Integration" documentation at https://www.elastic.co/guide/en/elasticsearch/plugins/8.5/listing-removing-updating.html. The ...
https://github.com/elastic/elasticsearch/issues/91889
https://github.com/elastic/elasticsearch/pull/91976
d3fbb3efe65c060f35734ee6a9b3d650b602da29
f2512d4694b8b13cab3bbc7d376c8395687c137d
2022-11-24T12:25:34Z
java
2022-11-29T17:40:01Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,893
["docs/changelog/91917.yaml", "x-pack/plugin/ml/qa/ml-with-security/build.gradle", "x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/MachineLearningUsageTransportAction.java", "x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/jobs_get_stats.yml"]
.ml indices that are closed prevent Kibana monitoring from displaying.
### Elasticsearch Version 8.3.3, 8.4.3 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version any ### Problem Description .ml indices that are closed prevent Kibana monitoring from displaying. Using the GET _ml/anomaly_detectors/_stats endpoint: ``` { "error": { ...
https://github.com/elastic/elasticsearch/issues/91893
https://github.com/elastic/elasticsearch/pull/91917
7dbc1ea36e258ed718db3adc94c2b8a77aa9d78f
2d74bb795f1e7619a806aad3059eafec677a36b6
2022-11-22T16:41:01Z
java
2022-11-24T17:53:15Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,814
["x-pack/plugin/searchable-snapshots/src/main/java/org/elasticsearch/xpack/searchablesnapshots/cache/full/CacheService.java"]
[CI] CacheServiceTests testProcessShardEviction failing
**Build scan:** https://gradle-enterprise.elastic.co/s/xow72etevme2m/tests/:x-pack:plugin:searchable-snapshots:test/org.elasticsearch.xpack.searchablesnapshots.cache.full.CacheServiceTests/testProcessShardEviction **Reproduction line:** ``` ./gradlew ':x-pack:plugin:searchable-snapshots:test' --tests "org.elasticsearc...
https://github.com/elastic/elasticsearch/issues/91814
https://github.com/elastic/elasticsearch/pull/91855
3ad3ad4a73011bf3be50d8b637528f31d3d8dadd
1c6d9a90be5ebea22d89d847e5c927d6d87a4310
2022-11-22T15:44:46Z
java
2022-11-23T15:02:19Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,758
["docs/reference/alias.asciidoc", "docs/reference/data-streams/change-mappings-and-settings.asciidoc"]
Elasticsearch - Document how to update or add an alias to a data stream
To change the alias of a data stream, one would need to use [the Alias API](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-aliases.html#indices-aliases) to do so, but it's not clearly indicated in [the data stream documentation](https://www.elastic.co/guide/en/elasticsearch/reference/current/da...
https://github.com/elastic/elasticsearch/issues/91758
https://github.com/elastic/elasticsearch/pull/94110
3205d1f5a0ce91fd3264e43cd9c510b22ee081ca
ccc2d94baff30606b92997f1595cd4f35e980831
2022-11-21T13:19:58Z
java
2023-03-21T14:34:00Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,728
["x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/utils/NativeMemoryCalculator.java"]
NativeMemoryCalculatorTests » testActualNodeSizeCalculationConsistency
### CI Link https://gradle-enterprise.elastic.co/s/znzaabr7xk2nq ### Repro line ``` ./gradlew ':x-pack:plugin:ml:test' --tests "org.elasticsearch.xpack.ml.utils.NativeMemoryCalculatorTests.testActualNodeSizeCalculationConsistency" -Dtests.seed=A70DC496F83A52CF ``` ### Does it reproduce? Yes ### Applic...
https://github.com/elastic/elasticsearch/issues/91728
https://github.com/elastic/elasticsearch/pull/91732
dc8ed67c0c88ae981d85234c6b7b0e21e324a747
c21bd63cbfdc02eaa3f918546ea43c71765063ea
2022-11-18T21:46:30Z
java
2022-11-21T08:17:08Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,609
["server/src/test/java/org/elasticsearch/plugins/UberModuleClassLoaderTests.java", "test/framework/src/main/java/org/elasticsearch/test/compiler/InMemoryJavaCompiler.java"]
[CI] UberModuleClassLoaderTests failing
### CI Link https://gradle-enterprise.elastic.co/s/jfyygdphnhmu6 ### Repro line ./gradlew ':server:test' --tests "org.elasticsearch.plugins.UberModuleClassLoaderTests" -Dtests.seed=A39D03284C84C6A2 -Dtests.locale=en-US -Dtests.timezone=Atlantic/Reykjavik -Druntime.java=19 ### Does it reproduce? No ### Applicable ...
https://github.com/elastic/elasticsearch/issues/91609
https://github.com/elastic/elasticsearch/pull/97123
6e7bc276222ea39cc655986373e745c9e135bd2f
178769bc85db42779459ece13cd4281738d64f14
2022-11-16T11:00:42Z
java
2023-06-27T17:32:54Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,592
["docs/changelog/91615.yaml", "modules/data-streams/src/javaRestTest/java/org/elasticsearch/datastreams/TsdbDataStreamRestIT.java", "server/src/main/java/org/elasticsearch/cluster/metadata/MetadataIndexTemplateService.java", "server/src/test/java/org/elasticsearch/cluster/metadata/MetadataIndexTemplateServiceTests.java...
Error when updating component template when index template has `"index.mode=time_series"`
While working on a Fleet [feature](https://github.com/elastic/kibana/issues/144530) came across an issue: In Fleet, added `index.mode=time_series` setting to `metrics-system.cpu` Index Template, and relying on [ES automation](https://github.com/elastic/elasticsearch/pull/86790) to fill the `routing_path` field. ...
https://github.com/elastic/elasticsearch/issues/91592
https://github.com/elastic/elasticsearch/pull/91615
53e500db539a52bb714c9ec7dd27de52032ba69a
6a240b9e23d9f169e65dc531263cac8b29e4d000
2022-11-15T15:10:15Z
java
2022-11-22T10:55:22Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,550
["docs/changelog/91622.yaml", "x-pack/plugin/transform/qa/multi-cluster-tests-with-security/src/test/resources/rest-api-spec/test/multi_cluster/80_transform.yml", "x-pack/plugin/transform/qa/multi-cluster-tests-with-security/src/test/resources/rest-api-spec/test/remote_cluster/80_transform.yml", "x-pack/plugin/transfor...
[Transform] Transform can fail resolving indices from CCS clusters
**Affected version:** 8.2 - 8.5.2 **Fixed in:** 8.5.3 ### Problem Description The problem applies to transforms that use more than 1 CCS cluster or 1 local and 1 CCS as source. A typical source could look like this (the important part: `remotes*`): ``` "index" : [ "remotes*:filebeat*" ...
https://github.com/elastic/elasticsearch/issues/91550
https://github.com/elastic/elasticsearch/pull/91622
312a0e2b2bf0648131ef2d0bf24f6adeb5c2d2c6
4c521d069e2dbc159dd913a8d0f644247bc8afe1
2022-11-14T13:32:10Z
java
2022-11-18T14:31:48Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,517
["docs/changelog/91659.yaml", "server/src/main/java/org/elasticsearch/cluster/routing/allocation/allocator/DesiredBalanceReconciler.java", "server/src/test/java/org/elasticsearch/cluster/routing/allocation/allocator/DesiredBalanceReconcilerTests.java", "server/src/test/java/org/elasticsearch/cluster/routing/allocation/...
[CI] rolling-upgrade-multi-cluster tests failing to start node
I've seen three builds fail now witht he same error and this started happening on Nov 7 so it's likely we've introduced something here: https://gradle-enterprise.elastic.co/scans/failures?failures.failureClassification=all_failures&failures.failureMessage=Execution%20failed%20for%20task%20%27:x-pack:qa:rolling-upgra...
https://github.com/elastic/elasticsearch/issues/91517
https://github.com/elastic/elasticsearch/pull/91659
81d5859f616b6ef6263614cde82731675d4e0c39
4a392e295227ee7c2e7bbd33a54450f2addfc268
2022-11-10T17:51:19Z
java
2022-11-18T10:28:44Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,505
["modules/aggregations/build.gradle"]
[CI] InternalTimeSeriesTests testEqualsAndHashcode failing
Possibly related to: https://github.com/elastic/elasticsearch/pull/91356 But I did not dig into this. **Build scan:** https://gradle-enterprise.elastic.co/s/dp5alw3k4kcse/tests/:modules:aggregations:test/org.elasticsearch.aggregations.bucket.timeseries.InternalTimeSeriesTests/testEqualsAndHashcode **Reproduction lin...
https://github.com/elastic/elasticsearch/issues/91505
https://github.com/elastic/elasticsearch/pull/91507
509b636d254facf692db308b65175c4c58fcbab0
bec3bce8b6cbd34c60512d7f2a2706b2c1c582ce
2022-11-10T12:45:48Z
java
2022-11-10T16:18:31Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,496
["docs/reference/query-dsl/script-score-query.asciidoc", "docs/reference/vectors/vector-functions.asciidoc"]
Make it clear script score functions don't work in a loop
There have been a couple of issues trying to run script score functions in a loop, #70437, #89602 - which doesn't work properly (and is not intended to work). There should be some mention on the [documentation about scoring functions](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-script-s...
https://github.com/elastic/elasticsearch/issues/91496
https://github.com/elastic/elasticsearch/pull/91864
20d947fd6a0c795969c2ae29e26d39e73130339a
7d01d768c2cd8cfef2af8d36dab3f57fb6684847
2022-11-10T10:20:28Z
java
2022-12-12T08:43:46Z