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
91,472
["server/src/main/java/org/elasticsearch/cluster/routing/IndexRoutingTable.java", "server/src/main/java/org/elasticsearch/cluster/routing/RoutingTable.java", "server/src/main/java/org/elasticsearch/cluster/routing/UnassignedInfo.java", "server/src/test/java/org/elasticsearch/cluster/routing/UnassignedInfoTests.java"]
[CI] AwarenessAllocationIT testAwarenessZones failing
**Build scan:** https://gradle-enterprise.elastic.co/s/mjykklzk235vg/tests/:server:internalClusterTest/org.elasticsearch.cluster.allocation.AwarenessAllocationIT/testAwarenessZones **Reproduction line:** `./gradlew ':server:internalClusterTest' --tests "org.elasticsearch.cluster.allocation.AwarenessAllocationIT.testAw...
https://github.com/elastic/elasticsearch/issues/91472
https://github.com/elastic/elasticsearch/pull/91549
089ee1d1e1f176fef2a13536e27eb61b6f3d855f
1f72f2ee6891497c6e0c758a395bba40ae357d06
2022-11-09T16:15:34Z
java
2022-11-14T14:40:24Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,415
["plugins/examples/security-authorization-engine/src/main/java/org/elasticsearch/example/CustomAuthorizationEngine.java"]
Compiler error in example plugins due to constructor change
#90826 introduced a change to `GetUserPrivilegesResponse` which breaks our `CustomAuthorizationEngine` example plugin. We'll need to update the plugin example here. cc @n1v0lg
https://github.com/elastic/elasticsearch/issues/91415
https://github.com/elastic/elasticsearch/pull/91421
1e186bb820d86ef4c8389cb782f1b5ad71b4f0d2
0ce9296f3463379435e325d4556fed0c22bd444a
2022-11-08T16:16:44Z
java
2022-11-08T17:47:38Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,342
["server/src/test/java/org/elasticsearch/index/query/WrapperQueryBuilderTests.java"]
[CI] Out of memory in org.elasticsearch.index.query.WrapperQueryBuilderTests.testMaxNestedDepth
### CI Link https://gradle-enterprise.elastic.co/s/sdobpnvk6mf6w ### Repro line gradlew ':server:test' --tests "org.elasticsearch.index.query.WrapperQueryBuilderTests.testMaxNestedDepth" -Dtests.seed=68EFB0E52A29A3C7 -Dtests.locale=ar-TN -Dtests.timezone=America/Guadeloupe -Druntime.java=19 ### Does it reproduce? ...
https://github.com/elastic/elasticsearch/issues/91342
https://github.com/elastic/elasticsearch/pull/91344
ca6e785cbd67eafe67e7626804684de5eeb95acc
f0e3bae534e62091ca9cc069e4d095039b1a9ce8
2022-11-07T10:02:32Z
java
2022-11-07T12:22:20Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,286
["docs/changelog/91313.yaml", "x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/transform/action/PreviewTransformAction.java", "x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/transform/action/PreviewTransformActionRequestTests.java", "x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/te...
[Transform] Make preview calls cancellable and respect timeout
A preview call can be quite expensive and cause timeout in a cluster. As a short term fix we identified 2 (hopefully) small fixes: - make the call cancellable, the main issue here seems to be that preview calls search without using a parent task id(see this fix for data feeds: https://github.com/elastic/elasticsearc...
https://github.com/elastic/elasticsearch/issues/91286
https://github.com/elastic/elasticsearch/pull/91313
dcdf58721d01671b78d98d13ebdffdaabf8e1fef
a8a684ebabe678aa2a661ba5047bb2a5e45e17a6
2022-11-03T16:00:48Z
java
2022-11-08T10:22:56Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,281
["docs/changelog/91299.yaml", "x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/aggs/changepoint/InternalChangePointAggregation.java", "x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/change_point_agg.yml"]
Adjust the response type of the `change_point` aggregation
While working on the [Change Point Detection prototype](https://github.com/elastic/kibana/pull/144093) in Kibana, we've realised that the [response body](https://www.elastic.co/guide/en/elasticsearch/reference/master/search-aggregations-change-point-aggregation.html#change-point-agg-response) format of the `change_p...
https://github.com/elastic/elasticsearch/issues/91281
https://github.com/elastic/elasticsearch/pull/91299
163f218078d57c8c159bfde7b080f590113e78f4
f2237dccd0a560c9f29489ff70e8e9519a43742d
2022-11-03T14:56:06Z
java
2022-11-04T14:26:36Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,278
["distribution/tools/server-cli/src/main/java/org/elasticsearch/server/cli/APMJvmOptions.java", "distribution/tools/server-cli/src/test/java/org/elasticsearch/server/cli/APMJvmOptionsTests.java", "docs/changelog/91438.yaml"]
Supply APM labels as YAML object
### Description The Elasticsearch APM agent accepts labels, which are then attached to the trace events generated by Elasticsearch. These labels are useful for searching especially in large clusters. The current format of the labels the agent accepts is like this: ``` "deployment_id=456,deployment_name=APM Trac...
https://github.com/elastic/elasticsearch/issues/91278
https://github.com/elastic/elasticsearch/pull/91438
76bd44fee35f0a39cd544675e75441c420e29686
0c150e4d06c18cbaecc706514ded8b556bf2fd64
2022-11-03T14:40:14Z
java
2022-11-10T19:45:39Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,265
["server/src/main/java/org/elasticsearch/node/Node.java"]
[CI] APMJvmOptionsTests testFileDeleteWorks failing
**Build scan:** https://gradle-enterprise.elastic.co/s/xvfixmk3ormpo/tests/:distribution:tools:server-cli:test/org.elasticsearch.server.cli.APMJvmOptionsTests/testFileDeleteWorks **Reproduction line:** `gradlew ':distribution:tools:server-cli:test' --tests "org.elasticsearch.server.cli.APMJvmOptionsTests.testFileDelet...
https://github.com/elastic/elasticsearch/issues/91265
https://github.com/elastic/elasticsearch/pull/91273
c6630ac41fff5d86890c2e4ccda81aee8558d23f
cbc5d47f6f15cb19e48e102d5deb2dca39ffe2b7
2022-11-03T09:44:57Z
java
2022-11-03T15:04:56Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,259
["docs/changelog/91334.yaml", "server/src/main/java/org/elasticsearch/index/IndexService.java", "server/src/test/java/org/elasticsearch/index/IndexServiceTests.java"]
_nodes/stats returns failed_node_exception if closed indices exist
### Elasticsearch Version 8.5.0 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version Linux 9b4c50a443c1 5.15.0-52-generic #58-Ubuntu SMP Thu Oct 13 08:03:55 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ### Problem Description In 8.5, _nodes/stats returns a failure message if the node has cl...
https://github.com/elastic/elasticsearch/issues/91259
https://github.com/elastic/elasticsearch/pull/91334
ed9ded042ecfa0c6c9428f8e97c110d21bc11a57
bb3698cfee7c0a3e74d9bca09214df9aeb1e4a33
2022-11-02T21:29:12Z
java
2022-11-21T12:31:43Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,087
["server/src/internalClusterTest/java/org/elasticsearch/indices/recovery/IndexRecoveryIT.java", "test/framework/src/main/java/org/elasticsearch/indices/recovery/AbstractIndexRecoveryIntegTestCase.java", "x-pack/plugin/snapshot-based-recoveries/src/internalClusterTest/java/org/elasticsearch/xpack/snapshotbasedrecoveries...
[CI] IndexRecoveryIT testTransientErrorsDuringRecoveryAreRetried failing
### CI Link https://gradle-enterprise.elastic.co/s/bettqvfg5kyos ### Repro line ./gradlew ':server:internalClusterTest' --tests "org.elasticsearch.indices.recovery.IndexRecoveryIT.testTransientErrorsDuringRecoveryAreRetried" -Dtests.seed=4BDFC31A406EBDF9 -Dtests.locale=ga -Dtests.timezone=America/Atikokan -Druntime....
https://github.com/elastic/elasticsearch/issues/91087
https://github.com/elastic/elasticsearch/pull/91845
7c5b6483a1994fbacbeeb98a47a67e95d288c440
6871283fd173efcbf716f39dd16ca3fb5edca5ac
2022-10-24T13:44:31Z
java
2022-11-28T13:00:41Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,083
["x-pack/plugin/autoscaling/src/internalClusterTest/java/org/elasticsearch/xpack/autoscaling/storage/ReactiveStorageIT.java"]
[CI] ReactiveStorageIT testScaleWhileShrinking failing
### CI Link https://gradle-enterprise.elastic.co/s/opv3672lmdhmi ### Repro line ./gradlew ':x-pack:plugin:autoscaling:internalClusterTest' --tests "org.elasticsearch.xpack.autoscaling.storage.ReactiveStorageIT.testScaleWhileShrinking" -Dtests.seed=F89DAF53966040FE -Dtests.locale=ar-BH -Dtests.timezone=Europe/Gibralt...
https://github.com/elastic/elasticsearch/issues/91083
https://github.com/elastic/elasticsearch/pull/91740
26d9bdd280d5eb1783251854a1e49d97cd05db70
51c358ec1010779c370df84eade2cb173e704fd6
2022-10-24T12:53:13Z
java
2022-11-28T07:51:26Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,081
["build-tools-internal/src/main/groovy/org/elasticsearch/gradle/internal/doc/RestTestsFromSnippetsTask.groovy", "docs/reference/cluster/nodes-stats.asciidoc", "docs/reference/ml/trained-models/apis/put-trained-model-vocabulary.asciidoc"]
[CI] DocsClientYamlTestSuiteIT test {yaml=reference/cluster/nodes-stats/line_2751} failing
### CI Link https://gradle-enterprise.elastic.co/s/6jmgrmhtgnlwo ### Repro line REPRODUCE WITH: ./gradlew ':docs:yamlRestTest' --tests "org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT.test {yaml=reference/cluster/nodes-stats/line_2751}" -Dtests.seed=7054FC29615BAD86 -Dtests.locale=es-CO -Dtests.timezone=...
https://github.com/elastic/elasticsearch/issues/91081
https://github.com/elastic/elasticsearch/pull/91829
18801a83903844a611ad3f7fc10bbb32fa331721
64813424666684fed960c89103b6dbd5dd87e499
2022-10-24T12:31:51Z
java
2022-12-07T16:02:44Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,075
["server/src/test/java/org/elasticsearch/common/StringsTests.java"]
[CI] StringsTests testDeleteAny failing
### CI Link https://gradle-enterprise.elastic.co/s/323cgxy7itfky ### Repro line REPRODUCE WITH: ./gradlew ':server:test' --tests "org.elasticsearch.common.StringsTests.testDeleteAny" -Dtests.seed=8A64C9DD086550D3 -Dtests.locale=it -Dtests.timezone=Asia/Baghdad -Druntime.java=17 ### Does it reproduce? Yes ### App...
https://github.com/elastic/elasticsearch/issues/91075
https://github.com/elastic/elasticsearch/pull/91082
e13db48c6c9f3b3bdb56d8f7c47f533224649efd
ba32dc4dab91e0aecb9b343b3f48097e644575a7
2022-10-24T09:18:03Z
java
2022-10-31T14:14:04Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,060
["docs/changelog/91105.yaml", "x-pack/plugin/spatial/src/test/java/org/elasticsearch/xpack/spatial/index/mapper/GeoShapeWithDocValuesFieldTypeTests.java", "x-pack/plugin/vector-tile/src/main/java/org/elasticsearch/xpack/vectortile/feature/FeatureFactory.java"]
Envelopes crossing the dateline are not handled properly in vector tiles API
Adding the following envelope to an index: ``` DELETE shape PUT shape/ { "mappings": { "properties": { "geoLocationBox": {"type": "geo_shape"} } } } POST shape/_doc { "geoLocationBox": { "type": "envelope", "coordinates": [ [ 10.0, 10.0 ],...
https://github.com/elastic/elasticsearch/issues/91060
https://github.com/elastic/elasticsearch/pull/91105
045cc20472ee2a9ebfb02e096f53f2b6f368e93d
44cd52ee151fb133420160652761ed0344b0614f
2022-10-21T06:06:55Z
java
2022-11-02T15:00:31Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
91,010
["build-tools-internal/version.properties", "docs/changelog/91025.yaml", "gradle/verification-metadata.xml"]
Upgrade OpenJDK to 19.0.1+10
OpenJDK 19.0.1+10 is now available. We need to upgrade the version that is bundled with Elasticsearch to the newer version. We currently bundle 19+36.
https://github.com/elastic/elasticsearch/issues/91010
https://github.com/elastic/elasticsearch/pull/91025
753dbbfa3794b5e9bdb5bc0e2fe8bffb5fdda4bb
9ed5bf74724948a22478f7af1c831c14c433994e
2022-10-19T10:01:18Z
java
2022-10-19T19:12:23Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,997
["distribution/src/config/elasticsearch.yml", "docs/changelog/91329.yaml", "docs/reference/setup/advanced-configuration.asciidoc", "server/src/main/java/org/elasticsearch/readiness/ReadinessService.java", "server/src/main/resources/org/elasticsearch/bootstrap/security.policy", "x-pack/plugin/shutdown/qa/multi-node/src/...
Readiness port should not only be available on the loopback device
### Description The new [readiness port](https://www.elastic.co/guide/en/elasticsearch/reference/8.4/advanced-configuration.html#readiness-tcp-port) makes readiness checks on Kubernetes much easier. However the current implementation only allows connections through localhost. TCP probes on Kubernetes are run by the ...
https://github.com/elastic/elasticsearch/issues/90997
https://github.com/elastic/elasticsearch/pull/91329
a3b06e1d685c300d20e8bfba92f91f48997b4971
3fd338ffd15d7d7cafc15b6405d11e64a4641225
2022-10-18T17:23:12Z
java
2022-11-16T14:46:28Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,952
["docs/changelog/94132.yaml", "docs/plugins/repository-hdfs.asciidoc", "plugins/repository-hdfs/src/main/java/org/elasticsearch/repositories/hdfs/HdfsBlobContainer.java", "plugins/repository-hdfs/src/main/java/org/elasticsearch/repositories/hdfs/HdfsBlobStore.java", "plugins/repository-hdfs/src/main/java/org/elasticsea...
the snapshots conf is unused
### Elasticsearch Version 7.17.5 ### Installed Plugins _No response_ ### Java Version 18.0.1.1 ### OS Version 3.10.0-1160.76.1.el7.x86_64 ### Problem Description [https://discuss.elastic.co/t/why-conf-dfs-replication-1-is-not-success/316405](url) conf.dfs.replication = 1 is not be used protected Hdfs...
https://github.com/elastic/elasticsearch/issues/90952
https://github.com/elastic/elasticsearch/pull/94132
5947f3b4554a760133ce210eaa6df3e43b78c928
a462deaccfd38e55663ddef9b814daa6ccc12f69
2022-10-17T13:58:32Z
java
2023-08-03T18:13:45Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,937
["docs/reference/mapping/runtime.asciidoc"]
Doc - Mistake for defining runtime fields in search requests
Hello, I saw a documentation mistake for [runtime fields](https://www.elastic.co/guide/en/elasticsearch/reference/8.4/runtime-search-request.html). The documentation says, to define runtime fields in **search requests**: "Just copy the field definition from the `runtime_mappings in the search request` to `the runtime...
https://github.com/elastic/elasticsearch/issues/90937
https://github.com/elastic/elasticsearch/pull/90999
aa083ce41972a89ec33b943b75f1e80e17d59a04
f66f10fe347004c1eb81d1a31aeb11e9a2f82a7e
2022-10-17T06:38:19Z
java
2022-11-08T13:16:41Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,904
["x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/semantic_search.yml"]
[CI] XPackRestIT test {p0=ml/semantic_search/Test semantic search} failing
**Build scan:** https://gradle-enterprise.elastic.co/s/a6rijazj3trwk/tests/:x-pack:plugin:yamlRestTest/org.elasticsearch.xpack.test.rest.XPackRestIT/test%20%7Bp0=ml%2Fsemantic_search%2FTest%20semantic%20search%7D **Reproduction line:** `gradlew ':x-pack:plugin:yamlRestTest' --tests "org.elasticsearch.xpack.test.rest.X...
https://github.com/elastic/elasticsearch/issues/90904
https://github.com/elastic/elasticsearch/pull/90956
eeeb79d98f4d0f92a39378a7da473056c6e6746d
2afdba9d12ec17c226ac11ce445075471b69904a
2022-10-14T10:13:02Z
java
2022-10-18T09:30:12Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,881
["server/src/main/java/org/elasticsearch/search/fetch/subphase/FetchFieldsPhase.java", "server/src/test/java/org/elasticsearch/search/fetch/subphase/FetchFieldsPhaseTests.java"]
[CI] SizeMappingIT testGetWithFields failing
**Build scan:** https://gradle-enterprise.elastic.co/s/efva2osgphkle/tests/:plugins:mapper-size:internalClusterTest/org.elasticsearch.index.mapper.size.SizeMappingIT/testGetWithFields **Reproduction line:** `./gradlew ':plugins:mapper-size:internalClusterTest' --tests "org.elasticsearch.index.mapper.size.SizeMappingIT...
https://github.com/elastic/elasticsearch/issues/90881
https://github.com/elastic/elasticsearch/pull/90901
36e55ffdbacd7aaaa0bd55a0e18cab38d4f2b88e
5134ba94990cf3aac74a436ca1ad42e6caed6857
2022-10-13T14:14:27Z
java
2022-10-14T10:33:13Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,863
["x-pack/plugin/wildcard/src/test/java/org/elasticsearch/xpack/wildcard/mapper/WildcardFieldMapperTests.java"]
[CI] WildcardFieldMapperTests testSyntheticSourceMany failing
Wildcard field synthetic source doesn't look like it handles duplicate entries. **Build scan:** https://gradle-enterprise.elastic.co/s/bhxzqzxu5vnw6/tests/:x-pack:plugin:wildcard:test/org.elasticsearch.xpack.wildcard.mapper.WildcardFieldMapperTests/testSyntheticSourceMany **Reproduction line:** `./gradlew ':x-pack:pl...
https://github.com/elastic/elasticsearch/issues/90863
https://github.com/elastic/elasticsearch/pull/90886
d69269076d9dc07112684eb359c4556e62633db9
8b2905b59f52d8db63f3a09516c26db2cd3b75c6
2022-10-13T09:14:41Z
java
2022-10-13T17:01:22Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,843
["x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/ilm/RollupStepTests.java"]
[CI] RollupStepTests testHashcodeAndEquals failing
Failed twice in the last week, and is locally reproducible. **Build scan:** https://gradle-enterprise.elastic.co/s/dxnvprlmuv4sc/tests/:x-pack:plugin:core:test/org.elasticsearch.xpack.core.ilm.RollupStepTests/testHashcodeAndEquals **Reproduction line:** `./gradlew ':x-pack:plugin:core:test' --tests "org.elasticsearch...
https://github.com/elastic/elasticsearch/issues/90843
https://github.com/elastic/elasticsearch/pull/90958
890479c4d1c56dd41a8c45b2bc4ca48bb1639497
707b5a13cb78d903ce9b43b2ef2070c61a34f9bd
2022-10-12T14:15:50Z
java
2022-10-18T09:15:26Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,819
["docs/reference/search/search-your-data/ccs-version-compat-matrix.asciidoc"]
[DOCS] Update CCS version compatibility table to include latest releases
The revised [CCS compatibility](https://github.com/elastic/elasticsearch/pull/84055) table is clearer, but needs to be updated manually for each release and has fallen out of date. The table is rapidly becoming unwieldy, so it wouldn't hurt to rethink how we're presenting this.
https://github.com/elastic/elasticsearch/issues/90819
https://github.com/elastic/elasticsearch/pull/91371
3948d4b215b2d64523e73f162258fcdfb180305c
b5dd2cd406db28b8a78fa5c3ade500a111b3d711
2022-10-11T21:35:36Z
java
2022-11-08T16:24:52Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,799
["x-pack/docs/en/watcher/actions/pagerduty.asciidoc", "x-pack/docs/en/watcher/images/pagerduty-integrations.jpg", "x-pack/docs/en/watcher/images/pagerduty-services.jpg"]
Documentation for pagerduty watcher action needs updating re PagerDuty Events API v2
### Elasticsearch Version 7.17.1 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version Cloud hosted linux but N/A as bug is documentation only ### Problem Description The documentation for the "Watcher PagerDuty action" says: > The service must use the API integration. However on Pa...
https://github.com/elastic/elasticsearch/issues/90799
https://github.com/elastic/elasticsearch/pull/90800
7653f6b3ddfca0ffc84bb8ffb55cf04406670ae3
bd97e2bca06c9f524ea359aecb0d848308f6abc7
2022-10-11T11:10:19Z
java
2022-10-14T11:30:37Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,793
["build-tools/src/integTest/groovy/org/elasticsearch/gradle/plugin/StablePluginBuildPluginFuncTest.groovy", "build-tools/src/test/groovy/org/elasticsearch/gradle/plugin/scanner/ClassScannerSpec.groovy"]
[CI] StableBuildPluginPluginFuncTest can scan and create named components file failing
**Build scan:** https://gradle-enterprise.elastic.co/s/3zut2ls7dbaeo/tests/:integTest/org.elasticsearch.gradle.plugin.StableBuildPluginPluginFuncTest/can%20scan%20and%20create%20named%20components%20file **Reproduction line:** `null` **Applicable branches:** main **Reproduces locally?:** Didn't try **Failure histor...
https://github.com/elastic/elasticsearch/issues/90793
https://github.com/elastic/elasticsearch/pull/90811
6866760a47768def2bb0fa3e64a58d5cf7012b59
9bebec286841accc47b0ed3fc42bbf15890c61ea
2022-10-11T09:55:02Z
java
2022-10-13T13:54:39Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,692
["server/src/internalClusterTest/java/org/elasticsearch/reservedstate/service/SnapshotsAndFileSettingsIT.java"]
[CI] SnaphotsAndFileSettingsIT testRestoreWithPersistedFileSettings failing
**Build scan:** https://gradle-enterprise.elastic.co/s/bngqipzvd33he/tests/:server:internalClusterTest/org.elasticsearch.reservedstate.service.SnaphotsAndFileSettingsIT/testRestoreWithPersistedFileSettings **Reproduction line:** `./gradlew ':server:internalClusterTest' --tests "org.elasticsearch.reservedstate.service....
https://github.com/elastic/elasticsearch/issues/90692
https://github.com/elastic/elasticsearch/pull/91863
2d8c93a9a63ceba463652982b3ea1d77577c473c
a334a530efa1460872ebb2bf53706cba3fbdac9e
2022-10-05T17:49:14Z
java
2022-12-06T17:08:21Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,668
["rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search/500_date_range.yml"]
[CI] SmokeTestMultiNodeClientYamlTestSuiteIT test {yaml=search/500_date_range/test match query gte and lte with year uuuu} failing
**Build scan:** https://gradle-enterprise.elastic.co/s/ctye33jrkiiv6/tests/:qa:smoke-test-multinode:yamlRestTest/org.elasticsearch.smoketest.SmokeTestMultiNodeClientYamlTestSuiteIT/test%20%7Byaml=search%2F500_date_range%2Ftest%20match%20query%20gte%20and%20lte%20with%20year%20uuuu%7D **Reproduction line:** `./gradlew ...
https://github.com/elastic/elasticsearch/issues/90668
https://github.com/elastic/elasticsearch/pull/90681
8b0d0716d1db31a596183731d3a0b7b691d305e2
3eaaffb488e552d7942b15937537867ad96fb775
2022-10-05T09:50:05Z
java
2022-10-05T16:56:42Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,665
["x-pack/plugin/snapshot-based-recoveries/src/internalClusterTest/java/org/elasticsearch/xpack/snapshotbasedrecoveries/recovery/SnapshotBasedIndexRecoveryIT.java"]
[CI] SnapshotBasedIndexRecoveryIT testNodeDisconnectsDoNotOverAccountRecoveredBytes failing
**Build scan:** https://gradle-enterprise.elastic.co/s/n2rdnntuvhw64/tests/:x-pack:plugin:snapshot-based-recoveries:internalClusterTest/org.elasticsearch.xpack.snapshotbasedrecoveries.recovery.SnapshotBasedIndexRecoveryIT/testNodeDisconnectsDoNotOverAccountRecoveredBytes **Reproduction line:** `./gradlew ':x-pack:plug...
https://github.com/elastic/elasticsearch/issues/90665
https://github.com/elastic/elasticsearch/pull/90849
9e830840209a7543417f48bb375e661950d68754
0b689b744a303b9413cb6133fa64112e2ed90b0b
2022-10-05T09:28:40Z
java
2022-11-04T15:25:52Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,622
["docs/changelog/91365.yaml", "server/src/internalClusterTest/java/org/elasticsearch/search/basic/SearchRedStateIndexIT.java", "server/src/main/java/org/elasticsearch/action/NoShardAvailableActionException.java", "server/src/main/java/org/elasticsearch/action/search/AbstractSearchAsyncAction.java", "server/src/main/jav...
Searches against a large number of unavailable shards result in very large responses
Searching a large number of unavailable shards through e.g. the `*` pattern while a large cluster is recovering from a full restart or so, leads to extremely large responses containing an exception for each shard. ![](https://user-images.githubusercontent.com/6490959/193701098-868888bc-cdc7-4104-a32a-d9c84d74aef2....
https://github.com/elastic/elasticsearch/issues/90622
https://github.com/elastic/elasticsearch/pull/91365
dfab580976e58c652ef2bb98f24a23b50b9be63a
8df00089cc49a37fb943df33e5f29ee96c5198f8
2022-10-04T05:14:19Z
java
2023-01-13T14:40:58Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,620
["docs/changelog/90626.yaml", "server/src/main/java/org/elasticsearch/action/admin/indices/rollover/TransportRolloverAction.java"]
TransportRolloverAction retains as many cluster state as there are rollover tasks waiting in a batch consuming too much memory
The way, the CS batching in `TransportRolloverAction` is written is broken for large batches of tasks. Each task result will contain the cluster state after applying the task. This consumes unmanageable amounts of memory for large cluster states if a larger number of rollovers gets batched, causing master nodes to run ...
https://github.com/elastic/elasticsearch/issues/90620
https://github.com/elastic/elasticsearch/pull/90626
1f6a71c474da4885728510c82dddca0c9e7d6013
62d2eee10538d38e7f09d35e4ea75fabc5b2e647
2022-10-03T23:38:30Z
java
2022-10-04T10:31:57Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,598
["docs/changelog/90688.yaml", "x-pack/plugin/enrich/src/main/java/org/elasticsearch/xpack/enrich/action/EnrichCoordinatorProxyAction.java"]
[CI] CoordinatorTests testAllSearchesExecuted failing
**Build scan:** https://gradle-enterprise.elastic.co/s/g645ag6b2sko6/tests/:x-pack:plugin:enrich:test/org.elasticsearch.xpack.enrich.action.CoordinatorTests/testAllSearchesExecuted **Reproduction line:** `./gradlew ':x-pack:plugin:enrich:test' --tests "org.elasticsearch.xpack.enrich.action.CoordinatorTests.testAllSear...
https://github.com/elastic/elasticsearch/issues/90598
https://github.com/elastic/elasticsearch/pull/90688
ced1447db005cbaedc474c60aa7b966ed6a5d430
120da9b1e50cf536b332921bb0cb927d9dda9fd9
2022-10-03T10:01:05Z
java
2022-10-05T20:28:32Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,592
["docs/changelog/92232.yaml", "x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/DatafeedJobsIT.java", "x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/datafeed/extractor/scroll/ScrollDataExtractorFactory.java"]
[ML] Investigate how aggregate_metric_double fields affect datafeeds
Since #87849 and #88534 it is possible that anomaly detection jobs and datafeeds will encounter the `aggregate_metric_double` type. We need to investigate how this will affect certain aspects of their behaviour: 1. Specifying detector fields when the datafeed is using an aggregation 2. Specifying detector fields...
https://github.com/elastic/elasticsearch/issues/90592
https://github.com/elastic/elasticsearch/pull/92232
8b9f3b595f566274456e7028a5dc9a4e2f130628
e3f76c5beaa1857dc399101d78f7271a5c106317
2022-10-03T09:03:41Z
java
2022-12-08T18:08:00Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,584
["build-tools-internal/version.properties", "docs/changelog/90589.yaml", "gradle/verification-metadata.xml"]
Upgrade log4j2 to latest version
### Description 2.19.0 is available, we should consider upgrading.
https://github.com/elastic/elasticsearch/issues/90584
https://github.com/elastic/elasticsearch/pull/90589
4271b7fd987755db580e172843f9539219b4150d
1f6a71c474da4885728510c82dddca0c9e7d6013
2022-10-03T08:26:18Z
java
2022-10-04T09:39:23Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,572
["server/src/main/java/org/elasticsearch/index/mapper/NumberFieldMapper.java", "test/framework/src/main/java/org/elasticsearch/index/mapper/MapperTestCase.java", "x-pack/plugin/mapper-aggregate-metric/src/main/java/org/elasticsearch/xpack/aggregatemetric/mapper/AggregateDoubleMetricFieldMapper.java", "x-pack/plugin/map...
`aggregate_metric_double` stores it's subfields in `_ignore`
### Elasticsearch Version main ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version all ### Problem Description When you configure an `aggregate_metric_double` with `ignore_malformed: true` and send a malformed value we create an `_ignored` field with three values, `field.value_count`,...
https://github.com/elastic/elasticsearch/issues/90572
https://github.com/elastic/elasticsearch/pull/90815
d03664f84f15dcfcb900cf2d43121ca9d89bdda8
d29d2e8c382f5b454fe92d6069510910dbcbec58
2022-09-30T18:10:29Z
java
2022-11-07T15:30:51Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,528
["docs/changelog/90552.yaml", "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/DataStreamIndexSe...
Auto generate index.routing_path from dynamic mapping template.
This relates to #86790, which added logic that generates the `index.routing_path` index setting from from field mapped as keyword and marked as time series dimension in the mapping. This builds on top of this and should also check dynamic templates if field template definition are of type `keyword` and `time_series_...
https://github.com/elastic/elasticsearch/issues/90528
https://github.com/elastic/elasticsearch/pull/90552
42ccdeaacf8e978bc05ed98a871a5fd109c4917d
8081fd9f5562edc4438a934905d24d54dbae3da3
2022-09-29T15:03:13Z
java
2022-10-04T12:11:46Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,516
["build.gradle"]
[CI] :x-pack:qa:rolling-upgrade tests failing
### CI Link https://gradle-enterprise.elastic.co/s/kja5p5zfbbroq ### Repro line ./gradlew ':x-pack:qa:rolling-upgrade:v8.5.0#bwcTest' ### Does it reproduce? Didn't try ### Applicable branches main ### Failure history _No response_ ### Failure excerpt The root cause is a EOF exception reading a stream input ...
https://github.com/elastic/elasticsearch/issues/90516
https://github.com/elastic/elasticsearch/pull/90522
3791d6da992d4615aa7ffe5b26d7c51b06d5e6d6
b61f39a92511359e7e07806057bc23494645343d
2022-09-29T12:42:34Z
java
2022-09-29T17:59:16Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,467
["docs/changelog/92081.yaml", "x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc/jwt/JwkSetLoader.java", "x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc/jwt/JwtSignatureValidator.java"]
[CI] JwtRealmAuthenticateTests testJwkSetUpdates failing
It looks like the test started failing on the 23rd on `8.4` and `8.5`: https://gradle-enterprise.elastic.co/scans/tests?search.startTimeMax=1664376109074&search.startTimeMin=1663711200000&search.timeZoneId=Europe/Amsterdam&tests.container=org.elasticsearch.xpack.security.authc.jwt.JwtRealmAuthenticateTests&tests.test=t...
https://github.com/elastic/elasticsearch/issues/90467
https://github.com/elastic/elasticsearch/pull/92081
8c77fe5ba1025545147143ffcaa9c3697c4cfe59
0b7d34e75c6673006fff78ba6a6ee053a4f6c577
2022-09-28T14:43:13Z
java
2022-12-06T07:35:18Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,442
["docs/changelog/90772.yaml", "server/src/main/java/org/elasticsearch/health/node/DiskHealthIndicatorService.java", "server/src/test/java/org/elasticsearch/health/node/DiskHealthIndicatorServiceTests.java"]
Disk indicator - Cover edge case where data node is out of space but has no indices.
**Current behaviour** The disk indicator reports the following when a data node is yellow or red but has no indices. - Symptom: > 1 node with roles: [data] is out of disk or running low on disk space. - Impact: None - Diagnosis: > 0 indices reside on nodes that have run or are likely to run out of space, this ca...
https://github.com/elastic/elasticsearch/issues/90442
https://github.com/elastic/elasticsearch/pull/90772
9e6a784aa57877fcfe0352862356d4866aabb3ab
dac276902b8c148e50a4968977f7f4fcea12265b
2022-09-28T07:31:42Z
java
2022-10-13T12:35:19Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,441
["docs/changelog/90477.yaml", "server/src/main/java/org/elasticsearch/index/shard/IndexShard.java", "server/src/main/java/org/elasticsearch/indices/recovery/MultiFileWriter.java", "server/src/main/java/org/elasticsearch/indices/recovery/RecoveryState.java", "server/src/main/java/org/elasticsearch/indices/recovery/Recov...
Retrying a snapshot-based recovery may over-count `recovered_bytes` in stats
We saw a case where the recovery stats reported `recovered_bytes` greater than `length_in_bytes` for one file: ``` GET /_recovery?detailed 200 OK ... { "name": "_buk.fdt", "length_in_bytes": 26891307173, "reused": false, "recovered_in_bytes": 35324928266, "recovered_from_snapshot_in_bytes": 8433...
https://github.com/elastic/elasticsearch/issues/90441
https://github.com/elastic/elasticsearch/pull/90477
91404bb48f14cb9ccc1108e9d4314e4bc58863c6
ac4e85e1227bff2fae08173ff56763d40e2b5330
2022-09-28T07:27:47Z
java
2022-09-30T12:47:14Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,390
["build-tools-internal/src/main/groovy/elasticsearch.ide.gradle"]
Clean import to IntelliJ cannot run tests that call `PluginsService#getOfficialPlugins`
Today a clean import into IntelliJ cannot run various tests with the IntelliJ runner due to the following NPE: ``` REPRODUCE WITH: ./gradlew 'null' --tests "org.elasticsearch.cluster.ClusterHealthIT.testHealthOnMasterFailover" -Dtests.seed=B17036401F239CE7 -Dtests.locale=pl-PL -Dtests.timezone=Etc/GMT-7 -Druntime.j...
https://github.com/elastic/elasticsearch/issues/90390
https://github.com/elastic/elasticsearch/pull/90420
a3d5d331a4587d6f73738a8abdf587e3ff529943
55c489d83d1578ad4e00491fe75bbf4987819296
2022-09-27T09:38:08Z
java
2022-09-27T19:44:06Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,359
["docs/changelog/90365.yaml", "server/src/main/java/org/elasticsearch/health/metadata/HealthMetadataService.java", "server/src/main/java/org/elasticsearch/health/node/selection/HealthNodeTaskExecutor.java"]
[CI] MixedClusterClientYamlTestSuiteIT test {p0=search/30_limits/Request with negative from value url parameter} failing
Test failures related with the introduction of the health node: - https://gradle-enterprise.elastic.co/s/jljdb2rp7hbc6/tests/:qa:mixed-cluster:v8.4.3%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=search%2F30_limits%2FRequest%20with%20negative%20from%20value%20url%20parame...
https://github.com/elastic/elasticsearch/issues/90359
https://github.com/elastic/elasticsearch/pull/90365
50cfd2b17ad1ec11d64b4c8473effc0ce962c5ee
2ef957a0ee7ced5211a71a4cff14ea772f121339
2022-09-26T14:22:36Z
java
2022-09-26T16:14:35Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,356
["docs/changelog/90347.yaml", "x-pack/plugin/transform/src/main/java/org/elasticsearch/xpack/transform/transforms/scheduling/TransformScheduledTask.java", "x-pack/plugin/transform/src/test/java/org/elasticsearch/xpack/transform/transforms/scheduling/TransformScheduledTaskTests.java"]
[CI] XPackRestIT test {p0=transform/transforms_unattended/Test unattended put and start} failing
**Build scan:** https://gradle-enterprise.elastic.co/s/5ycoudhmhnpjc/tests/:x-pack:plugin:yamlRestTest/org.elasticsearch.xpack.test.rest.XPackRestIT/test%20%7Bp0=transform%2Ftransforms_unattended%2FTest%20unattended%20put%20and%20start%7D **Reproduction line:** `./gradlew ':x-pack:plugin:yamlRestTest' --tests "org.ela...
https://github.com/elastic/elasticsearch/issues/90356
https://github.com/elastic/elasticsearch/pull/90347
13d946c81b6d3a26666b9944616ee54f84f2beff
05c742d166e93e34e37765c0a1fa751066c4df02
2022-09-26T14:05:43Z
java
2022-09-26T15:10:25Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,337
["docs/changelog/90346.yaml", "server/src/main/java/org/elasticsearch/reservedstate/service/ReservedClusterStateService.java", "server/src/main/java/org/elasticsearch/reservedstate/service/ReservedStateErrorTask.java", "server/src/main/java/org/elasticsearch/reservedstate/service/ReservedStateErrorTaskExecutor.java", "...
ReservedClusterStateService uses last-applied state to determine no-ops
Today the `ReservedClusterStateService` decides whether or not to submit an update-error task depending on the content of the last-applied state as exposed by `ClusterService#state()`. This may happen concurrently with another state being published, so does not give a fully consistent view of the latest state. Instead ...
https://github.com/elastic/elasticsearch/issues/90337
https://github.com/elastic/elasticsearch/pull/90346
02fb26c05303f15efbc1c807672e1c04c182440b
f0aa4e7a42442f7aa4a3d26cd5d67c85448c580b
2022-09-26T09:19:42Z
java
2022-09-27T13:47:37Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,334
["docs/changelog/90482.yaml", "server/src/main/java/org/elasticsearch/monitor/jvm/HotThreads.java", "server/src/main/java/org/elasticsearch/transport/Transports.java", "server/src/test/java/org/elasticsearch/monitor/jvm/HotThreadsTests.java"]
Hot threads should treat `other=` time on transport workers as idle time
Transport worker threads should basically always be in state `RUNNABLE` which means that today they are reported by the hot threads API as 100% hot even when completely idle: ``` 100.0% [cpu=0.0%, other=100.0%] (500ms out of 500ms) cpu usage by thread 'elasticsearch[instance-0000000004][transport_worker][T#1]' ...
https://github.com/elastic/elasticsearch/issues/90334
https://github.com/elastic/elasticsearch/pull/90482
bc49392bfb26d965af2d4201f81e68e882ea8500
32f166daad9f8d4265293a2e509b11e2e4dae049
2022-09-26T07:52:34Z
java
2022-10-04T19:09:32Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,327
["docs/changelog/93502.yaml", "server/src/main/java/org/elasticsearch/cluster/routing/allocation/ShardsAvailabilityHealthIndicatorService.java", "server/src/test/java/org/elasticsearch/cluster/routing/allocation/ShardsAvailabilityHealthIndicatorServiceTests.java"]
[HealthAPI] Shards availability indicator doesn't report diagnosis when disk is out of space
### Elasticsearch Version 8.4, 8.5, 8.6 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version Darwin ### Problem Description The shards availability indicator should always be reporting diagnosis when its status is RED/YELLOW. However, when an index is on a data node that runs out of d...
https://github.com/elastic/elasticsearch/issues/90327
https://github.com/elastic/elasticsearch/pull/93502
e228103e8fe545e23a391f7aa213cfc3d824310d
db17d38c55938f40e78f30468fbf690c94a2932e
2022-09-24T10:11:34Z
java
2023-02-08T09:25:44Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,323
["docs/changelog/90612.yaml", "server/src/main/java/org/elasticsearch/search/internal/ExitableDirectoryReader.java", "server/src/test/java/org/elasticsearch/search/SearchCancellationTests.java"]
Make sure ANN searches are cancellable
Currently if you provide an ANN search using the `knn` search section, the search doesn't respect cancellation. This is because ANN searches use their own Lucene data structures that aren't covered by `ExitableDirectoryReader`. This class is forked from Lucene, and in Lucene's version we recently added fine-grained ...
https://github.com/elastic/elasticsearch/issues/90323
https://github.com/elastic/elasticsearch/pull/90612
f7bb5e02c50e2e981784fbf967c4531116be9dd4
2a17e5302d92a9c15d4686cdd101d076867dbb4d
2022-09-23T23:35:44Z
java
2022-10-04T13:13:09Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,301
["docs/changelog/90347.yaml", "x-pack/plugin/transform/src/main/java/org/elasticsearch/xpack/transform/transforms/scheduling/TransformScheduledTask.java", "x-pack/plugin/transform/src/test/java/org/elasticsearch/xpack/transform/transforms/scheduling/TransformScheduledTaskTests.java"]
[CI] XPackRestIT test {p0=transform/transforms_unattended/Test unattended put and start wildcard} failing
**Build scan:** https://gradle-enterprise.elastic.co/s/mc6mzbewge5rq/tests/:x-pack:plugin:yamlRestTest/org.elasticsearch.xpack.test.rest.XPackRestIT/test%20%7Bp0=transform%2Ftransforms_unattended%2FTest%20unattended%20put%20and%20start%20wildcard%7D **Reproduction line:** `./gradlew ':x-pack:plugin:yamlRestTest' -...
https://github.com/elastic/elasticsearch/issues/90301
https://github.com/elastic/elasticsearch/pull/90347
13d946c81b6d3a26666b9944616ee54f84f2beff
05c742d166e93e34e37765c0a1fa751066c4df02
2022-09-23T12:56:36Z
java
2022-09-26T15:10:25Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,275
["docs/reference/release-notes/8.4.2.asciidoc", "server/src/main/java/org/elasticsearch/lucene/queries/BlendedTermQuery.java", "server/src/test/java/org/elasticsearch/lucene/queries/BlendedTermQueryTests.java"]
“totalTermFreq must be at least docFreq” error after upgrading to 8.4.2
### Elasticsearch Version 8.4.2 (in Docker) ### Installed Plugins Whatever comes in the Elasticsearch Docker image ### Java Version _bundled_ (`java -version` doesn't work inside the Docker image) ### OS Version Whatever's in the Elasticsearch Docker image: ```console $ uname -a Linux c8dae8d2...
https://github.com/elastic/elasticsearch/issues/90275
https://github.com/elastic/elasticsearch/pull/90278
b76b96838946d6a140aab2838bdd94f5f22f5952
1acc278c2edd2b165e07b0c44ddd5f6a1d16e0d0
2022-09-22T18:55:07Z
java
2022-09-23T17:35:24Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,272
["docs/changelog/92717.yaml", "modules/data-streams/src/yamlRestTest/resources/rest-api-spec/test/data_stream/110_update_by_query.yml", "server/src/main/java/org/elasticsearch/index/reindex/UpdateByQueryRequest.java"]
Wildcard expansion on `_update_by_query` for data streams
### Elasticsearch Version 8.4.1 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version Any ### Problem Description Data streams can be individually targeted by update by query but wildcards don't seem to work. ie: `/my-data-stream-*/_update_by_query` doesn't work while `/my-data-strea...
https://github.com/elastic/elasticsearch/issues/90272
https://github.com/elastic/elasticsearch/pull/92717
0d59d3d00ab5c6fa2ea12224cb3bc4fcd5c9f94e
67b53393043a3c5350e11cf20a516c577c2d575c
2022-09-22T16:32:52Z
java
2023-01-05T20:36:38Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,255
["docs/changelog/90347.yaml", "x-pack/plugin/transform/src/main/java/org/elasticsearch/xpack/transform/transforms/scheduling/TransformScheduledTask.java", "x-pack/plugin/transform/src/test/java/org/elasticsearch/xpack/transform/transforms/scheduling/TransformScheduledTaskTests.java"]
[CI] XPackRestIT test {p0=transform/transforms_start_stop/Test start transform} failing
**Build scan:** https://gradle-enterprise.elastic.co/s/cejfb3rldrw5q/tests/:x-pack:plugin:yamlRestTest/org.elasticsearch.xpack.test.rest.XPackRestIT/test%20%7Bp0=transform%2Ftransforms_start_stop%2FTest%20start%20transform%7D **Reproduction line:** `./gradlew ':x-pack:plugin:yamlRestTest' --tests "org.elasticsearch.xp...
https://github.com/elastic/elasticsearch/issues/90255
https://github.com/elastic/elasticsearch/pull/90347
13d946c81b6d3a26666b9944616ee54f84f2beff
05c742d166e93e34e37765c0a1fa751066c4df02
2022-09-22T12:33:37Z
java
2022-09-26T15:10:25Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,228
["rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/nodes.stats/11_indices_metrics.yml"]
[CI] MixedClusterClientYamlTestSuiteIT test {p0=nodes.stats/11_indices_metrics/indices mappings exact count test for indices level} failing
**Build scan:** https://gradle-enterprise.elastic.co/s/dhonuoi32kmdq/tests/:qa:mixed-cluster:v8.5.0%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=nodes.stats%2F11_indices_metrics%2Findices%20mappings%20exact%20count%20test%20for%20indices%20level%7D **Reproduction line:*...
https://github.com/elastic/elasticsearch/issues/90228
https://github.com/elastic/elasticsearch/pull/90297
fdfb3b53ac96f865d9964d4147ffb1555109d5cf
2a701bae19d9f63ef3ef25b69db658fa3f576ff4
2022-09-22T10:34:11Z
java
2022-09-26T08:03:11Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,223
["docs/changelog/91515.yaml", "server/src/internalClusterTest/java/org/elasticsearch/discovery/StableMasterDisruptionIT.java", "server/src/main/java/org/elasticsearch/health/Diagnosis.java", "server/src/main/java/org/elasticsearch/health/GetHealthAction.java", "server/src/main/java/org/elasticsearch/health/HealthIndica...
Health API chunked response
### Description The health API response can become a few MBs (2-3MB if 50K indices are affected). In less extreme situations the response can be in the 10s/100s of KB. It might be worthwhile looking into chunking its response (this might provide clients with a better experience too)
https://github.com/elastic/elasticsearch/issues/90223
https://github.com/elastic/elasticsearch/pull/91515
e4c56e60af8018bf78391de4b8c64801e571eca0
ebd336f5c74eb7527df6f61dec4bb267431e8d58
2022-09-22T09:41:05Z
java
2022-11-15T11:27:00Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,222
["docs/changelog/90271.yaml", "server/src/main/java/org/elasticsearch/bootstrap/Security.java", "server/src/main/java/org/elasticsearch/cluster/metadata/ReservedStateMetadata.java", "server/src/main/java/org/elasticsearch/reservedstate/service/FileSettingsService.java", "server/src/test/java/org/elasticsearch/cluster/m...
[CI] FileSettingsServiceIT testErrorSaved failing
Some more earlier failures with the same issue (all in Windows builds): https://gradle-enterprise.elastic.co/s/ic3vf76vlpiho https://gradle-enterprise.elastic.co/s/7nsuvadgg5bbm https://gradle-enterprise.elastic.co/s/7kcrezoswrgdg **Build scan:** https://gradle-enterprise.elastic.co/s/whgmtqrtovpgu/tests/:server:inter...
https://github.com/elastic/elasticsearch/issues/90222
https://github.com/elastic/elasticsearch/pull/90271
1acc278c2edd2b165e07b0c44ddd5f6a1d16e0d0
6af2b5c184d30e30bbba7d19bc8edd9f4294ae29
2022-09-22T09:19:50Z
java
2022-09-23T17:59:38Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,213
["server/src/main/java/org/elasticsearch/health/node/DiskHealthIndicatorService.java", "server/src/test/java/org/elasticsearch/health/node/DiskHealthIndicatorServiceTests.java"]
Change disk health status calculation to give priority to GREEN over UNKNOWN
null
https://github.com/elastic/elasticsearch/issues/90213
https://github.com/elastic/elasticsearch/pull/90654
b78e71d600c4d07d9f2b5415aaec1c733b68dbd4
a0652116780ab6304918ee1734317a31c8271915
2022-09-22T07:52:18Z
java
2022-10-05T15:46:29Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,212
["server/src/main/java/org/elasticsearch/cluster/routing/RoutingNode.java", "server/src/main/java/org/elasticsearch/health/node/DiskHealthIndicatorService.java", "server/src/main/java/org/elasticsearch/health/node/HealthIndicatorDisplayValues.java", "server/src/test/java/org/elasticsearch/health/node/DiskHealthIndicato...
Refactor Disk health indicator
During the development and review process of the disk health indicator we noticed that it was hard to understand. Since we learnt a lot from the first round of development we want to go through the code one more time and restructure it.
https://github.com/elastic/elasticsearch/issues/90212
https://github.com/elastic/elasticsearch/pull/90366
48c924e1a9f819625d63d12436f45269f9e55871
30f24d4eea7cb44d78561fd2c88ba477fb5d3d70
2022-09-22T07:50:21Z
java
2022-09-28T13:13:31Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,187
["docs/changelog/90458.yaml", "rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search/500_date_range.yml", "server/src/main/java/org/elasticsearch/common/time/JavaDateFormatter.java", "server/src/test/java/org/elasticsearch/common/time/DateFormattersTests.java"]
Match query on date property with format 'uuuu' (year) acts as a range query for years below 1971
### Elasticsearch Version 8.4.2 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version `Linux yrodiere.redhat 5.19.8-200.fc36.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 8 19:02:21 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux` ### Problem Description Since Elasticsearch 8.4.2, run...
https://github.com/elastic/elasticsearch/issues/90187
https://github.com/elastic/elasticsearch/pull/90458
32dbb0b4e0e181bbe8aed4fc0fed3abb793268fb
3f3a95e2dc2ca3c6e6a546a1c4787581ca0c316b
2022-09-21T12:04:57Z
java
2022-10-04T08:43:44Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,121
["docs/changelog/90317.yaml", "server/src/main/java/org/elasticsearch/search/aggregations/bucket/range/BinaryRangeAggregator.java", "server/src/test/java/org/elasticsearch/search/aggregations/bucket/histogram/AutoDateHistogramAggregatorTests.java"]
auto_date_histogram aggregation with ip_ranges sub-aggregation fails with illegal_state_exception
### Elasticsearch Version 7.16.2 ### Installed Plugins _No response_ ### Java Version openjdk 11.0.13 ### OS Version Ubuntu 18.04.1 ### Problem Description Using `auto_date_histogram` with a `ip_range` sub-aggregation with `<n>` ranges fails with an `illegal_state_exception` with reason `Expected [<n>] buckets...
https://github.com/elastic/elasticsearch/issues/90121
https://github.com/elastic/elasticsearch/pull/90317
a1ea442e25e9695bcc9e8d39c9d0c28d1f467e97
366eb44a18cd5e1ce390752069ab36fe00192d5f
2022-09-17T01:18:55Z
java
2022-09-26T16:02:11Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,082
["server/src/main/java/org/elasticsearch/indices/recovery/RecoverySettings.java", "server/src/test/java/org/elasticsearch/indices/recovery/RecoverySettingsTests.java", "test/framework/src/main/java/org/elasticsearch/test/MockLogAppender.java"]
Snapshot-based peer recovery permit exhaustion yields incorrect message
We limit the number of concurrent blob downloads per node and per recovery, but if a user configures too many concurrent recoveries they may run out of per-node download permits which yields the following message: > Unable to acquire permit to use snapshot files during recovery, this recovery will recover index file...
https://github.com/elastic/elasticsearch/issues/90082
https://github.com/elastic/elasticsearch/pull/96336
31044b9ac027560e14ab82ae9914ae3d4867f380
0a7bb649b4c517ca5ca506ffe0b0c0073f2874e3
2022-09-15T08:11:12Z
java
2023-05-30T18:58:14Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,076
["server/src/main/java/org/elasticsearch/search/aggregations/CardinalityUpperBound.java", "server/src/main/java/org/elasticsearch/search/aggregations/bucket/composite/CompositeAggregationBuilder.java", "server/src/main/java/org/elasticsearch/search/aggregations/bucket/filter/FilterAggregationBuilder.java", "server/src/...
`filter` aggregation should run as `filters`
### Elasticsearch Version main ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version all ### Problem Description The `filter` agg should run as `filters` because the `filters` agg has tons of optimizations, some of them are even around when running with a single filter. At a minimum we ...
https://github.com/elastic/elasticsearch/issues/90076
https://github.com/elastic/elasticsearch/pull/90318
5516c516b2b49dba772892154d903bea921d963a
ad00fafc3df71ffb5b526a1bff0cb38c1e6fa33f
2022-09-14T20:27:03Z
java
2022-09-30T09:26:06Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,071
["server/src/test/java/org/elasticsearch/index/engine/InternalEngineTests.java"]
[CI] InternalEngineTests testMergeThreadLogging failing
Also seen in a local run of `./gradlew :server:test` but doesn't easily reproduce, even when running many iterations in a loop. **Build scan:** https://gradle-enterprise.elastic.co/s/kbbpmnbim32ck/tests/:server:test/org.elasticsearch.index.engine.InternalEngineTests/testMergeThreadLogging **Reproduction line:** ...
https://github.com/elastic/elasticsearch/issues/90071
https://github.com/elastic/elasticsearch/pull/102640
6df66d017584978616a46851b61959edc183c790
64f4d75d67fd6fb014da4b05d792790791ba4e7c
2022-09-14T16:26:29Z
java
2023-11-27T14:19:20Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,054
["x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/indexing/AsyncTwoPhaseIndexer.java", "x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/indexing/AsyncTwoPhaseIndexerTests.java"]
[CI] XPackRestIT test {p0=transform/transforms_unattended/Test unattended put and start} failing
reproduces if I slow down the validation call, which seems to happen on CI. **Build scan:** https://gradle-enterprise.elastic.co/s/n5k3wukhl7ksy/tests/:x-pack:plugin:yamlRestTest/org.elasticsearch.xpack.test.rest.XPackRestIT/test%20%7Bp0=transform%2Ftransforms_unattended%2FTest%20unattended%20put%20and%20start%7D **R...
https://github.com/elastic/elasticsearch/issues/90054
https://github.com/elastic/elasticsearch/pull/90063
2e4e3b848dc6409574e42e986ced793812de95d5
9b9540e0e92226f5bc1869d1ad9376b6fb85a1f5
2022-09-14T10:26:13Z
java
2022-09-15T09:35:45Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
90,022
["docs/changelog/90033.yaml", "server/src/main/java/org/elasticsearch/action/admin/indices/delete/DeleteIndexClusterStateUpdateRequest.java", "server/src/main/java/org/elasticsearch/action/admin/indices/delete/TransportDeleteIndexAction.java", "server/src/main/java/org/elasticsearch/cluster/metadata/MetadataDeleteIndex...
Batch index delete cluster state tasks
### Description Currently every index delete task is processed individually. Additionally, they are marked at the `urgent` level. This leads to scenarios where a number of index delete tasks that are queued up very quickly can lead to starvation. We have seen these tasks delaying the processing of `node-join` tasks di...
https://github.com/elastic/elasticsearch/issues/90022
https://github.com/elastic/elasticsearch/pull/90033
e1d897f00b3bff3f67ad7ed87c725eb6b3608a4a
51770816b503b01f9f99c5d99030e0daf7704e53
2022-09-13T02:56:21Z
java
2022-09-21T10:03:27Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,994
["modules/aggregations/src/yamlRestTest/resources/rest-api-spec/test/aggregations/max_metric.yml"]
[CI] MixedClusterClientYamlTestSuiteIT test {p0=search.aggregation/110_max_metric/Merging results with unmapped fields} failing
**Build scan:** https://gradle-enterprise.elastic.co/s/od2upyikcyxqy/tests/:qa:mixed-cluster:v8.4.2%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=search.aggregation%2F110_max_metric%2FMerging%20results%20with%20unmapped%20fields%7D **Reproduction line:** `./gradlew ':qa:...
https://github.com/elastic/elasticsearch/issues/89994
https://github.com/elastic/elasticsearch/pull/91416
b5dd2cd406db28b8a78fa5c3ade500a111b3d711
8d5519da742d6344e9ab9c7477a9ff9256e1fbec
2022-09-12T08:32:41Z
java
2022-11-08T16:52:13Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,956
["docs/changelog/89929.yaml", "server/src/main/java/org/elasticsearch/repositories/blobstore/BlobStoreRepository.java", "server/src/main/java/org/elasticsearch/repositories/blobstore/ShardSnapshotTaskRunner.java", "server/src/test/java/org/elasticsearch/repositories/blobstore/BlobStoreRepositoryTests.java", "server/src...
[CI] SharedClusterSnapshotRestoreIT.testDataFileFailureDuringSnapshot failing
### CI Link https://gradle-enterprise.elastic.co/s/ou2sap2dhy3q2/tests/:server:internalClusterTest/org.elasticsearch.snapshots.SharedClusterSnapshotRestoreIT/testDataFileFailureDuringSnapshot ### Repro line ./gradlew ':server:internalClusterTest' --tests "org.elasticsearch.snapshots.SharedClusterSnapshotRestoreIT.te...
https://github.com/elastic/elasticsearch/issues/89956
https://github.com/elastic/elasticsearch/pull/89929
31cba2d085c9b9ea029cf913526e0ad6d2ad865c
7164e3511979e2d01f1da6944452f4f610386d5c
2022-09-09T08:54:03Z
java
2022-09-09T10:57:04Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,933
["docs/changelog/94322.yaml", "docs/reference/search/terms-enum.asciidoc", "server/src/main/java/org/elasticsearch/index/mapper/IpFieldMapper.java", "server/src/main/java/org/elasticsearch/index/mapper/IpPrefixAutomatonUtil.java", "server/src/main/java/org/elasticsearch/index/mapper/KeywordFieldMapper.java", "server/sr...
Add `_terms_enum` support for the `ip` field type
### Description ### Description The _terms_enum API [currently supports](https://github.com/elastic/elasticsearch/pull/83244) keyword, constant_keyword and flattened fields. Kibana would also like to support `ip` field type: https://github.com/elastic/kibana/issues/140266 Opening this issue to discuss if this ...
https://github.com/elastic/elasticsearch/issues/89933
https://github.com/elastic/elasticsearch/pull/94322
706d0651c5f839232f83a4643e08b1bceb9c8458
d8021360ffbca9625881540fb8bd36fb839ffd77
2022-09-08T14:56:22Z
java
2023-03-07T18:26:20Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,927
["docs/changelog/89929.yaml", "server/src/main/java/org/elasticsearch/repositories/blobstore/BlobStoreRepository.java", "server/src/main/java/org/elasticsearch/repositories/blobstore/ShardSnapshotTaskRunner.java", "server/src/test/java/org/elasticsearch/repositories/blobstore/BlobStoreRepositoryTests.java", "server/src...
[CI] DedicatedClusterSnapshotRestoreIT testSnapshotDeleteRelocatingPrimaryIndex failing
**Build scan:** https://gradle-enterprise.elastic.co/s/4647z2olruffa/tests/:server:internalClusterTest/org.elasticsearch.snapshots.DedicatedClusterSnapshotRestoreIT/testSnapshotDeleteRelocatingPrimaryIndex **Reproduction line:** `./gradlew ':server:internalClusterTest' --tests "org.elasticsearch.snapshots.Dedicate...
https://github.com/elastic/elasticsearch/issues/89927
https://github.com/elastic/elasticsearch/pull/89929
31cba2d085c9b9ea029cf913526e0ad6d2ad865c
7164e3511979e2d01f1da6944452f4f610386d5c
2022-09-08T13:58:55Z
java
2022-09-09T10:57:04Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,924
["server/src/main/java/org/elasticsearch/cluster/metadata/MetadataIndexAliasesService.java", "server/src/test/java/org/elasticsearch/cluster/metadata/MetadataIndexAliasesServiceTests.java"]
`MetadataIndexAliasesService` submits unbatched tasks at URGENT priority
As the title says. These tasks should be batched because they can arise from ILM actions. Relates #77466
https://github.com/elastic/elasticsearch/issues/89924
https://github.com/elastic/elasticsearch/pull/90010
c40615c3155a90bd54f68254d183c54df2752367
e0496fab29940a75b7a561594a25f39e6063164a
2022-09-08T13:40:44Z
java
2022-12-30T17:40:03Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,913
["docs/changelog/90426.yaml", "x-pack/plugin/watcher/src/main/java/org/elasticsearch/xpack/watcher/notification/email/EmailService.java", "x-pack/plugin/watcher/src/test/java/org/elasticsearch/xpack/watcher/notification/email/EmailServiceTests.java"]
Watcher domain allowlist seemingly has no effect
### Elasticsearch Version 8.3.3 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version 18.04.1-Ubuntu SMP (Running on elastic cloud) ### Problem Description I want to limit the possible email-recipients for watcher actions using `xpack.notification.email.account.domain_...
https://github.com/elastic/elasticsearch/issues/89913
https://github.com/elastic/elasticsearch/pull/90426
d9ea080d1032cd7ed48ce6886e7bc21929d7a9e9
48c924e1a9f819625d63d12436f45269f9e55871
2022-09-08T11:12:54Z
java
2022-09-28T13:07:13Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,908
["server/src/internalClusterTest/java/org/elasticsearch/snapshots/CloneSnapshotIT.java", "test/framework/src/main/java/org/elasticsearch/snapshots/AbstractSnapshotIntegTestCase.java"]
[CI] CloneSnapshotIT testRemoveFailedCloneFromCSWithQueuedSnapshotInProgress failing
**Build scan:** https://gradle-enterprise.elastic.co/s/dbmwpj3qke4vo/tests/:server:internalClusterTest/org.elasticsearch.snapshots.CloneSnapshotIT/testRemoveFailedCloneFromCSWithQueuedSnapshotInProgress **Reproduction line:** `./gradlew ':server:internalClusterTest' --tests "org.elasticsearch.snapshots.CloneSnapshotIT...
https://github.com/elastic/elasticsearch/issues/89908
https://github.com/elastic/elasticsearch/pull/89914
397df7dbffac38d542653aa7fc824c08e5bbdf64
bab58c091a396bb7ac6c543a7fd229fbbb990ad7
2022-09-08T09:47:33Z
java
2022-09-08T13:32:25Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,868
["docs/changelog/89196.yaml", "x-pack/plugin/spatial/src/internalClusterTest/java/org/elasticsearch/xpack/spatial/search/GeoGridAggAndQueryConsistencyIT.java", "x-pack/plugin/spatial/src/main/java/org/elasticsearch/xpack/spatial/index/query/H3LatLonGeometry.java", "x-pack/plugin/spatial/src/test/java/org/elasticsearch/...
[CI] org.elasticsearch.xpack.spatial.index.query.H3LatLonGeometryTests.testIndexPoints
### CI Link https://gradle-enterprise.elastic.co/s/752jgoui6up4c/tests/:x-pack:plugin:spatial:test/org.elasticsearch.xpack.spatial.index.query.H3LatLonGeometryTests/testIndexPoints?top-execution=1 ### Repro line `./gradlew ':x-pack:plugin:spatial:test' --tests "org.elasticsearch.xpack.spatial.index.query.H3Lat...
https://github.com/elastic/elasticsearch/issues/89868
https://github.com/elastic/elasticsearch/pull/89196
d40f5b468217cf896813b93d16392d4e1a091391
1c2bd7c0f15044b1ed41f5a64ac8f6544eb331b7
2022-09-07T12:21:16Z
java
2022-09-13T09:05:46Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,856
["build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/ElasticsearchJavaModulePathPluginFuncTest.groovy"]
[CI] org.elasticsearch.gradle.internal.ElasticsearchJavaModulePathPluginFuncTest
### CI Link https://gradle-enterprise.elastic.co/s/xunq6rymvvy34/tests/:build-tools-internal:integTest/org.elasticsearch.gradle.internal.ElasticsearchJavaModulePathPluginFuncTest/included%20build%20with%20non%20module%20dependencies ### Repro line `./gradlew :build-tools-internal:integTest` ### Does it reproduce? ...
https://github.com/elastic/elasticsearch/issues/89856
https://github.com/elastic/elasticsearch/pull/89894
06cfa747be6f6168a508901eb262942be79e36b1
0dc4695e6a291ea3ca0a370b060333925f340c5e
2022-09-07T09:39:32Z
java
2022-09-07T23:52:14Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,823
["docs/changelog/89851.yaml", "server/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/NodeShutdownAllocationDecider.java", "server/src/test/java/org/elasticsearch/cluster/routing/allocation/decider/NodeShutdownAllocationDeciderTests.java"]
Indices with auto_expand_replicas are not replicated
### Elasticsearch Version 7.17.1 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version Ubuntu 18.04 ### Problem Description Problem originally discussed [here](https://discuss.elastic.co/t/auto-expand-replicas-not-working-on-enrich-index/313569). See the complete discu...
https://github.com/elastic/elasticsearch/issues/89823
https://github.com/elastic/elasticsearch/pull/89851
4b62ca0108fb7518d6828be47fce83758cb3757c
984d225ff90263ed07c97e8a7bcf448ba48f1d9a
2022-09-06T14:58:18Z
java
2022-09-08T07:17:57Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,802
["docs/changelog/90396.yaml", "x-pack/plugin/transform/src/main/java/org/elasticsearch/xpack/transform/transforms/TransformFailureHandler.java", "x-pack/plugin/transform/src/test/java/org/elasticsearch/xpack/transform/transforms/TransformFailureHandlerTests.java"]
[Transform] transform can fail without retry when source index gets closed by ILM unfollow
**Affected version:** 7.12 - 7.17.7, 8.0-8.5 **Fixed in:** 7.17.7, 8.5.0 ### Problem Description A continuous transform can fail if a transform is searching at the same time as an ILM action occurs or in general anything that closes an index. This should not happen if transform is configured with a wildcard patt...
https://github.com/elastic/elasticsearch/issues/89802
https://github.com/elastic/elasticsearch/pull/90396
e306cebeae54706b916f9d6d1acc40863f50eb87
09eafed22f9185401667604ef3fa4321cce58dca
2022-09-05T12:25:13Z
java
2022-09-27T12:16:03Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,795
["docs/changelog/91546.yaml", "server/src/main/java/org/elasticsearch/index/analysis/AnalysisRegistry.java", "x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/dataframe/DestinationIndex.java", "x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/dataframe/DestinationIndexTests.java"]
[ML] Auto-created data frame analytics destination index can omit required settings
When a data frame analytics job is started it will automatically create its destination index if it doesn't already exist. When this happens the mappings are copied from the source indices. In addition two settings are copied from the source indices: `index.number_of_shards` and `index.number_of_replicas`. Howev...
https://github.com/elastic/elasticsearch/issues/89795
https://github.com/elastic/elasticsearch/pull/91546
b5226efaf0fcb5219ef0dd265b02efc92cdb6c2f
fc5c1f16f17759b10cc80b51de53827620ca8422
2022-09-05T08:57:56Z
java
2022-11-14T15:25:25Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,789
["docs/changelog/89962.yaml", "server/src/internalClusterTest/java/org/elasticsearch/search/query/IntervalQueriesIT.java", "server/src/main/java/org/elasticsearch/index/query/IntervalBuilder.java"]
Sub-iterators of ConjunctionDISI are not on the same document! error
### Elasticsearch Version 8.4.1, 7.17.5 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version official docker image on Darwin MacBookBertrand.local 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:22 PDT 2022; root:xnu-8020.121.3~4/RELEASE_X86_64 x86_64 ### Problem D...
https://github.com/elastic/elasticsearch/issues/89789
https://github.com/elastic/elasticsearch/pull/89962
224f48e6373b59980b7de6083d428a99acd05caf
332361ecd4ad92d9bf88bb8b2552786b7aff6fd4
2022-09-02T11:57:48Z
java
2022-09-09T16:22:32Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,760
["docs/changelog/90341.yaml", "rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search/160_exists_query.yml", "server/src/main/java/org/elasticsearch/search/query/TopDocsCollectorContext.java", "server/src/test/java/org/elasticsearch/search/query/TopDocsCollectorContextTests.java"]
total hit count is wrong for exists query
### Elasticsearch Version 8.4.1 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version macOs 10.15.7, Elasticsearch running in docker container ### Problem Description I index 5 documents containing a minmal set of fields. One field is named `name` and for one of the docs it is empty (`"...
https://github.com/elastic/elasticsearch/issues/89760
https://github.com/elastic/elasticsearch/pull/90341
27596636e144a521d6a85ea5c074d2a522645860
8f447136580daad932f3b199d92171936bc1e92c
2022-08-31T18:52:34Z
java
2022-10-05T08:43:04Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,742
["docs/reference/ingest/processors/geoip.asciidoc"]
Additional detail on the custom GeoIP Endpoint documentation
The current documentation for using a custom GeoIP Endpoint is a bit unclear on the specific requirements for what value needs to be provided for the ingest.geoip.downloader.endpoint setting. https://www.elastic.co/guide/en/elasticsearch/reference/8.3/geoip-processor.html#use-custom-geoip-endpoint Currently the pro...
https://github.com/elastic/elasticsearch/issues/89742
https://github.com/elastic/elasticsearch/pull/91182
f880d416695f56a5febdf8b2f22fbfe4e99e4ba5
d5b45846127456487dfdf59c2ffe13e90356e468
2022-08-31T06:29:45Z
java
2022-11-09T15:17:33Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,739
["README.asciidoc", "docs/reference/setup.asciidoc", "docs/reference/setup/install.asciidoc", "docs/reference/setup/run-elasticsearch-locally.asciidoc"]
[DOCS] Restore simple dev setup instructions to the Elasticsearch README
### Description As part of the Onboarding 2.0 effort, we've introduced a set of new getting started tutorials and worked to minimize the number of similar-but-different "getting started" entry points in the docs so the recommended path is the most discoverable path. All well and good, but the cascade of changes over t...
https://github.com/elastic/elasticsearch/issues/89739
https://github.com/elastic/elasticsearch/pull/89714
3c6797f2d2271a30b24f505da55afbb5ea10733e
ba14aaa004beceb1db7cb649287aa11318c04e8f
2022-08-30T22:27:23Z
java
2022-09-01T23:49:05Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,642
["x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/termsenum/TermsEnumRequestTests.java"]
[CI] TermsEnumRequestTests testEqualsAndHashcode failing
**Build scan:** https://gradle-enterprise.elastic.co/s/7zj432hwg2iua/tests/:x-pack:plugin:core:test/org.elasticsearch.xpack.core.termsenum.TermsEnumRequestTests/testEqualsAndHashcode **Reproduction line:** `gradlew ':x-pack:plugin:core:test' --tests "org.elasticsearch.xpack.core.termsenum.TermsEnumRequestTests.testEqu...
https://github.com/elastic/elasticsearch/issues/89642
https://github.com/elastic/elasticsearch/pull/89643
cdf4e07ba5b59818ed9077762740527c381bf145
c3480038c7466ebfb477fba5b002a470e93bfca2
2022-08-26T09:15:31Z
java
2022-08-26T14:51:03Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,639
["x-pack/plugin/enrich/qa/rest/build.gradle"]
[CI] EnrichRestIT test {p0=enrich/30_tsdb_index/enrich documents over _bulk} failing
### CI Link https://gradle-enterprise.elastic.co/s/q2dskwszr5pbc/tests/:x-pack:plugin:enrich:qa:rest:yamlRestTest/org.elasticsearch.xpack.enrich.EnrichRestIT/test%20%7Bp0=enrich%2F30_tsdb_index%2Fenrich%20documents%20over%20_bulk%7D?top-execution=1 ### Repro line `./gradlew ':x-pack:plugin:enrich:qa:rest:yamlR...
https://github.com/elastic/elasticsearch/issues/89639
https://github.com/elastic/elasticsearch/pull/89699
104f4e9fb5fb88c3015f3d7f33a98aaf05982354
7c9c4b17e6ec9cb1c2a6ee93024f9b37c60e9cb8
2022-08-26T08:13:45Z
java
2022-08-30T13:50:57Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,603
["docs/changelog/96394.yaml", "server/src/main/java/org/elasticsearch/index/query/functionscore/DecayFunctionBuilder.java", "x-pack/plugin/mapper-unsigned-long/src/yamlRestTest/resources/rest-api-spec/test/10_basic.yml"]
unsigned_long field type doesn't work with function_score decay functions
### Elasticsearch Version 8.4 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version any ### Problem Description unsigned_long field type doesn't work with function_score decay functions, and produces an error: ``` "type" : "parsing_exception", "reason" : "field [unsigned_long_test]...
https://github.com/elastic/elasticsearch/issues/89603
https://github.com/elastic/elasticsearch/pull/96394
494847b28f0de8c808683ecbd2079f868b1255af
6cb97a5bb03711bbce54d8403350780ec3d5691f
2022-08-24T22:39:10Z
java
2023-05-30T15:40:16Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,585
["docs/changelog/89775.yaml", "x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/DatafeedJobsIT.java", "x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/MlJobIT.java", "x-pack/plugin/ml/qa/native-multi-node-te...
[ML] Return 408 instead of 500 when open/start requests time out
### Description This applies to the following APIs: - [x] open anomaly detection - [x] start datafeed - [x] start data frame analytics job - [x] start trained model deployment Currently, if the operation takes longer than the configured `timeout`, the response status code is `500`. With Kibana in mind, a `...
https://github.com/elastic/elasticsearch/issues/89585
https://github.com/elastic/elasticsearch/pull/89775
9af107fff04fc2a7db7e4b7fcc71391aed01e21b
4bbe4eab2dce65f10f4a76f7f1580866ea0fbf12
2022-08-24T15:17:08Z
java
2022-09-01T14:25:23Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,564
["x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/upgrade_job_snapshot.yml"]
[CI] XPackRestIT test {p0=ml/upgrade_job_snapshot/Test existing but corrupt snapshot} failing
This looks to be reproducibly failing on our single processor node test job, and given the nature of the error message this very well be a legitimate deadlock scenario. **Build scan:** https://gradle-enterprise.elastic.co/s/g5rztp2kv5rq6/tests/:x-pack:plugin:yamlRestTest/org.elasticsearch.xpack.test.rest.XPackRestI...
https://github.com/elastic/elasticsearch/issues/89564
https://github.com/elastic/elasticsearch/pull/89917
5a6ff5d9905ec35ac000ba14b0dec74bbcc12cea
968251efabaf7513d7786edaf6443369f633d46f
2022-08-23T22:16:48Z
java
2022-09-08T12:07:53Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,561
["docs/changelog/89621.yaml", "docs/reference/search/knn-search.asciidoc", "rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search.vectors/60_knn_search_filter_alias.yml", "server/src/main/java/org/elasticsearch/search/dfs/DfsPhase.java", "server/src/test/java/org/elasticsearch/action/search/KnnSearchSingle...
Add support for kNN with filtered aliases
### Description Currently we can’t run an approximate kNN search on a [filtered alias](https://www.elastic.co/guide/en/elasticsearch/reference/master/aliases.html#filter-alias). Running a kNN search against a filtered alias may incorrectly result in fewer than k hits. Reproduction: ```js PUT index1 { "set...
https://github.com/elastic/elasticsearch/issues/89561
https://github.com/elastic/elasticsearch/pull/89621
6161447659393278ba8634ec827178822a99ce0f
8c30b86fe27581d97d441cf9429a9ad1fd7fd65a
2022-08-23T20:59:11Z
java
2022-08-30T22:57:37Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,542
["docs/changelog/93239.yaml", "docs/reference/mapping/params/ignore-malformed.asciidoc", "docs/reference/mapping/types/boolean.asciidoc", "server/src/main/java/org/elasticsearch/index/mapper/BooleanFieldMapper.java", "server/src/main/java/org/elasticsearch/index/mapper/DynamicFieldsBuilder.java", "server/src/test/java/...
Boolean field to support ignore_malformed
The `ignore_malformed` option is supported by a few of our field types, mainly numerics and dates, to still accept the document when such fields hold malformed values. See https://www.elastic.co/guide/en/elasticsearch/reference/current/ignore-malformed.html. Also `ignore_malformed` is an index level setting that gets a...
https://github.com/elastic/elasticsearch/issues/89542
https://github.com/elastic/elasticsearch/pull/93239
78bbfba29f227edc3e3dddb61a3582f578a237bf
f5af004117e490ffc5e249adfd681f03b190c658
2022-08-23T13:43:46Z
java
2023-02-21T17:22:10Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,531
["build-tools-internal/version.properties", "docs/changelog/89535.yaml", "gradle/verification-metadata.xml"]
Upgrade OpenJDK to 18.0.2.1+0
OpenJDK 18.0.2.1+0 is now available. We need to upgrade the version that is bundled with Elasticsearch to the newer version. We currently bundle 18.0.2+9.
https://github.com/elastic/elasticsearch/issues/89531
https://github.com/elastic/elasticsearch/pull/89535
317f06a6e221a6ca662b46215abb452be677423d
43e2852016fa28d2892324291c4de14bfc62fa73
2022-08-23T10:00:44Z
java
2022-09-06T08:12:25Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,525
["docs/changelog/90123.yaml", "x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/SecurityFeatureSetUsage.java", "x-pack/plugin/security/qa/profile/build.gradle", "x-pack/plugin/security/qa/profile/src/javaRestTest/java/org/elasticsearch/xpack/security/profile/ProfileIT.java", "x-pack/plugin/securit...
Usage stats of user profiles
As we are rolling out the user profile feature, we'd like to expand the [Usage API](https://www.elastic.co/guide/en/elasticsearch/reference/current/usage-api.html) to report usage stats of user profiles such as (1) number of enabled user profiles and (2) number of user profiles that are [activated](https://www.elastic....
https://github.com/elastic/elasticsearch/issues/89525
https://github.com/elastic/elasticsearch/pull/90123
b1acb3603dda80c31d0dac9c83354d422ef85ad1
bfda66a98666a3848685873ace1e4c65383e1b67
2022-08-23T01:52:06Z
java
2022-09-20T00:23:32Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,509
["docs/changelog/92081.yaml", "x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc/jwt/JwkSetLoader.java", "x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc/jwt/JwtSignatureValidator.java"]
[CI] JwtRealmAuthenticateTests testJwkSetUpdates failing
The test seems a bit flaky, since it has failed some times during the last 28 days. I cannot reproduce it locally. **Build scan:** https://gradle-enterprise.elastic.co/s/apnw3fyka43b2/tests/:x-pack:plugin:security:test/org.elasticsearch.xpack.security.authc.jwt.JwtRealmAuthenticateTests/testJwkSetUpdates **Reproducti...
https://github.com/elastic/elasticsearch/issues/89509
https://github.com/elastic/elasticsearch/pull/92081
8c77fe5ba1025545147143ffcaa9c3697c4cfe59
0b7d34e75c6673006fff78ba6a6ee053a4f6c577
2022-08-22T15:43:10Z
java
2022-12-06T07:35:18Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,486
["docs/changelog/98367.yaml", "x-pack/plugin/shutdown/src/main/java/org/elasticsearch/xpack/shutdown/TransportGetShutdownStatusAction.java", "x-pack/plugin/shutdown/src/test/java/org/elasticsearch/xpack/shutdown/TransportGetShutdownStatusActionTests.java"]
Node shutdown API should handle waiting for ILM to run before marking shutdown as stalled
When using the node shutdown API, we have observed that the API will indicate that shutdown is stalled due to a shard not being able to move. This can happen after several hours of progress on a busy cluster. Currently, the expectation is that the caller observes the stalled status and then waits some reasonable am...
https://github.com/elastic/elasticsearch/issues/89486
https://github.com/elastic/elasticsearch/pull/98367
e9dc8e1d1063bd2f7156faa76dc7478a13b64ca5
e693a2b820d80c5eb153c684a2273d2364f3d669
2022-08-19T14:45:45Z
java
2023-08-14T22:23:41Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,477
["x-pack/qa/oidc-op-tests/build.gradle", "x-pack/qa/oidc-op-tests/src/javaRestTest/java/org/elasticsearch/xpack/security/authc/oidc/C2IdOpTestCase.java", "x-pack/test/idp-fixture/docker-compose.yml", "x-pack/test/idp-fixture/oidc/override.properties"]
OpenID Connect integration tests failing due to missing fixture Docker image
It seems the `c2id/c2id-server` docker image has dissappeared from DockerHub so our idp-fixture that depends on it can no longer start. This is currently only required by our `oidc-op-tests` project so for now I've disabled these tests. We'll need to find an alternative fixture here. I tried simply replacing it with th...
https://github.com/elastic/elasticsearch/issues/89477
https://github.com/elastic/elasticsearch/pull/89526
0cf3dc97a92314713819128d1f9daaf2ee285bd8
b557d20ff4ec8dc4e3e0f61fbf0689651c93ba63
2022-08-18T21:20:49Z
java
2022-08-23T14:29:24Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,454
["docs/reference/index-modules.asciidoc", "docs/reference/setup/advanced-configuration.asciidoc", "docs/reference/setup/important-settings/gc-logging.asciidoc", "docs/reference/setup/install/docker.asciidoc", "docs/reference/setup/install/sysconfig-file.asciidoc", "docs/reference/setup/install/zip-windows.asciidoc", "d...
8.3.3 CLI_JAVA_OPTS set fail,but ES_JAVA_OPTS success
### Elasticsearch Version 8.3.3 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version Linux dai-server 5.4.0-124-generic #140-Ubuntu SMP Thu Aug 4 02:23:37 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ### Problem Description 1. memory exhausted `docker run --name es -p 9...
https://github.com/elastic/elasticsearch/issues/89454
https://github.com/elastic/elasticsearch/pull/89931
36ed4a5e0d31cdd2f005bb8cff10dff9f7397a53
f16110da9b7305840baa1fb0f30c40ebba6f75eb
2022-08-18T09:33:28Z
java
2022-09-08T17:37:39Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,441
["build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/ValidateChangelogEntryTask.java", "build-tools-internal/src/main/resources/templates/release-highlights.asciidoc", "build-tools-internal/src/test/java/org/elasticsearch/gradle/internal/release/ReleaseHighlightsGeneratorTest.java", "build-too...
[DOCS] Release highlights have broken heading links & no code highlighting
The generated release highlights have PR links in the headings. These links conflict with the anchor links added by the doc build and don't work as intended. In addition, the code snippets use Markdown-style code blocks instead of Asciidoc, so there's no code highlighting. To fix the link issue, let's move the PR li...
https://github.com/elastic/elasticsearch/issues/89441
https://github.com/elastic/elasticsearch/pull/89463
20ed7e3fd9b492949c86b68ec637028c9f491da6
f0df4b769a1c3f2fab7b78edf75e698dc96941f6
2022-08-17T21:10:18Z
java
2022-08-18T18:44:35Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,439
["distribution/tools/server-cli/src/main/java/org/elasticsearch/server/cli/APMJvmOptions.java", "distribution/tools/server-cli/src/test/java/org/elasticsearch/server/cli/APMJvmOptionsTests.java", "docs/changelog/91058.yaml", "server/src/main/java/org/elasticsearch/node/Node.java"]
APM secret token briefly exists in plain text
PR #88443 implemented a tracer using the Elastic APM Java agent. As discussed in the PR, it was necessary to write a temporary config file for the agent, in order to configure settings that cannot be dynamically set at runtime. Although this config file is rapidly deleted again, it is not ideal that we have to do it at...
https://github.com/elastic/elasticsearch/issues/89439
https://github.com/elastic/elasticsearch/pull/91058
b6b2f2c52fccf70761e5847578e7f5c976c4d305
691a679c65c533d18703e30943d070401786a6f9
2022-08-17T20:54:55Z
java
2022-11-02T13:25:11Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,414
["gradle/verification-metadata.xml", "modules/apm/build.gradle", "modules/apm/src/main/java/org/elasticsearch/tracing/apm/APMTracer.java"]
Upgrade OpenTelemetry SDK to ≥1.17.0
Version 1.17.0 of the OpenTelemetry Java SDK was released a few days ago, and this release includes a fix for the performance bug identified in https://github.com/elastic/elasticsearch/issues/89107. We should upgrade to the latest version and revert the workaround introduced in https://github.com/elastic/elasticsearch/...
https://github.com/elastic/elasticsearch/issues/89414
https://github.com/elastic/elasticsearch/pull/89438
18328b014f957c7cf7d4846b1b16b1feed4052e5
c541610fb59a3463b8e1bd10d5eccac5123ad4f6
2022-08-17T09:06:51Z
java
2022-08-18T13:43:45Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,310
["server/src/main/java/org/elasticsearch/cluster/ClusterStateTaskExecutor.java", "server/src/main/java/org/elasticsearch/gateway/GatewayService.java", "server/src/test/java/org/elasticsearch/gateway/GatewayServiceTests.java", "test/framework/src/main/java/org/elasticsearch/common/util/concurrent/DeterministicTaskQueue....
Clean up GatewayService
`GatewayService` implements logic for delaying state recovery in the cluster until enough data nodes have joined and/or some timeout has occurred. The implementation is pretty old and doesn't make use of much modern infrastructure for doing this kind of thing, making it pretty hard to follow and to improve (see e.g. #8...
https://github.com/elastic/elasticsearch/issues/89310
https://github.com/elastic/elasticsearch/pull/99994
4369e79ae4a332ec05808e9a06880c1441dc259e
e351c681929c36a52473cb348d2643ba421d77fc
2022-08-12T10:18:18Z
java
2023-10-10T11:27:14Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,247
[".ci/scripts/packaging-test.sh"]
[CI] unix packaging tests on `rhel-9-packaging` OS failing for `DockerTests.test010Install`
### CI Link https://gradle-enterprise.elastic.co/s/byzfqq7clinbc ### Repro line None ### Does it reproduce? Didn't try ### Applicable branches `main`, `8.4`, `8.3`, `7.17` ### Failure history Failures for other branches: `8.4` - https://gradle-enterprise.elastic.co/s/ukyv7kx53bbvk `8.3` -...
https://github.com/elastic/elasticsearch/issues/89247
https://github.com/elastic/elasticsearch/pull/89255
841ac8e43a01914d223d66afd403b2b49a83105c
7cc275d54eda73ab40a996577b97a5cdd5838a31
2022-08-10T13:15:55Z
java
2022-08-11T00:30:05Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,227
["docs/changelog/91131.yaml", "libs/cli/src/main/java/org/elasticsearch/cli/Terminal.java", "server/src/test/java/org/elasticsearch/cli/TerminalTests.java"]
[CI] CertificateToolTests testHandleLongPasswords failing
This fails on Windows X64 only https://gradle-enterprise.elastic.co/scans/tests?search.timeZoneId=Europe/Bucharest&tests.container=org.elasticsearch.xpack.security.cli.CertificateToolTests&tests.test=testHandleLongPasswords with `Password is not ASCII`, but I suspect this is Windows broken way to deal with long passwor...
https://github.com/elastic/elasticsearch/issues/89227
https://github.com/elastic/elasticsearch/pull/91131
7b6f10a222f4c23d9ab889108c81ceb7934361b3
e1bdf703d88757cbe80f644b924cefe4d482fb3b
2022-08-10T06:59:22Z
java
2022-10-26T10:55:03Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,192
["server/src/main/java/org/elasticsearch/action/admin/cluster/desirednodes/TransportDeleteDesiredNodesAction.java", "server/src/main/java/org/elasticsearch/cluster/SimpleBatchedExecutor.java", "server/src/main/java/org/elasticsearch/cluster/metadata/MetadataIndexTemplateService.java", "server/src/main/java/org/elastics...
Make it easier to write a batchable cluster state update
Today submitting an unbatched `ClusterStateUpdateTask` to the `MasterService` is deprecated, and devs are encouraged to write their own batching executor instead. In principle this makes it possible to combine updates without incurring the costs of building a whole new `ClusterState` on each iteration, but in practice ...
https://github.com/elastic/elasticsearch/issues/89192
https://github.com/elastic/elasticsearch/pull/90343
099fb84cfcf87be6689c3516674f45438bafa767
09586496f118e3cb0699e5d49a455de01b99fb5c
2022-08-09T08:37:31Z
java
2022-09-28T09:44:48Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,213
["docs/reference/ingest/common-log-format-example.asciidoc"]
[Docs] Two back slashes do not work in the "parse logs in the common log format" example
![image](https://user-images.githubusercontent.com/8455957/183562211-6a940d13-a1bb-4462-bbe4-313dd2af294f.png) The correct one should be a single back slash: <img width="1253" alt="image" src="https://user-images.githubusercontent.com/8455957/183562291-9a09e8d3-5c83-4d6a-9e23-7e151056e2c4.png">
https://github.com/elastic/elasticsearch/issues/89213
https://github.com/elastic/elasticsearch/pull/89315
2569d1f08d3435c65c03cc766cb447457424e662
00d4953df5f6074831fae1a8aa63139c0f932292
2022-08-09T04:10:07Z
java
2022-08-16T06:40:10Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,175
["docs/changelog/101705.yaml", "modules/repository-s3/src/main/java/org/elasticsearch/repositories/s3/S3Service.java", "modules/repository-s3/src/test/java/org/elasticsearch/repositories/s3/CustomWebIdentityTokenCredentialsProviderTests.java"]
Elasticsearch in EKS does not use sts regional endpoints
### Elasticsearch Version 8.3.1 ### Installed Plugins _No response_ ### Java Version _bundled_ ### OS Version Linux 5.4.196-108.356.amzn2.x86_64 ### Problem Description Elasticsearch in EKS does not honour `eks.amazonaws.com/sts-regional-endpoints=true` for IAM access with AWS regions. It alw...
https://github.com/elastic/elasticsearch/issues/89175
https://github.com/elastic/elasticsearch/pull/101705
d3aec39c72e0a7c5f4ad0ed684a1b57efc822a28
c773e04761f9709c1c190ab0bebb69a6356ce4b7
2022-08-08T15:41:19Z
java
2023-11-07T09:23:23Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
89,171
["rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/field_caps/40_time_series.yml"]
[CI] BWC issue unknown setting [index.time_series.start_time]
### CI Link https://gradle-enterprise.elastic.co/s/uapcsmavbl7fg ### Repro line ./gradlew ':qa:mixed-cluster:v8.0.1#mixedClusterTest' -Dtests.class="org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT" -Dtests.method="test {p0=field_caps/40_time_series/Get time series field caps with conflicts}" -Dtests.se...
https://github.com/elastic/elasticsearch/issues/89171
https://github.com/elastic/elasticsearch/pull/89236
4779893b25f87645fe7dcd695d618632977a8229
104ad7fd9200d4c2507b9993f66d263fbbb341c0
2022-08-08T14:48:34Z
java
2022-08-15T08:46:09Z