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
82,170
["docs/reference/data-management/migrate-index-allocation-filters.asciidoc", "docs/reference/ilm/apis/migrate-to-data-tiers.asciidoc", "x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/cluster/action/MigrateToDataTiersResponse.java", "x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/cluster/action/Migra...
Migrate to data tiers routing API updates all templates in a system to not use custom attribute routing
Currently, the migrate to data tiers routing [API](https://www.elastic.co/guide/en/elasticsearch/reference/7.16/ilm-migrate-to-data-tiers.html) only deletes a legacy template (if one is specified). It doesn't inspect the index templates in the system. However there might still be the case that templates relying on n...
https://github.com/elastic/elasticsearch/issues/82170
https://github.com/elastic/elasticsearch/pull/82472
1f90840ba0c58d0d1dd8e2265906eeac7a309eb2
3087f164f7abf44ec405184550b7150a8c7bbc2d
2021-12-31T15:16:20Z
java
2022-01-13T10:45:10Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
82,169
["docs/reference/ilm/apis/migrate-to-data-tiers.asciidoc", "x-pack/plugin/ilm/qa/multi-node/src/javaRestTest/java/org/elasticsearch/xpack/MigrateToDataTiersIT.java", "x-pack/plugin/ilm/src/main/java/org/elasticsearch/xpack/cluster/metadata/MetadataMigrateToDataTiersRoutingService.java", "x-pack/plugin/ilm/src/main/java...
Migrate to data tiers routing dry run should not require ILM to be stopped
The migrate to data tiers routing [API](https://www.elastic.co/guide/en/elasticsearch/reference/7.16/ilm-migrate-to-data-tiers.html) has a `dry_run` option that is very useful in scoping what would the API change. Currently running the API with `dry_run=true` requires ILM to be stopped (just as a "live run" of the API...
https://github.com/elastic/elasticsearch/issues/82169
https://github.com/elastic/elasticsearch/pull/82226
d84b875698306877cdf1a3da0a89ffe2ef5413d0
f18c9c503ee9d8fd1f0da1ad1cd7eba510b75e35
2021-12-31T14:23:05Z
java
2022-01-05T13:40:27Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
82,151
["rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/cat.allocation/10_basic.yml", "rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/cat.indices/10_basic.yml", "rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/cat.indices/20_hidden.yml", "rest-api-spec/src/yamlRestTest/resources/rest-api-...
YAML test failure "cat.shards/10_basic/Test cat shards output"
**Build scan**: https://gradle-enterprise.elastic.co/s/cvatdzy4g77wu **Repro line**: `./gradlew ':rest-api-spec:yamlRestTest' --tests "org.elasticsearch.test.rest.ClientYamlTestSuiteIT" -Dtests.method="test {yaml=cat.shards/10_basic/Test cat shards output}" -Dtests.seed=1751BA43AF68208E -Dtests.locale=ar-IQ -Dtest...
https://github.com/elastic/elasticsearch/issues/82151
https://github.com/elastic/elasticsearch/pull/84539
8a1632235daa140f3904cfe46f8215537c75ded3
c4b1f18f32aa337253664d1295bc1b59233b3d44
2021-12-30T16:25:15Z
java
2022-03-24T19:08:51Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
82,107
["server/src/test/java/org/elasticsearch/common/logging/LoggersTests.java"]
LoggersTests incompatible with tests.iters
**Repro line**: ``` ./gradlew ':server:test' --tests "org.elasticsearch.common.logging.LoggersTests" -Dtests.iters=2 ``` **Reproduces locally?**: yes **Applicable branches**: master, more?
https://github.com/elastic/elasticsearch/issues/82107
https://github.com/elastic/elasticsearch/pull/85092
30bb7db9eba7b1f454e8e70f5b96f7be54220190
aff8fe3f892038247b6c7afd03b61e2ddd797a13
2021-12-28T18:03:33Z
java
2022-03-21T10:10:04Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
82,065
["x-pack/plugin/ilm/src/internalClusterTest/java/org/elasticsearch/xpack/ilm/IndexLifecycleInitialisationTests.java", "x-pack/plugin/ilm/src/main/java/org/elasticsearch/xpack/ilm/action/TransportPutLifecycleAction.java", "x-pack/plugin/ilm/src/test/java/org/elasticsearch/xpack/ilm/action/TransportPutLifecycleActionTest...
Updating unchanged ILM policies is not idempotent.
**Elasticsearch version** (`bin/elasticsearch --version`): docker.elastic.co/elasticsearch/elasticsearch:7.16.2-amd64 **Plugins installed**: Whatever the docker container ships **JVM version** (`java -version`): Whatever the docker container ships **OS version** (`uname -a` if on a Unix-like system): Whatever ...
https://github.com/elastic/elasticsearch/issues/82065
https://github.com/elastic/elasticsearch/pull/82240
c937a099af86708aa91f9536426e684dc7b95749
c8afd3adbcd653b862aa216e913b9511e97dba6a
2021-12-23T13:53:57Z
java
2022-01-05T23:34:29Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
82,059
["server/src/main/java/org/elasticsearch/indices/cluster/IndicesClusterStateService.java"]
[CI] BasicDistributedJobsIT testFailOverBasics_withDataFeeder failing
**Build scan:** https://gradle-enterprise.elastic.co/s/ahbd2x6onqf7o/tests/:x-pack:plugin:ml:internalClusterTest/org.elasticsearch.xpack.ml.integration.BasicDistributedJobsIT/testFailOverBasics_withDataFeeder **Reproduction line:** `./gradlew ':x-pack:plugin:ml:internalClusterTest' --tests "org.elasticsearch.xpack.ml....
https://github.com/elastic/elasticsearch/issues/82059
https://github.com/elastic/elasticsearch/pull/82056
62368ae1fd8e061e0976ce430e3a6853e4afc0e8
e97b4d50914e771e0c084c858fc0a1abd8e37b34
2021-12-23T11:39:52Z
java
2021-12-23T11:45:05Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
82,044
["x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/accesscontrol/FieldSubsetReader.java", "x-pack/plugin/searchable-snapshots/qa/rest/src/yamlRestTest/resources/rest-api-spec/test/field_level_security.yml"]
Document Field Level Security on Frozen Tier not working correctly
**Elasticsearch version** (`bin/elasticsearch --version`): 7.16.2 (running inside Elastic Cloud) **Plugins installed**: [] **JVM version** (`java -version`): n/a (Elastic Cloud) **OS version** (`uname -a` if on a Unix-like system): n/a (Elastic Cloud) **Description of the problem including expected versus a...
https://github.com/elastic/elasticsearch/issues/82044
https://github.com/elastic/elasticsearch/pull/82521
d07d27ec1df0a7dc1967280ae70709997719271f
8a7388cfaa67334fcb4dd6980e1403b8d91b9b9b
2021-12-22T18:58:59Z
java
2022-01-13T16:50:52Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
82,019
["docs/reference/snapshot-restore/apis/restore-snapshot-api.asciidoc", "server/src/internalClusterTest/java/org/elasticsearch/snapshots/SnapshotCustomPluginStateIT.java", "server/src/internalClusterTest/java/org/elasticsearch/snapshots/SystemIndicesSnapshotIT.java", "server/src/main/java/org/elasticsearch/snapshots/Res...
Fail with error when restoring global state from a snapshot that does not have one
Currently elasticsearch allow to restore a global state from a snapshot that does not have one. This silently succeed without changing anything. Once https://github.com/elastic/elasticsearch/issues/81247 is fixed this could result in nullifying entire cluster state. **Elasticsearch version** (`bin/elasticsearch --...
https://github.com/elastic/elasticsearch/issues/82019
https://github.com/elastic/elasticsearch/pull/82037
97a546ef674b6c727796e92ea91028aaa0256a52
e7d89910c2e6e1ae0d51e812d92cb603402c0f7d
2021-12-22T10:39:15Z
java
2022-01-17T14:33:19Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,983
["x-pack/plugin/rollup/src/main/java/org/elasticsearch/xpack/rollup/job/RollupJobTask.java", "x-pack/plugin/rollup/src/test/java/org/elasticsearch/xpack/rollup/job/RollupIndexerIndexingTests.java", "x-pack/plugin/rollup/src/test/java/org/elasticsearch/xpack/rollup/job/RollupIndexerStateTests.java", "x-pack/plugin/rollu...
[CI] XPackRestIT test {p0=rollup/security_tests/Index-based access} failing
**Build scan:** https://gradle-enterprise.elastic.co/s/xpw2rkkkk3pou/tests/:x-pack:plugin:yamlRestTest/org.elasticsearch.xpack.test.rest.XPackRestIT/test%20%7Bp0=rollup%2Fsecurity_tests%2FIndex-based%20access%7D **Reproduction line:** `./gradlew ':x-pack:plugin:yamlRestTest' --tests "org.elasticsearch.xpack.test.rest....
https://github.com/elastic/elasticsearch/issues/81983
https://github.com/elastic/elasticsearch/pull/86992
d1bb8f4b1d63bf2d269085f4411deb5c2358618d
6aca35c68197dca04d1c97c6b85b542a97abc42d
2021-12-21T11:15:08Z
java
2022-07-06T08:33:23Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,981
["docs/changelog/82132.yaml", "server/build.gradle", "server/src/main/java/org/elasticsearch/index/engine/LazySoftDeletesDirectoryReaderWrapper.java", "server/src/main/java/org/elasticsearch/index/engine/ReadOnlyEngine.java", "server/src/test/java/org/elasticsearch/lucene/index/LazySoftDeletesDirectoryReaderWrapperTest...
Fix split package LazySoftDeletesDirectoryReaderWrapper
The last split package issue that we have between server and lucene is LazySoftDeletesDirectoryReaderWrapper. This was added early in 2021, so not one of the legacy hangovers from years gone by. By inspecting the code, the three package-private member dependencies in `org.apache.lucene.index` become clear: 1. acces...
https://github.com/elastic/elasticsearch/issues/81981
https://github.com/elastic/elasticsearch/pull/82132
223c2e45b90a32981a4c034348c1b606cd16059e
487077cc056b4c7ff3f47ba1635d2df18c01fe4b
2021-12-21T10:50:20Z
java
2022-03-07T14:22:21Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,978
["docs/reference/query-dsl/regexp-syntax.asciidoc"]
RegExp optional operations documentation fails to mention `NONE`
<!-- GitHub is reserved for bug reports and feature requests; it is not the place for general questions. If you have a question or an unconfirmed bug , please visit the [forums](https://discuss.elastic.co/c/elasticsearch). Please also check your OS is [supported](https://www.elastic.co/support/matrix#show_os). If...
https://github.com/elastic/elasticsearch/issues/81978
https://github.com/elastic/elasticsearch/pull/82265
1cbc10a17f7226aca690c9844709e2d4f1d162e9
e53ecc3f430a534eedfb8a819043311c7f47b4ae
2021-12-21T10:05:55Z
java
2022-01-18T19:15:29Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,949
["server/src/main/java/org/elasticsearch/index/store/Store.java", "x-pack/plugin/searchable-snapshots/src/main/java/org/elasticsearch/xpack/searchablesnapshots/store/input/BaseSearchableSnapshotIndexInput.java"]
[CI] FrozenSearchableSnapshotsIntegTests testCreateAndRestorePartialSearchableSnapshot failing
Happened in a Windows build - not sure if this is just slowness on the Windows worker or something more serious. **Build scan:** https://gradle-enterprise.elastic.co/s/xe3ov3qvjhque/tests/:x-pack:plugin:searchable-snapshots:internalClusterTest/org.elasticsearch.xpack.searchablesnapshots.FrozenSearchableSnapshotsIntegT...
https://github.com/elastic/elasticsearch/issues/81949
https://github.com/elastic/elasticsearch/pull/82249
332e6d48c430f7f569a9f041814efbf44140d7a0
be4ff31a250eb8944a55914b5d07d32f54d80b14
2021-12-20T16:25:09Z
java
2022-01-05T11:19:41Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,943
["x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ilm/AllocateAction.java", "x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/ilm/AllocateActionTests.java", "x-pack/plugin/ilm/src/main/java/org/elasticsearch/xpack/cluster/metadata/MetadataMigrateToDataTiersRoutingService.java", "x-pack/plugin...
ILM: cannot specify only `total_shards_per_node` in the allocate action
**Elasticsearch version** (`bin/elasticsearch --version`): 7.16, 8.0, 8.1 **Description of the problem including expected versus actual behavior**: Defining an allocate action that only specifies the `total_shards_per_node` option fails with ``` "caused_by": { "type": "illegal_argu...
https://github.com/elastic/elasticsearch/issues/81943
https://github.com/elastic/elasticsearch/pull/81944
a17e0786fe4cf1d56f6fe576cea4bfb9eddb02e3
c813bd995de6c960c2b8000e9909128ea7997f3a
2021-12-20T16:14:04Z
java
2022-01-04T11:55:03Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,939
["docs/changelog/83943.yaml", "x-pack/plugin/sql/qa/jdbc/security/src/test/java/org/elasticsearch/xpack/sql/qa/jdbc/security/JdbcWarningsIT.java", "x-pack/plugin/sql/qa/jdbc/single-node/src/test/java/org/elasticsearch/xpack/sql/qa/jdbc/single_node/JdbcWarningsIT.java", "x-pack/plugin/sql/qa/jdbc/src/main/java/org/elast...
SQL: Deprecation warning when querying a frozen index or listing frozen indices
Frozen indices are deprecated which makes all the [SQL features supporting frozen indices](https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-index-frozen.html) obsolete. This includes: * `index_include_frozen` request parameter in the `_sql` endpoint * `index.include.frozen` (J|O)DBC driver set...
https://github.com/elastic/elasticsearch/issues/81939
https://github.com/elastic/elasticsearch/pull/83943
da0d33fded35d6b8c4893516f41610aa494a3ad8
7900a0bdaacccb8b5501ad21cf1fe3c8589f59de
2021-12-20T15:57:09Z
java
2022-02-23T13:42:55Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,933
["x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ml/inference/preprocessing/CustomWordEmbedding.java", "x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ml/inference/trainedmodel/langident/LangIdentNeuralNetwork.java", "x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/inference/trai...
[ML] What to do about lang_ident for empty strings and numbers?
It's been [pointed out](https://discuss.elastic.co/t/default-language-for-language-detection/292470) that the lang_ident inference processor returns Japanese as the language for empty strings and numbers. For example: ``` { "doc" : { "_index" : "_index", "_id" : "_id", "_source"...
https://github.com/elastic/elasticsearch/issues/81933
https://github.com/elastic/elasticsearch/pull/82746
e47b7a63f48e1dc58b972fda2007f705b6f5cf13
2c925c3363767c04146496d4d3e328cf3bc52e90
2021-12-20T14:57:14Z
java
2022-01-19T14:02:20Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,891
["server/src/main/java/org/elasticsearch/common/geo/SimpleFeatureFactory.java", "server/src/test/java/org/elasticsearch/common/geo/SimpleFeatureFactoryTests.java", "x-pack/plugin/vector-tile/src/javaRestTest/java/org/elasticsearch/xpack/vectortile/VectorTileRestIT.java", "x-pack/plugin/vector-tile/src/main/java/org/ela...
MVT API: meta-layer bounding box with 0 width or height seems malformed
**Elasticsearch version** (`bin/elasticsearch --version`): 8.0/1 **Description of the problem including expected versus actual behavior**: When using the MVT-API, and setting `exact_bounds` to true, the meta-layer seems to have a malformed bounding-box geometry when the width or height of the bounds is 0. ...
https://github.com/elastic/elasticsearch/issues/81891
https://github.com/elastic/elasticsearch/pull/82404
31adaf24e89c58e61293aa8ee12007c505c8eb15
de2781f98696c1e6cfad2b5bf46fe752a5e3edbb
2021-12-17T20:32:54Z
java
2022-01-13T09:04:27Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,880
["docs/changelog/85565.yaml", "x-pack/plugin/ilm/src/main/java/org/elasticsearch/xpack/ilm/IndexLifecycleRunner.java", "x-pack/plugin/ilm/src/main/java/org/elasticsearch/xpack/ilm/MoveToErrorStepUpdateTask.java", "x-pack/plugin/ilm/src/test/java/org/elasticsearch/xpack/ilm/MoveToErrorStepUpdateTaskTests.java"]
Batch up failure-related ILM master tasks
In https://github.com/elastic/elasticsearch/pull/78547 we introduced batching for the ILM master tasks that occur on the happy path. However if a high-shard-count cluster encounters problems while doing ILM-related things—perhaps some nodes are temporarily unavailable for taking a snapshot—then we process the resulting...
https://github.com/elastic/elasticsearch/issues/81880
https://github.com/elastic/elasticsearch/pull/85565
52c52b996dc44aea8a0d47b8f2f53927f506e2b9
780b110cba98cd55e0144ba4120d41d223150592
2021-12-17T16:20:24Z
java
2022-04-01T04:54:01Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,865
["docs/changelog/82321.yaml", "server/src/internalClusterTest/java/org/elasticsearch/env/NodeEnvironmentIT.java", "server/src/main/java/org/elasticsearch/env/NodeMetadata.java", "server/src/test/java/org/elasticsearch/env/NodeMetadataTests.java", "x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/Se...
Unsupported upgrades from 7.nonlast to 8.x are still permitted
Upgrading to the next major version with a rolling restart requires upgrading to the last minor of the previous major first. However you could upgrade from 5.x to 6.x and from 6.x to 7.x via a full cluster restart without upgrading to 5.last (respectively 6.last) first. For 8.x we will impose the same restriction on...
https://github.com/elastic/elasticsearch/issues/81865
https://github.com/elastic/elasticsearch/pull/82321
dc27d1d37b232a6089b5ba8fd21c49df183c5a49
979e17aa3b7e4550b34b3b629af3ab72ff9f7ddf
2021-12-17T14:19:03Z
java
2022-01-14T15:40:31Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,786
["docs/reference/setup/install/.env", "docs/reference/setup/install/create-certs.yml", "docs/reference/setup/install/docker-compose.yml", "docs/reference/setup/install/docker.asciidoc", "docs/reference/setup/install/instances.yml"]
[DOCS] Update installing Elasticsearch with Docker Compose documentation
In the Stack docs, we're updating the Docker Compose configuration with a simpler setup that is a much-improved UX. When the related PR is merged, we should update the installation docs for [staring a multi-node cluster with Docker Compose](https://www.elastic.co/guide/en/elasticsearch/reference/8.0/docker.html#docker-...
https://github.com/elastic/elasticsearch/issues/81786
https://github.com/elastic/elasticsearch/pull/81835
350fe2d21f4c5dce876de9423beaaefb61ec7319
bf60ce68c653b76e42c2b6edd66a9d245d47a737
2021-12-15T20:35:41Z
java
2021-12-17T00:42:41Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,776
["x-pack/plugin/sql/sql-cli/build.gradle"]
Remove JndiLookup.class from the SQL command line tool
Elasticsearch ships with a [SQL CLI ](https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-cli.html) Client in its bin directory. This client tool is standalone (NOT part of the server), for running ad-hoc SQL interactions. The jar containing the client is not on the servers class path. As a client tool,...
https://github.com/elastic/elasticsearch/issues/81776
https://github.com/elastic/elasticsearch/pull/81879
5f778fa2d8488202ba35d25b6409cdb36e48f7df
3d5337d8197742b7b28256685020af712d85fb2e
2021-12-15T19:28:02Z
java
2021-12-17T17:13:46Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,770
["x-pack/plugin/sql/qa/server/src/main/resources/select.csv-spec", "x-pack/plugin/sql/src/main/java/org/elasticsearch/xpack/sql/analysis/analyzer/Analyzer.java", "x-pack/plugin/sql/src/test/java/org/elasticsearch/xpack/sql/analysis/analyzer/AnalyzerTests.java", "x-pack/plugin/sql/src/test/java/org/elasticsearch/xpack/s...
SQL: Name resolution in filter is not consistent with resolution in projection
While looking into #81577 I saw that name resolution in filters does not behave the same way as resolving names in projections which can lead to subtle errors in some edge cases: E.g. the query `select gender emp_no, emp_no e from test_emp where e > 10099` yields the following result: ``` emp_no | ...
https://github.com/elastic/elasticsearch/issues/81770
https://github.com/elastic/elasticsearch/pull/81800
3550370c86cfdee60bb5ca991805437f0b87bccc
f1860c17ab4b9e2931a5d7482905fe5f1589239c
2021-12-15T16:43:43Z
java
2022-01-11T14:51:46Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,763
["docs/changelog/84584.yaml", "qa/smoke-test-http/src/test/java/org/elasticsearch/http/RolloverRestCancellationIT.java", "server/src/main/java/org/elasticsearch/action/admin/indices/rollover/RolloverRequest.java", "server/src/main/java/org/elasticsearch/action/admin/indices/rollover/TransportRolloverAction.java", "serv...
Use the RestCancellableNodeClient infrastructure for the rollover API
**Elasticsearch version** (`bin/elasticsearch --version`): 7.16 (earlier too), 8.0, 8.1 **Description of the problem including expected versus actual behavior**: Currently, the rollover requests are not cancellable, irrespective of the underlying incoming HTTP channel being closed (eg. by a proxy). This could resul...
https://github.com/elastic/elasticsearch/issues/81763
https://github.com/elastic/elasticsearch/pull/84584
104dcad4384d6dd5c3264931b90e5b8ee095187e
80f5f3e211def11e17d362c6b33a716bbb708cfd
2021-12-15T14:38:33Z
java
2022-03-04T08:16:23Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,758
["server/src/main/java/org/elasticsearch/repositories/RepositoriesService.java", "server/src/main/java/org/elasticsearch/repositories/UnknownTypeRepository.java", "server/src/test/java/org/elasticsearch/repositories/RepositoriesServiceTests.java", "server/src/test/java/org/elasticsearch/repositories/UnknownTypeReposito...
Distinguish "repository doesn't exist" from "repository plugin not installed"
**Elasticsearch version** (`bin/elasticsearch --version`): 7.16.1 (and many others) **Plugins installed**: [] **JVM version** (`java -version`): Any **OS version** (`uname -a` if on a Unix-like system): Any **Description of the problem including expected versus actual behavior**: If you define a reposito...
https://github.com/elastic/elasticsearch/issues/81758
https://github.com/elastic/elasticsearch/pull/82457
7018e9ef84264aa54b16da56d468dd31a051a488
75579f73dc1028072767b48e6730435a2a313331
2021-12-15T13:25:56Z
java
2022-01-14T08:22:25Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,752
["modules/mapper-extras/build.gradle", "modules/mapper-extras/src/test/java/org/elasticsearch/index/mapper/extras/MatchOnlyTextFieldMapperTests.java"]
[CI] RankFeaturesFieldMapperTests testMinimalIsInvalidInRoutingPath failing
Reproducible with the command from the build scan. Possibly also the cause of the other failures in the build scan as they look similar. **Build scan:** https://gradle-enterprise.elastic.co/s/ke34ae4kwfc7u/tests/:modules:mapper-extras:test/org.elasticsearch.index.mapper.extras.RankFeaturesFieldMapperTests/testMinimalI...
https://github.com/elastic/elasticsearch/issues/81752
https://github.com/elastic/elasticsearch/pull/81780
c8e8104f66e20e9df3192c50d95d456afddab197
730500008b0e546343ef64883ed2d62917ffcedb
2021-12-15T11:37:48Z
java
2021-12-15T22:36:55Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,712
["rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/tsdb/40_search.yml"]
[CI] SmokeTestMultiNodeClientYamlTestSuiteIT test {yaml=tsdb/40_search/ids query} failing
**Build scan:** https://gradle-enterprise.elastic.co/s/nnuzywumonsbg/tests/:qa:smoke-test-multinode:integTest/org.elasticsearch.smoketest.SmokeTestMultiNodeClientYamlTestSuiteIT/test%20%7Byaml=tsdb%2F40_search%2Fids%20query%7D **Reproduction line:** `./gradlew ':qa:smoke-test-multinode:integTest' --tests "org.elas...
https://github.com/elastic/elasticsearch/issues/81712
https://github.com/elastic/elasticsearch/pull/81731
4d085d7551aedc34cd7a1d7ea06ea9dc1ed12ed9
201cc86b31485c5a1ef5a3f336bed1780a229f64
2021-12-14T09:55:46Z
java
2021-12-14T16:22:59Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,708
["docs/changelog/81819.yaml", "qa/evil-tests/src/test/java/org/elasticsearch/common/logging/EvilLoggerTests.java", "server/src/main/java/org/elasticsearch/common/logging/DeprecationLogger.java", "server/src/test/java/org/elasticsearch/common/logging/DeprecationLoggerTests.java"]
Missing doPriviliged in deprecation logger
possibly a doPriviliged in deprecation logger together with a test DeprecationLoggerTests.testLogPermissions were accidentally removed. This is possibly a regression. Scripts run under reduced privileges. (can @elastic/es-core-infra help?) and the test was introduced to verify deprecation logger not violating Se...
https://github.com/elastic/elasticsearch/issues/81708
https://github.com/elastic/elasticsearch/pull/81819
a4b232a09fd7217e6fc7bb7910ca07c7b609d031
f954919d654654057fb0015a3e484f056bf1b984
2021-12-14T08:59:21Z
java
2021-12-17T08:18:42Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,600
["docs/reference/snapshot-restore/apis/get-snapshot-status-api.asciidoc"]
[DOCS] Fix get snapshot status API docs
As pointed out in https://github.com/elastic/elasticsearch/issues/80931, the [get snapshot status API docs](https://www.elastic.co/guide/en/elasticsearch/reference/current/get-snapshot-status-api.html#get-snapshot-status-api-desc) have some issues: * `GET _snapshot/_status` `GET _snapshot/<repository>/_status` are u...
https://github.com/elastic/elasticsearch/issues/81600
https://github.com/elastic/elasticsearch/pull/81818
3d4e78487a8a51fbd370ad2cd98b70ff548a8b76
88be4ed95022231499f7781bfdfb685d3479440a
2021-12-09T20:18:59Z
java
2022-02-03T15:55:23Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,585
["docs/changelog/88221.yaml", "rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search.aggregation/30_sig_terms.yml", "server/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/SignificanceLookup.java", "server/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/SignificantTermsAgg...
significant_terms background ignores alias filter
**Elasticsearch version** (`bin/elasticsearch --version`): v7+ **Description of the problem including expected versus actual behavior**: When used with an alias that has a filter, only the foreground set is filtered. The background set ignores the alias filter. This skews the results, especially when the user sup...
https://github.com/elastic/elasticsearch/issues/81585
https://github.com/elastic/elasticsearch/pull/88221
a044b5c01e0f95a37f7ae9f1d0f04529724111c7
ab2602ecb08e1ec389573ac7f32fe9942d5b732b
2021-12-09T13:40:48Z
java
2022-07-19T17:03:08Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,577
["x-pack/plugin/sql/qa/server/src/main/resources/select.csv-spec", "x-pack/plugin/sql/src/main/java/org/elasticsearch/xpack/sql/analysis/analyzer/Analyzer.java", "x-pack/plugin/sql/src/test/java/org/elasticsearch/xpack/sql/analysis/analyzer/AnalyzerTests.java", "x-pack/plugin/sql/src/test/java/org/elasticsearch/xpack/s...
[SQL] StackOverflowError from a query using aggregates and aliases
For an index with a single field in its mapping ``` "sequence": { "type": "long" } ``` The following query results in a `StackOverflowError`: ``` select max(sequence) as sequence, avg(sequence) as sequence, avg(sequence) as s from test_index where s > 0 group by sequence having s > 0 ``` The...
https://github.com/elastic/elasticsearch/issues/81577
https://github.com/elastic/elasticsearch/pull/81800
3550370c86cfdee60bb5ca991805437f0b87bccc
f1860c17ab4b9e2931a5d7482905fe5f1589239c
2021-12-09T09:36:47Z
java
2022-01-11T14:51:46Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,529
["docs/changelog/83213.yaml", "rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search.aggregation/40_range.yml", "server/src/main/java/org/elasticsearch/index/mapper/NumberFieldMapper.java", "server/src/test/java/org/elasticsearch/search/aggregations/bucket/range/RangeAggregatorTests.java"]
Long.MIN_VALUE considered out of range for type `long` in range aggregations
<!-- GitHub is reserved for bug reports and feature requests; it is not the place for general questions. If you have a question or an unconfirmed bug , please visit the [forums](https://discuss.elastic.co/c/elasticsearch). Please also check your OS is [supported](https://www.elastic.co/support/matrix#show_os). If...
https://github.com/elastic/elasticsearch/issues/81529
https://github.com/elastic/elasticsearch/pull/83213
7f0595abe68e07d927c874a53737556f6555fdaf
2d701b99670246724399f37df2fd63299af7d33b
2021-12-08T14:20:37Z
java
2022-02-02T13:59:13Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,514
["x-pack/plugin/transform/qa/single-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/transform/integration/TransformPivotRestIT.java", "x-pack/plugin/transform/src/main/java/org/elasticsearch/xpack/transform/action/TransportPreviewTransformAction.java"]
[Transform] Preview transform returns 'null' when ingest pipeline throws an exception
**Elasticsearch version** (`bin/elasticsearch --version`): 7.15.2 **Description of the problem including expected versus actual behavior**: Running a transform with a pipeline that throws an exception results in `preview` array containung `null` elements without any further explanation what the issue could be - t...
https://github.com/elastic/elasticsearch/issues/81514
https://github.com/elastic/elasticsearch/pull/81972
c813bd995de6c960c2b8000e9909128ea7997f3a
e9af7c608f9686e04d991034cd0cf043f1d9ed1a
2021-12-08T11:19:37Z
java
2022-01-04T13:25:12Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,502
["x-pack/plugin/sql/qa/server/src/main/java/org/elasticsearch/xpack/sql/qa/rest/RestSqlUsageTestCase.java", "x-pack/plugin/sql/src/main/java/org/elasticsearch/xpack/sql/execution/PlanExecutor.java", "x-pack/plugin/sql/src/main/java/org/elasticsearch/xpack/sql/execution/search/Querier.java"]
SQL: Incorrect stats reported when sorting by aggregated values
The following query increases the `rest.total` counter by 11 and the `rest.paging` counter by 10 (as returned by `_sql/stats`): ``` GET http://localhost:9201/_sql { "fetch_size": 10, "query": "select last_name, sum(languages) from test_emp group by 1 order by 2" } ``` Expected behavior would be to onl...
https://github.com/elastic/elasticsearch/issues/81502
https://github.com/elastic/elasticsearch/pull/81510
9a3422e1a6cf519e3fedce396784be2ef48dc7f9
7d1c434922145c5a285798a7f3dd2525f17a5c74
2021-12-08T09:39:44Z
java
2021-12-13T08:29:21Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,470
["x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/AutoscalingIT.java", "x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/PyTorchModelIT.java", "x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/ja...
[ML] validate vocab tokens on model initialization
The passed vocabulary for NER models should be validated on model start up. We should: - Ensure the UNKNOWN token is provided - That special tokens exist if they are requested by the tokenizer - That the PAD token is provided Right now, there are many smaller functional tests that take advantage of this val...
https://github.com/elastic/elasticsearch/issues/81470
https://github.com/elastic/elasticsearch/pull/81548
90e4e8ce630aecba6b1d631cad77c903f892d655
0fc4dff194767b6b76c5936163ab16e10d593d7f
2021-12-07T21:27:05Z
java
2021-12-09T13:26:15Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,468
["rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/tsdb/40_search.yml"]
[CI] SmokeTestMultiNodeClientYamlTestSuiteIT test {yaml=tsdb/40_search/ids query} failing
**Build scan:** https://gradle-enterprise.elastic.co/s/edbbtbzes7dxg/tests/:qa:smoke-test-multinode:integTest/org.elasticsearch.smoketest.SmokeTestMultiNodeClientYamlTestSuiteIT/test%20%7Byaml=tsdb%2F40_search%2Fids%20query%7D **Reproduction line:** `./gradlew ':qa:smoke-test-multinode:integTest' --tests "org.elastics...
https://github.com/elastic/elasticsearch/issues/81468
https://github.com/elastic/elasticsearch/pull/81731
4d085d7551aedc34cd7a1d7ea06ea9dc1ed12ed9
201cc86b31485c5a1ef5a3f336bed1780a229f64
2021-12-07T21:02:12Z
java
2021-12-14T16:22:59Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,462
["x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/data_stream/10_basic.yml"]
[CI] XPackRestIT test {p0=data_stream/10_basic/Get data stream api check existence of replicated and allow_custom_routing fields} failing
allow_custom_routing is only in 8.0 but the test assumes it's in 7.16.1 and above. **Build scan:** https://gradle-enterprise.elastic.co/s/lamn7fwv2wwy2/tests/:x-pack:plugin:yamlRestTest/org.elasticsearch.xpack.test.rest.XPackRestIT/test%20%7Bp0=data_stream%2F10_basic%2FGet%20data%20stream%20api%20check%20existence%20o...
https://github.com/elastic/elasticsearch/issues/81462
https://github.com/elastic/elasticsearch/pull/81590
d467aae67eb5ca24cb9d8ec76e9ea29538834aed
616b417fb07e9653ef3eeeeaab2e65902cc9e710
2021-12-07T17:31:30Z
java
2021-12-13T12:23:29Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,431
["docs/reference/aggregations/bucket/composite-aggregation.asciidoc"]
Update `composite` aggregation docs that `size` is not allowed in `terms` aggregation
It's not possible to use `size` parameter when `terms` aggregation is used as `sources` in a `composite` aggregation. <img width="1381" alt="Screenshot 2021-12-07 at 14 15 26" src="https://user-images.githubusercontent.com/6585477/145038667-d74305e2-50d1-44b1-bc6e-d9f2f85c38e9.png"> The [docs page](https://www.e...
https://github.com/elastic/elasticsearch/issues/81431
https://github.com/elastic/elasticsearch/pull/81775
1bd0561a91bb6bdbb3103fb3b24de9d1044f143e
04318961b948cd0794bfd7e5eaf4a0dee8ba8bd4
2021-12-07T13:36:22Z
java
2021-12-15T19:32:16Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,415
["modules/legacy-geo/build.gradle"]
[CI] LegacyGeoShapeFieldMapperTests testMinimalIsInvalidInRoutingPath failing
**Build scan:** https://gradle-enterprise.elastic.co/s/l3web4uikmzda/tests/:modules:legacy-geo:test/org.elasticsearch.legacygeo.mapper.LegacyGeoShapeFieldMapperTests/testMinimalIsInvalidInRoutingPath **Reproduction line:** `./gradlew ':modules:legacy-geo:test' --tests "org.elasticsearch.legacygeo.mapper.LegacyGeoShape...
https://github.com/elastic/elasticsearch/issues/81415
https://github.com/elastic/elasticsearch/pull/81494
1ffd17df590af3560829c2c52b06af87633a23a1
6819d57bcb96d1b8ace841eb69dfdb0144c75199
2021-12-07T10:06:40Z
java
2021-12-14T15:22:17Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,380
["docs/changelog/86134.yaml", "x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc/Realms.java", "x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/RealmsTests.java"]
Boot message possible confusion: reporting trial license
## Description During Elasticsearch boot, users get the following message: > license mode is [trial], currently licensed security realms are [reserved/reserved,file/default_file,native/default_native] Even if it's technically true (and necessary), it may be confusing for end users since they may expect `[basic...
https://github.com/elastic/elasticsearch/issues/81380
https://github.com/elastic/elasticsearch/pull/86134
0a5523cb4e92a3cb662b9ab1879ef923773aae84
25c50919102d27dd8faabb6f6a529b2965907cf3
2021-12-06T16:26:46Z
java
2022-04-27T06:58:52Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,244
["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...
Ingest parses index requests twice when there is a final pipeline
I was looking at a flame graph of an ingestion workload with @dliappis, and it looks like we parse the JSON representation of the index request twice when a document has both a pipeline and a final pipeline. It's hard to know how much we would save on this benchmark since not all data streams in this benchmark had b...
https://github.com/elastic/elasticsearch/issues/81244
https://github.com/elastic/elasticsearch/pull/93329
63ca70897553fbfea45c7c63b92134d59e5d4c77
3e3b2711cf7be388faad499a1d713bb146ef69c6
2021-12-02T09:20:17Z
java
2023-01-30T16:48:19Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,208
["distribution/docker/build.gradle", "distribution/docker/src/docker/Dockerfile", "distribution/src/bin/elasticsearch", "docs/changelog/81245.yaml", "qa/os/src/test/java/org/elasticsearch/packaging/test/DockerTests.java"]
Package cloudflare-zlib with the Docker image
Elasticsearch uses zlib for two purposes: - Compression of stored fields with `index.codec: best_compression`, which we use for observability and security data. - Request / response compression. The original zlib, which is usually the one that is installed, optimizes for portability and misses a number of import...
https://github.com/elastic/elasticsearch/issues/81208
https://github.com/elastic/elasticsearch/pull/81245
a7fdb08046ba7041d91016349df62b7f932b23f9
1f5a0ed2d197d7a12eb20ea28bc2c759ec57f416
2021-12-01T13:55:30Z
java
2021-12-03T09:48:45Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,192
["x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authc/Subject.java", "x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/permission/LimitedRole.java", "x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/permission/Role.java", "x-pack/plugin/co...
Rework Role and LimitedRole to support more general limiting
The `LimitedRole` limits what a `Role` can authorize by intersecting it privileges with an additional set of privileges. This concept is useful in general and we plan to leverage it in more features. However the current implementation only works for one level of limiting and this prevents its general usefulness. For ex...
https://github.com/elastic/elasticsearch/issues/81192
https://github.com/elastic/elasticsearch/pull/81403
c98833f9c6ce2116e95936d9717df1b3eb6101bc
c4912794661e77d15debe08ea49aef27910dc27d
2021-12-01T00:31:40Z
java
2022-01-19T02:44:28Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,183
["docs/reference/migration/migrate_8_0/rest-api-changes.asciidoc", "docs/reference/snapshot-restore/apis/create-snapshot-api.asciidoc", "docs/reference/snapshot-restore/apis/restore-snapshot-api.asciidoc", "docs/reference/snapshot-restore/index.asciidoc", "docs/reference/snapshot-restore/restore-snapshot.asciidoc", "do...
[DOCS] Update snapshot and restore docs for system index resolution changes
https://github.com/elastic/elasticsearch/pull/79670 updates some of the defaults for capturing system indices in a snapshot and restoring system indices from a snapshot. This issue tracks related updates to the docs.
https://github.com/elastic/elasticsearch/issues/81183
https://github.com/elastic/elasticsearch/pull/81226
d0d91c690ead75466dcc920f85a5d47a25bcc75c
1519bb6ecbcb44375108b650f4d30ee25649e9ee
2021-11-30T22:06:42Z
java
2021-12-08T15:15:14Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,167
["docs/reference/mapping/types/dense-vector.asciidoc", "x-pack/plugin/vectors/src/main/java/org/elasticsearch/xpack/vectors/mapper/DenseVectorFieldMapper.java", "x-pack/plugin/vectors/src/test/java/org/elasticsearch/xpack/vectors/mapper/DenseVectorFieldMapperTests.java", "x-pack/plugin/vectors/src/test/java/org/elastic...
Edge cases with 0-vectors in knn_search
While playing around with the new vector search endpoint I ran into two interesting edge cases with "cosine" similarity. I myabe didn't read the docs too carefully so I used zero-valued vectors in the query which raised an assertion error on my locally started nodes where we run with "-ea" turned on. If assertions a...
https://github.com/elastic/elasticsearch/issues/81167
https://github.com/elastic/elasticsearch/pull/82241
20c9bf95ea76416fb813dc7fcb265207a8006fa9
6c442920ba29165745934f5b24df1f9da1b907fd
2021-11-30T18:47:54Z
java
2022-01-11T17:34:04Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,164
["x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/data_stream/10_basic.yml"]
[CI] XPackRestIT test {p0=data_stream/10_basic/Create data stream} failing
This has failed about a dozen times today and did reproduce for me. **Build scan:** https://gradle-enterprise.elastic.co/s/jx24cqobh7sug/tests/:x-pack:plugin:yamlRestTestV7CompatTest/org.elasticsearch.xpack.test.rest.XPackRestIT/test%20%7Bp0=data_stream%2F10_basic%2FCreate%20data%20stream%7D **Reproduction line:** `....
https://github.com/elastic/elasticsearch/issues/81164
https://github.com/elastic/elasticsearch/pull/81201
8fd4a2d04e6ade1886f14c0b1072749ce4de2893
c934fb501269eef993b8f0611364a856d661e6f1
2021-11-30T18:24:56Z
java
2021-12-01T14:47:23Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,157
["x-pack/plugin/ql/src/main/java/org/elasticsearch/xpack/ql/index/IndexResolver.java", "x-pack/plugin/sql/src/test/java/org/elasticsearch/xpack/sql/plan/logical/command/sys/SysTablesTests.java"]
SQL: SYS TABLES returns local aliases for remote clusters
A query like `SYS TABLES CATALOG LIKE 'remoteCluster' LIKE '%' TYPE 'VIEW'` will return the local aliases. Expected is to return nothing (as the remote aliases are not discoverable through field caps).
https://github.com/elastic/elasticsearch/issues/81157
https://github.com/elastic/elasticsearch/pull/81158
f205b7655fef514756860d033f6a0d1ee980a3eb
1650e8096853e66acbd41b0bee0adfa923f05a32
2021-11-30T15:28:19Z
java
2021-12-08T11:24:46Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,128
["server/src/main/java/org/elasticsearch/common/geo/SphericalMercatorUtils.java", "server/src/test/java/org/elasticsearch/common/geo/SphericalMercatorUtilTests.java"]
[CI] GeoShapeWithDocValuesFieldTypeTests testFetchVectorTile failing
**Build scan:** https://gradle-enterprise.elastic.co/s/nqq2qsasgv6bo/tests/:x-pack:plugin:spatial:test/org.elasticsearch.xpack.spatial.index.mapper.GeoShapeWithDocValuesFieldTypeTests/testFetchVectorTile **Reproduction line:** `./gradlew ':x-pack:plugin:spatial:test' --tests "org.elasticsearch.xpack.spatial.index.mapp...
https://github.com/elastic/elasticsearch/issues/81128
https://github.com/elastic/elasticsearch/pull/81145
66dc62618eac2dd2f20762348d932ed2b78db9a2
3a3bb236105d06db89ef779ff27ab3d69daa4eea
2021-11-29T21:24:42Z
java
2021-12-01T06:04:40Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,076
["server/src/main/java/org/elasticsearch/common/geo/GeoPolygonDecomposer.java", "server/src/test/java/org/elasticsearch/common/geo/GeometryIndexerTests.java"]
geotile_grid aggregation on geo_shape produces incorrect results for polygons in certain corner cases
**Elasticsearch version** (`bin/elasticsearch --version`): 7.13.2-SNAPSHOT **Description of the problem including expected versus actual behavior**: Certain geo_shapes cause the geotile_grid aggregation to produce incorrect results. **Steps to reproduce**: 1. Create the index ``` PUT /test-data { "s...
https://github.com/elastic/elasticsearch/issues/81076
https://github.com/elastic/elasticsearch/pull/81155
32ca555b620a4d1567d3bca9104e8880299bb5cd
8b077479b61d9633565440f9b80231c4cb7ca4f6
2021-11-26T16:39:13Z
java
2021-12-02T08:02:50Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,068
["distribution/docker/src/docker/bin/docker-entrypoint.sh", "docs/changelog/81082.yaml", "qa/os/src/test/java/org/elasticsearch/packaging/test/DockerTests.java", "qa/os/src/test/java/org/elasticsearch/packaging/test/EnrollmentProcessTests.java", "qa/os/src/test/java/org/elasticsearch/packaging/util/docker/Docker.java",...
Issue enrolling nodes to existing cluster on docker
In 8.0.0 nodes can enroll to an existing secured cluster by passing the `--enrollment-token <token>` parameter on node start. This approach sadly doesn't work for Docker as we don't pass arbitrary parameters passed to `docker run` to the actual entrypoint of our Docker image. The work around for now is to override the ...
https://github.com/elastic/elasticsearch/issues/81068
https://github.com/elastic/elasticsearch/pull/81082
0ab502f1943b85a68f27215b353d9f0174682415
54eb955a650211cb5d1705f7bacd9d47d2a706dd
2021-11-25T18:13:35Z
java
2021-12-07T16:10:05Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,058
["docs/reference/ingest/processors/date.asciidoc"]
Invalid output format when using ISO8601 as date processor output_format
Hello ! **Elasticsearch version** (`bin/elasticsearch --version`): 7.14.2 As the doc mentions it, the [date processor output_format](https://www.elastic.co/guide/en/elasticsearch/reference/current/date-processor.html) should accept `ISO8601` or `UNIX` values as `output_format`. However, here is the result: ```...
https://github.com/elastic/elasticsearch/issues/81058
https://github.com/elastic/elasticsearch/pull/81557
f0bf6f5ee368cb36080ee3557afbb68a9c44073c
b1f5373e022f1f268aec99470c71f80d014d7429
2021-11-25T16:04:38Z
java
2021-12-17T12:07:03Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,052
["docs/reference/query-dsl/nested-query.asciidoc"]
[Docs] Clarify nested query behavior when using 'must_not' filter
I have a situation when my document could contain several nested objects in it and I want to check that it *doesn't contain* nested object with particular properties. Since I didn't find any tool for working with nested object collections I try to utilize `bool` query with `must_not` clause for this purpose. So I ha...
https://github.com/elastic/elasticsearch/issues/81052
https://github.com/elastic/elasticsearch/pull/82727
25dd4a31587710d050492cace27aa5d72accc042
0a3f6acaddcce12046e0be153fb327c4903d3d9f
2021-11-25T14:39:15Z
java
2022-01-18T15:14:26Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,045
["server/src/internalClusterTest/java/org/elasticsearch/timeseries/support/TimeSeriesMetricsIT.java"]
[CI] TimeSeriesMetricsIT runs OOM
**Build scan**: https://gradle-enterprise.elastic.co/s/ifqr2xck7cpao **Repro line**: `gradlew ':server:internalClusterTest' --tests "org.elasticsearch.timeseries.support.TimeSeriesMetricsIT" -Dtests.seed=3D9EF5828D9382A7 -Dtests.locale=en-US -Dtests.timezone=UTC -Druntime.java=17` **Reproduces locally?**: Yes ...
https://github.com/elastic/elasticsearch/issues/81045
https://github.com/elastic/elasticsearch/pull/81159
be7cf05c827c4133d57a9dc56c50e4dbafbb9ec0
b6f19a8f9d787f95e15980a29feb0aa326196edd
2021-11-25T12:36:52Z
java
2021-11-30T18:37:54Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,024
["x-pack/plugin/security/src/internalClusterTest/java/org/elasticsearch/xpack/security/user/AnonymousUserIntegTests.java", "x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc/support/ApiKeyGenerator.java", "x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authz/store/Compos...
Anonymous roles not captured when creating API keys
When creating an API key, the own's roles at creation time are captured. The owner's roles are a superset of the final privileges that an API key can effectively have. Elasticsearch have the feature of [anonymous access](https://www.elastic.co/guide/en/elasticsearch/reference/current/anonymous-access.html). The anonymo...
https://github.com/elastic/elasticsearch/issues/81024
https://github.com/elastic/elasticsearch/pull/81427
24e1888ae3de0cd04a2132716c96c08438f22e78
20e24c3db612631712fcf417ea914b88ceab5dfd
2021-11-24T23:44:31Z
java
2022-01-24T11:49:25Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,013
["x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/datafeed/DatafeedNodeSelector.java", "x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/datafeed/DatafeedNodeSelectorTests.java"]
[ML] Datafeed fails to start when using CCS and multi-index wildcards and data only exists in remote cluster
Seen in `8.0.0-SNAPSHOT`, likely occurs in earlier versions. Datafeed fails to start when using CCS and multi-index wildcards and data only exists in remote cluster **Steps to reproduce** 1. Configure 2 clusters for CCS. Remote cluster should contain data. Local cluster should not. 2. Configure datafeed to u...
https://github.com/elastic/elasticsearch/issues/81013
https://github.com/elastic/elasticsearch/pull/81074
d9e73eb441a6a3b1c1a62a4a49b6f7ce8e7d9f4e
e54438004504d543673613fb6bce5ef90dca9fb1
2021-11-24T19:21:49Z
java
2021-11-29T12:19:34Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,011
["x-pack/plugin/ml/src/internalClusterTest/java/org/elasticsearch/xpack/ml/integration/AnomalyJobCRUDIT.java", "x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/action/TransportOpenJobAction.java", "x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/job/task/OpenJobPersistentTasksExecutor.java"]
[ML] A model state created in 7.0-7.9 should not have to be upgraded before upgrading to version 8
Step to reproduce: 1. On a 7.6.0 cluster, create and run a few of AD jobs, 2. After jobs finish and stop, upgrade the cluster to 7.16.0 3. After upgrade, login kibana and go to Stack Management -> Upgrade Assistant, Observed: there are critical warnings about obsolete minimum version of model snapshot ![image]...
https://github.com/elastic/elasticsearch/issues/81011
https://github.com/elastic/elasticsearch/pull/81039
15de6035148fd7904bb4f609f10d9b29af492a4f
64338bff3ef2fbea8b3bd153d92f79168c8cdd7a
2021-11-24T18:45:34Z
java
2021-11-25T13:36:58Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,990
["libs/ssl-config/src/test/java/org/elasticsearch/common/ssl/PemUtilsTests.java", "qa/os/src/test/java/org/elasticsearch/packaging/test/PackagesSecurityAutoConfigurationTests.java", "qa/os/src/test/resources/org/elasticsearch/packaging/test/http.crt", "qa/os/src/test/resources/org/elasticsearch/packaging/test/http.key"...
bin/elasticsearch-reconfigure-node bugs and enhancements
This is a meta issue to cover identified bugs and enhancements we want to make to `elasticsearch-reconfigure-node`. This CLI tool is introduced in 8.0.0 and the main use case it satisfies is to allow users to reconfigure an elasticsearch node that has been installed via a DEB or RPM package and enroll it into an existi...
https://github.com/elastic/elasticsearch/issues/80990
https://github.com/elastic/elasticsearch/pull/82789
0a16177f407c4b410e93fc52c1d514b3387fc7ee
814f7f9f52cb8c05db6465b9bfc818ea5d76c575
2021-11-24T13:34:18Z
java
2022-01-21T13:32:02Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,976
["server/src/main/java/org/elasticsearch/cluster/metadata/DataStreamAlias.java", "server/src/main/java/org/elasticsearch/snapshots/RestoreService.java", "server/src/test/java/org/elasticsearch/cluster/metadata/DataStreamAliasTests.java"]
Snapshot restore requests allow you to restore alias with write data stream, even if the alias already has a write data stream
**Elasticsearch version** (`bin/elasticsearch --version`): Version: 8.1.0-SNAPSHOT, Build: default/tar/e38cadb5283feeea06f09d555dbe47fb1d5e8b39/2021-11-22T22:35:22.825882Z, JVM: 17.0.1 **OS version** (`uname -a` if on a Unix-like system): Darwin 20.6.0 Darwin Kernel Version 20.6.0: Mon Aug 30 06:12:21 PDT 2021; ro...
https://github.com/elastic/elasticsearch/issues/80976
https://github.com/elastic/elasticsearch/pull/81217
eec64f72bf6280445ed0f74d219632b87f46572c
a4b232a09fd7217e6fc7bb7910ca07c7b609d031
2021-11-23T23:00:33Z
java
2021-12-17T07:40:07Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,972
["server/src/main/java/org/elasticsearch/cluster/metadata/Metadata.java", "server/src/test/java/org/elasticsearch/cluster/metadata/MetadataTests.java", "x-pack/plugin/data-streams/src/internalClusterTest/java/org/elasticsearch/datastreams/DataStreamIT.java", "x-pack/plugin/data-streams/src/internalClusterTest/java/org/...
Snapshot restore requests allow you to restore data stream alias with conflicting name
**Elasticsearch version** (`bin/elasticsearch --version`): Version: 8.1.0-SNAPSHOT, Build: default/tar/e38cadb5283feeea06f09d555dbe47fb1d5e8b39/2021-11-22T22:35:22.825882Z, JVM: 17.0.1 **OS version** (`uname -a` if on a Unix-like system): Darwin 20.6.0 Darwin Kernel Version 20.6.0: Mon Aug 30 06:12:21 PDT 2021; ro...
https://github.com/elastic/elasticsearch/issues/80972
https://github.com/elastic/elasticsearch/pull/81040
e20fe6d6390b46d21a09cbdd63f75753cd8d1b0d
5c4330292ffead1218ddba896431ca04408f766c
2021-11-23T21:27:38Z
java
2021-11-30T08:31:26Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,962
["docs/reference/docs/delete-by-query.asciidoc", "docs/reference/docs/update-by-query.asciidoc", "rest-api-spec/src/main/resources/rest-api-spec/api/delete_by_query.json", "rest-api-spec/src/main/resources/rest-api-spec/api/update_by_query.json"]
[Docs] _source* params don't work for Update by query / Delete by query
The docs for [Update by query](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-update-by-query.html) and [Delete by query](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-delete-by-query.html) mention that you can use the following parameters to include/exclude fields returned ...
https://github.com/elastic/elasticsearch/issues/80962
https://github.com/elastic/elasticsearch/pull/81131
86978e87b877b304d81ae749266c248607da6f7e
ca8c9be01696d81998de15ef0ec50cd021cb5dfd
2021-11-23T18:56:31Z
java
2021-12-01T14:06:12Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,952
["x-pack/plugin/sql/qa/server/src/main/resources/pivot.csv-spec", "x-pack/plugin/sql/src/main/java/org/elasticsearch/xpack/sql/execution/search/Querier.java", "x-pack/plugin/sql/src/main/java/org/elasticsearch/xpack/sql/execution/search/SourceGenerator.java", "x-pack/plugin/sql/src/main/java/org/elasticsearch/xpack/sql...
SQL: Cannot reorder columns in PIVOT query
Given a query like `SELECT a, b, birth_date FROM (SELECT * FROM test_emp PIVOT (SUM(salary) FOR languages IN (1 as a, 2 as b)) LIMIT 10)` the response is ``` a | b | birth_date ------------------------+---------------+--------------- null |56415 |...
https://github.com/elastic/elasticsearch/issues/80952
https://github.com/elastic/elasticsearch/pull/81032
55b0903ed5042952efadb737d954393d38d5422f
05ffbff778207f86d6930adaeed641561f96f8bf
2021-11-23T15:48:45Z
java
2021-12-03T07:35:22Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,939
["qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/SnapshotBasedRecoveryIT.java"]
[CI] SnapshotBasedRecoveryIT testSnapshotBasedRecovery failing
<!-- Please fill out the following information, and ensure you have attempted to reproduce locally --> **Build scan**: https://gradle-enterprise.elastic.co/s/jduqowizzdlzg **Repro line**: `gradlew ':qa:rolling-upgrade:v7.16.0#oneThirdUpgradedTest' -Dtests.class="org.elasticsearch.upgrades.SnapshotBasedRe...
https://github.com/elastic/elasticsearch/issues/80939
https://github.com/elastic/elasticsearch/pull/81384
b67152a175397254d4a3f7f6a193e96df1a54745
3d4c3d2e333d3eb5daf727bf55f50d669e430188
2021-11-23T12:28:34Z
java
2022-02-01T12:48:53Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,923
["x-pack/plugin/security/cli/src/main/java/org/elasticsearch/xpack/security/cli/AutoConfigureNode.java"]
Elasticsearch fails to start when not connected to local network
With security enabled by default, we changed our default to bind to both `_local` and `_site_` when we go through with the security autoconfiguration setup. It makes sense to do so as elasticsearch has authentication and TLS on the HTTP layer enabled and we wanted to allow maximum connectivity as kibana or other client...
https://github.com/elastic/elasticsearch/issues/80923
https://github.com/elastic/elasticsearch/pull/81083
c139255ba5a98d23b33e9b81d10ed32abf6c2cce
fbda52493cd1a0bbbf7550bf18a74202e1e59348
2021-11-23T00:20:20Z
java
2021-11-30T16:48:08Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,904
["x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/accesscontrol/DocumentSubsetBitsetCache.java", "x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/security/authz/accesscontrol/DocumentSubsetBitsetCacheTests.java"]
DLS optimization for rewrite to match all
A possible way to limit users from searching cold or frozen tiers is to setup DLS with a terms query for the `_tier` field. If an index does not match the requested `_tier`, rewriting the query to the shard results in a `MatchNoDocsQuery`, which is handled well by DLS, caching only that the index is unavailable. Howeve...
https://github.com/elastic/elasticsearch/issues/80904
https://github.com/elastic/elasticsearch/pull/81030
537f371f348207e7c59d28162b61c3720e931d0c
806abee75a7c02eb438242bd51d72b236730bf53
2021-11-22T14:02:43Z
java
2021-11-29T23:12:27Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,898
["server/src/main/java/org/elasticsearch/transport/NoSeedNodeLeftException.java", "server/src/main/java/org/elasticsearch/transport/ProxyConnectionStrategy.java", "server/src/main/java/org/elasticsearch/transport/SniffConnectionStrategy.java", "server/src/test/java/org/elasticsearch/transport/ProxyConnectionStrategyTes...
CCR unable to open any proxy connections
**Elasticsearch version** (`bin/elasticsearch --version`): 7.15 **Plugins installed**: default plugins in the docker image **JVM version** (`java -version`): docker image **OS version** (`uname -a` if on a Unix-like system): docker image **Description of the problem including expected versus actual behavior...
https://github.com/elastic/elasticsearch/issues/80898
https://github.com/elastic/elasticsearch/pull/80961
b4b489f52e7e0c901df472a2bb57fca6b596f8a0
b83b08f9f5f19b3cca87c72e302c0039420ac47e
2021-11-22T10:55:54Z
java
2021-11-25T08:39:05Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,895
["docs/changelog/85815.yaml", "server/src/main/java/org/elasticsearch/search/fetch/subphase/highlight/FastVectorHighlighter.java", "server/src/main/java/org/elasticsearch/search/fetch/subphase/highlight/SourceScoreOrderFragmentsBuilder.java", "server/src/main/java/org/elasticsearch/search/fetch/subphase/highlight/Sourc...
Fast Vector Highlighter does no work with nested field as target
<!-- GitHub is reserved for bug reports and feature requests; it is not the place for general questions. If you have a question or an unconfirmed bug , please visit the [forums](https://discuss.elastic.co/c/elasticsearch). Please also check your OS is [supported](https://www.elastic.co/support/matrix#show_os). If...
https://github.com/elastic/elasticsearch/issues/80895
https://github.com/elastic/elasticsearch/pull/85815
cce3d924754a06634a8e353fa227be3af2eeca62
a69cdd0ff3c23df49b19c35b258b99fc18794476
2021-11-21T11:25:46Z
java
2022-04-12T14:19:36Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,892
["docs/reference/cat/shards.asciidoc", "docs/reference/how-to/fix-common-cluster-issues.asciidoc", "server/src/main/java/org/elasticsearch/rest/action/cat/RestShardsAction.java"]
[+DOC] Shard Unassigned Reasons
Howdy! I like using [CAT Shards](https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-shards.html)'s `unassigned.reason` as reference, but just ran into an undocumented one and realized [the code](https://github.com/elastic/elasticsearch/blob/26c86871fc091900952e88e252c36fbfedf8d5fa/server/src/main/java/...
https://github.com/elastic/elasticsearch/issues/80892
https://github.com/elastic/elasticsearch/pull/81017
43e6cacdb0225e7d92e33fdccab233c6a9c27c21
ca65718923bc886ab0aa5934ecc1cd3b2e3090ba
2021-11-20T00:15:02Z
java
2021-11-29T18:47:01Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,860
["docs/reference/query-dsl/bool-query.asciidoc"]
Named fuzzy query killing performance of nested top_hits aggregation
**Elasticsearch version** (`bin/elasticsearch --version`): 7.15.2 **Plugins installed**: [analysis-icu] **JVM version** (`java -version`): bundled **OS version** (`uname -a` if on a Unix-like system): macOS Big Sur **Description of the problem including expected versus actual behavior**: I was researchin...
https://github.com/elastic/elasticsearch/issues/80860
https://github.com/elastic/elasticsearch/pull/91512
6fc31d3ed392c7dc7880e5dc0b5866c8dd7974e5
dceff3f86288368aaa022139b29feca5302a7906
2021-11-18T23:00:05Z
java
2022-11-14T13:05:40Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,837
["server/src/main/java/org/elasticsearch/indices/recovery/RecoveryState.java"]
[CI] FullClusterRestartIT testRecovery failing
**Build scan:** https://gradle-enterprise.elastic.co/s/lqmxb2fffkd42/tests/:qa:full-cluster-restart:v8.1.0%23upgradedClusterTest/org.elasticsearch.upgrades.FullClusterRestartIT/testRecovery **Reproduction line:** `gradlew ':qa:full-cluster-restart:v8.1.0#upgradedClusterTest' -Dtests.class="org.elasticsearch.upgrades.F...
https://github.com/elastic/elasticsearch/issues/80837
https://github.com/elastic/elasticsearch/pull/81528
e421477ac8d699fa37b04e74bd374f8585e02b0e
26c2ce0b886f4cb13bf07c2c00de89c443b10061
2021-11-18T14:02:56Z
java
2022-01-13T15:43:56Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,814
["docs/changelog/82507.yaml", "server/src/internalClusterTest/java/org/elasticsearch/indices/SystemIndexManagerIT.java", "server/src/main/java/org/elasticsearch/action/admin/indices/settings/put/TransportUpdateSettingsAction.java", "server/src/main/java/org/elasticsearch/indices/SystemIndexManager.java"]
Can set write block on system indices but cannot remove it
Currently it is possible to set the write block on a system index. When you go to remove it by updating settings, the change is rejected. An example using the fleet agents system index: ``` PUT .fleet-agents-7/_block/write ``` Succeeds. But this follow up fails: ``` PUT .fleet-agents-7/_settings { ...
https://github.com/elastic/elasticsearch/issues/80814
https://github.com/elastic/elasticsearch/pull/82507
b1c01b12be4239b18fe47c54ff9c08774cfe8b7a
7018e9ef84264aa54b16da56d468dd31a051a488
2021-11-18T03:54:23Z
java
2022-01-14T03:22:13Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,782
["docs/reference/migration/migrate_8_0/rest-api-changes.asciidoc", "docs/reference/modules/remote-clusters.asciidoc", "docs/reference/search/search-your-data/search-across-clusters.asciidoc"]
[DOCS] Update BWC support for cross-cluster search
As of 8.0, the compatibility window for cross-cluster search (CCS) to an earlier release will be one minor release. To document this change, we need to update the [supported configurations][0] section of the cross-cluster search docs. We also need to add a related item to the [8.0 breaking changes][1]. [0]: https...
https://github.com/elastic/elasticsearch/issues/80782
https://github.com/elastic/elasticsearch/pull/80809
f1860c17ab4b9e2931a5d7482905fe5f1589239c
dfb9f6f18d1f80241747595ed371c8f7f22485ac
2021-11-16T22:37:28Z
java
2022-01-11T15:33:12Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,763
["docs/changelog/93533.yaml", "server/src/internalClusterTest/java/org/elasticsearch/ingest/IngestStatsNamesAndTypesIT.java", "server/src/main/java/org/elasticsearch/ingest/ConfigurationUtils.java", "server/src/main/java/org/elasticsearch/ingest/IngestService.java", "server/src/main/java/org/elasticsearch/ingest/OnFail...
nodes/stats for ingest pipeline name and type may be misleading
nodes/stats is useful to view the performance of ingest nodes pipelines, showing how many events and how long it took to process events through the different processors. Nodes stats always shows the processors in the same order in which they are defined. However due to some internal code level reasons the name of the p...
https://github.com/elastic/elasticsearch/issues/80763
https://github.com/elastic/elasticsearch/pull/93533
b61f60af2be616bad4bf44b1612e855e4b615034
815e6d730fb57e68d58e7ac58518af82f93cc301
2021-11-16T15:49:04Z
java
2023-02-07T19:55:30Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,693
["docs/changelog/101230.yaml", "server/src/main/java/org/elasticsearch/search/SearchService.java", "test/framework/src/main/java/org/elasticsearch/test/ESIntegTestCase.java", "test/framework/src/main/java/org/elasticsearch/test/ESSingleNodeTestCase.java"]
Concurrent Searching
It looks like Elasticsearch is currently missing support for concurrent searching and that this is a major prospective optimization to reduce latency. Digression: this is not the topic at hand but I personally consider the fork OpenSearch to be an historical tragedy of duplication of work and a segregation of improv...
https://github.com/elastic/elasticsearch/issues/80693
https://github.com/elastic/elasticsearch/pull/101230
b921c1e627cb99300eb404d9aa573af62bd725e5
d2f97e7e884afac506381864a4f3d32335e802b5
2021-11-14T16:48:53Z
java
2023-10-26T10:03:40Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,653
["x-pack/plugin/sql/qa/server/src/main/java/org/elasticsearch/xpack/sql/qa/FieldExtractorTestCase.java", "x-pack/plugin/sql/src/main/java/org/elasticsearch/xpack/sql/execution/search/extractor/TopHitsAggExtractor.java", "x-pack/plugin/sql/src/test/java/org/elasticsearch/xpack/sql/execution/search/extractor/TopHitsAggEx...
SQL: LAST/FIRST query fails in scenario with ignored field
For an index with mapping ``` { "mappings": { "properties": { "text_field": { "type": "keyword", "ignore_above": 10 }, "date": { "type": "date" } } } } ``` and data as ``` {"index":{"_id":1}} {"text_field":"abcdefghijklm...
https://github.com/elastic/elasticsearch/issues/80653
https://github.com/elastic/elasticsearch/pull/80655
1b300ac962cdf5d71a0d216a8b20e3aadb6c5290
116b1fab454ab4084a32ea0d4a8dea4d79595392
2021-11-11T09:06:06Z
java
2021-11-11T14:11:09Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,621
["x-pack/plugin/ml/src/internalClusterTest/java/org/elasticsearch/xpack/ml/integration/MlDistributedFailureIT.java", "x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/datafeed/DatafeedNodeSelector.java", "x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/job/process/autodetect/AutodetectProcessManager....
[ML] anomaly detection Job failed without reason audit message when model snapshot is too old
Steps to reproduce (easier to do this from a cloud env) - Deploy a 7.8.1 cluster and start a real-time anomaly detection job, - Then create a 8.0 cluster by restoring that 7.8.1 cluster snapshot, - after 8.0 cluster successfully was created, login to check the AD job status: AD job failed on UI, and there is no f...
https://github.com/elastic/elasticsearch/issues/80621
https://github.com/elastic/elasticsearch/pull/80665
8b2019a10e82d65e9b94bdf2c7c0e5259297feea
d95bca83036a598c2494df246dd32803f2f40805
2021-11-10T16:10:51Z
java
2021-11-11T20:38:55Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,561
["x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/ModelSnapshotSearchIT.java", "x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/job/persistence/JobResultsProvider.java"]
can not write type [class org.elasticsearch.Version]
**Elasticsearch version** (`bin/elasticsearch --version`): 7.16.0 BC3 **Plugins installed**: [] **JVM version** (`java -version`): **OS version** (`uname -a` if on a Unix-like system): Cloud GCP **Description of the problem including expected versus actual behavior**: a call to `GET /_migration/deprecations...
https://github.com/elastic/elasticsearch/issues/80561
https://github.com/elastic/elasticsearch/pull/80596
5e98ea427bc8bbc0120b099e501f425f1880a7b7
08324ed4f80cb6796bf71ee081b85af9875bc505
2021-11-09T21:00:00Z
java
2021-11-10T14:10:53Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,551
["docs/changelog/84813.yaml", "x-pack/plugin/eql/src/test/resources/querytranslator_tests.txt", "x-pack/plugin/ql/src/main/java/org/elasticsearch/xpack/ql/expression/function/scalar/ScalarFunction.java", "x-pack/plugin/sql/qa/server/src/main/resources/null.sql-spec", "x-pack/plugin/sql/qa/server/src/main/resources/stri...
SQL: Group by expression with text field does not always use `.keyword` subfield
Given the mapping ``` column | type | mapping --------------------+---------------+--------------- ... last_name |VARCHAR |text last_name.keyword |VARCHAR |keyword ... ``` the query `SELECT last_name IS NULL FROM test_emp GROUP BY 1`...
https://github.com/elastic/elasticsearch/issues/80551
https://github.com/elastic/elasticsearch/pull/84813
7c33a770adc91ec69261023c73a7848cddab8d52
61c3b82c2ed805ab9fa8de764a16e96b41488510
2021-11-09T16:59:15Z
java
2022-03-15T08:41:38Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,484
["x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/inference/nlp/tokenizers/BasicTokenizer.java", "x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/inference/nlp/tokenizers/TokenTrieNode.java", "x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/inference/nlp/tokenizers/BasicTokenizerTests.java...
[ML] improve WordPiece tokenization around punctuation.
In certain scenarios, our wordpiece tokenization does not handle punctuation well. `This is [MASK]~tastic!` in this scenario (with the mask next to a non-common punctuation), the tokenizer doesn't recognize the `[MASK]` token.
https://github.com/elastic/elasticsearch/issues/80484
https://github.com/elastic/elasticsearch/pull/81254
9fcbc0bb20e4ae032daafe85c4ac377cd808d843
ab4581b805ae15d9e3cf3f41dcc7e0498d4b722b
2021-11-08T12:37:17Z
java
2021-12-06T13:57:07Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,482
["docs/changelog/80906.yaml", "server/src/main/java/org/elasticsearch/rest/BaseRestHandler.java", "server/src/main/java/org/elasticsearch/rest/RestController.java", "server/src/main/java/org/elasticsearch/rest/RestHandler.java", "server/src/test/java/org/elasticsearch/rest/RestControllerTests.java", "x-pack/plugin/secu...
Allow RestHandlers for Content-Type outside XContentType
It is currently impossible for `RestHandler` to deal with requests that specify a `Content-Type` that doesn't map to `XCotentType` due to strict validation inside `RestController.` This makes dealing with binary data (for supporting endpoints/protocols that already exist) impossible since the handler never gets access...
https://github.com/elastic/elasticsearch/issues/80482
https://github.com/elastic/elasticsearch/pull/80906
d9f77fa3a6f03d8b1360ae717fb380c0b8110c7e
c8d98cf5320d65110a11988746ebed9789011bd9
2021-11-08T11:08:03Z
java
2022-01-25T08:52:13Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,481
["docs/reference/commands/create-enrollment-token.asciidoc", "docs/reference/commands/reset-password.asciidoc", "x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc/esnative/tool/ResetPasswordTool.java", "x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/enrollment/ExternalEn...
CLI tools extending BaseRunAsSuperuserCommand should only connect to the local node
BaseRunAsSuperuserCommand uses a temporary file realm superuser to execute commands as. Since file realms are node specific, all requests should be executed against the local node from where the CLI runs. We should not use `CommandLineHttpClient#getDefaultURL` or adjust it to prefer the local node if/when possible. ...
https://github.com/elastic/elasticsearch/issues/80481
https://github.com/elastic/elasticsearch/pull/81025
1f933390c146021f22186d2861b199fc9eb5043e
537f371f348207e7c59d28162b61c3720e931d0c
2021-11-08T10:55:42Z
java
2021-11-29T21:49:27Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,480
["distribution/tools/plugin-cli/src/main/java/org/elasticsearch/plugins/cli/InstallPluginAction.java", "distribution/tools/plugin-cli/src/test/java/org/elasticsearch/plugins/cli/InstallPluginActionTests.java", "docs/changelog/84766.yaml"]
elasticsearch-plugin install hang without any reason (no high cpu, nothing)
<!-- GitHub is reserved for bug reports and feature requests; it is not the place for general questions. If you have a question or an unconfirmed bug , please visit the [forums](https://discuss.elastic.co/c/elasticsearch). Please also check your OS is [supported](https://www.elastic.co/support/matrix#show_os). If...
https://github.com/elastic/elasticsearch/issues/80480
https://github.com/elastic/elasticsearch/pull/84766
db6c58ed4547720f5e4167a8a8c87c3348aaffe9
5ae99a62972e5da428ffb1949096d349942d761e
2021-11-08T10:54:02Z
java
2022-03-11T21:28:16Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,465
["qa/os/src/test/java/org/elasticsearch/packaging/test/ArchiveTests.java", "qa/os/src/test/java/org/elasticsearch/packaging/test/ConfigurationTests.java", "qa/os/src/test/java/org/elasticsearch/packaging/util/ServerUtils.java", "x-pack/plugin/security/cli/src/main/java/org/elasticsearch/xpack/security/cli/AutoConfigure...
Use node.name instead of `HOSTNAME` for auto-generated certificates
When `node.name` is set, it's most likely the this is what the user wants to identify the node by, rather than the `hostname` of the machine this node runs on. In such cases, we should set the CN of the autogenerated HTTP certifiate to `node.name`.
https://github.com/elastic/elasticsearch/issues/80465
https://github.com/elastic/elasticsearch/pull/81007
fbda52493cd1a0bbbf7550bf18a74202e1e59348
d9ce0b01dd3efd3efcb2f77b0e9828be7c763f59
2021-11-07T09:05:32Z
java
2021-11-30T17:54:19Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,413
["server/src/main/java/org/elasticsearch/action/admin/indices/stats/IndexStats.java", "server/src/main/java/org/elasticsearch/action/admin/indices/stats/IndicesStatsResponse.java", "server/src/main/java/org/elasticsearch/action/admin/indices/stats/TransportIndicesStatsAction.java", "server/src/main/java/org/elasticsear...
Add index health and status to the _stats API
We want to migrate Index Management UI [from using `_cat/indices` API](https://github.com/elastic/kibana/issues/57286) and keep it consistent with the current implementation. I think we could use `_stats` API to retrieve most index properties displayed in the UI. Except for index health (green/yellow/red) and status (o...
https://github.com/elastic/elasticsearch/issues/80413
https://github.com/elastic/elasticsearch/pull/81954
0699c9351f1439e246d408fd6538deafde4087b6
b118d84288b79723b00f4b50b36435656ce81821
2021-11-05T13:25:44Z
java
2022-01-10T08:59:30Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,405
["x-pack/plugin/build.gradle"]
[CI] XPackRestIT test {p0=data_stream/140_data_stream_aliases/Fix IndexNotFoundException error when handling remove alias action} failing
**Build scan:** https://gradle-enterprise.elastic.co/s/i76ylsjmi3jxu/tests/:x-pack:plugin:yamlRestTestV7CompatTest/org.elasticsearch.xpack.test.rest.XPackRestIT/test%20%7Bp0=data_stream%2F140_data_stream_aliases%2FFix%20IndexNotFoundException%20error%20when%20handling%20remove%20alias%20action%7D **Reproduction line:*...
https://github.com/elastic/elasticsearch/issues/80405
https://github.com/elastic/elasticsearch/pull/93558
eff2fdb95889a6a88d22a5bb1b4c6633cb4680e8
bb76d2eeae6adb7563db12eec227961dda595b22
2021-11-05T10:45:07Z
java
2023-02-07T14:49:12Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,398
["docs/changelog/84410.yaml", "plugins/discovery-ec2/qa/amazon-ec2/src/yamlRestTest/java/org/elasticsearch/discovery/ec2/AmazonEC2Fixture.java", "plugins/discovery-ec2/src/main/java/org/elasticsearch/discovery/ec2/AwsEc2Utils.java", "plugins/discovery-ec2/src/main/java/org/elasticsearch/discovery/ec2/Ec2DiscoveryPlugin...
Support IMDSv2 for EC2 Discovery
We have been using Elasticsearch for storing our application data, and are extensively using the EC2 discovery plugin and S3 plugin. As per AWS best practices, we are making use of the EC2 instance metadata to get the required auth tokens for EC2 discovery and S3 snapshots, and dont make use of any access_keys and secr...
https://github.com/elastic/elasticsearch/issues/80398
https://github.com/elastic/elasticsearch/pull/84410
5ebcf60fbc7a4a629bbbe4a267b4b05f11fe5794
892d2a2a942275dd350721e5a4463e48d7d9c43a
2021-11-05T09:44:21Z
java
2022-03-09T13:43:14Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,321
["x-pack/plugin/transform/src/main/java/org/elasticsearch/xpack/transform/action/TransformUpdater.java", "x-pack/plugin/transform/src/main/java/org/elasticsearch/xpack/transform/action/TransportUpgradeTransformsAction.java"]
[CI] UpgradeClusterClientYamlTestSuiteIT test {p0=upgraded_cluster/80_transform_jobs_crud/Get start, stop, upgrade and delete old cluster batch transform} failing
**Build scan:** https://gradle-enterprise.elastic.co/s/t437exhetbvac/tests/:x-pack:qa:rolling-upgrade:v7.4.0%23upgradedClusterTest/org.elasticsearch.upgrades.UpgradeClusterClientYamlTestSuiteIT/test%20%7Bp0=upgraded_cluster%2F80_transform_jobs_crud%2FGet%20start,%20stop,%20upgrade%20and%20delete%20old%20cluster%20batch...
https://github.com/elastic/elasticsearch/issues/80321
https://github.com/elastic/elasticsearch/pull/80550
c9303e273d51492be2e970c2bc005381f25ea74e
e79291621a7d6c3fbd123a83a88d7c3180a7eb5b
2021-11-04T00:17:11Z
java
2021-11-10T09:51:52Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,320
["build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalDistributionDownloadPlugin.java"]
Running BWC tests using current version of Elasticsearch should avoid packaging archives
We have BWC tests that test the current version against itself, essentially, we're really just testing that I can restart a cluster and things will be happy. The confusion here seems to be that when doing so we are building an archive (tar in the case of linux) distribution for these tests instead of the much more e...
https://github.com/elastic/elasticsearch/issues/80320
https://github.com/elastic/elasticsearch/pull/80350
025dbdc73e228c71025ae599bec2bbf12e1720fe
ad4694c4ad3e09ab6c78adb7d2b0fdf01ea3ce90
2021-11-03T22:23:39Z
java
2021-11-15T07:07:42Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,305
["x-pack/plugin/core/build.gradle", "x-pack/plugin/core/licenses/unboundid-ldapsdk-6.0.2.jar.sha1", "x-pack/plugin/core/licenses/unboundid-ldapsdk-6.0.3.jar.sha1", "x-pack/plugin/security/build.gradle"]
SearchGroupsResolverInMemoryTests leaking threads
**Build scan**: [sample scan](https://gradle-enterprise.elastic.co/s/2wsdisepd3hd6/tests/:x-pack:plugin:security:test/org.elasticsearch.xpack.security.authc.ldap.SearchGroupsResolverInMemoryTests/classMethod?top-execution=1) **Repro line**: None given **Reproduces locally?**: n/a, see above **Applicable branch...
https://github.com/elastic/elasticsearch/issues/80305
https://github.com/elastic/elasticsearch/pull/81568
c8dcbe49ae28b82bb59fa149a472c7e36df40884
f01871464bdfca570a5f258142583f3071bca1fb
2021-11-03T18:39:48Z
java
2021-12-09T11:43:06Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,264
["docs/reference/indices/recovery.asciidoc"]
[docs] Index recovery API Response wrong types
The Index recovery API documentation (https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-recovery.html#index-recovery-api-response-body) provides incorrect information. The valid values are listed as: > STORE The recovery is related to a node startup or failure. This type of recovery is called ...
https://github.com/elastic/elasticsearch/issues/80264
https://github.com/elastic/elasticsearch/pull/81000
d1af86cfdd770b6079d51b0421bfd377ae0c7d69
2a30dfe4d213769e5c4982d201117562377e0e8d
2021-11-03T10:53:08Z
java
2021-11-24T19:34:25Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,239
["x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/ldap/SearchGroupsResolverInMemoryTests.java"]
[CI] SearchGroupsResolverInMemoryTests classMethod failing
The failure occurs during tearDown time when it checks for leaked threads. But the actual test that failed for cleaning up the thread is `testSearchTimeoutIsFailure`. **Build scan:** https://gradle-enterprise.elastic.co/s/yj773p6xo52iw/tests/:x-pack:plugin:security:test/org.elasticsearch.xpack.security.authc.ldap.Sear...
https://github.com/elastic/elasticsearch/issues/80239
https://github.com/elastic/elasticsearch/pull/80250
6efc09244ff7095213043bca95d6125658d4842f
5a4a7446dd5692b07c42c563e3e46f79c4da4e0d
2021-11-03T01:21:13Z
java
2021-11-03T11:42:16Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,236
["x-pack/docs/en/security/authorization/privileges.asciidoc"]
Docs incorrectly state that index "manage" privilege provides template access
On https://www.elastic.co/guide/en/elasticsearch/reference/7.16/security-privileges.html#privileges-list-indices it says > **`manage`** All monitor privileges plus index and data stream administration (aliases, analyze, cache clear, close, delete, exists, flush, mapping, open, field capabilties, force merge, refresh...
https://github.com/elastic/elasticsearch/issues/80236
https://github.com/elastic/elasticsearch/pull/80284
7ff1b6d848d759f205aa05e840a89fbcfde469a1
efbfd985496d7bbf10bf89f13e4e0989220a7aa2
2021-11-02T23:27:19Z
java
2021-11-09T13:41:41Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,200
["docs/reference/rest-api/usage.asciidoc", "x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ml/action/GetDeploymentStatsAction.java", "x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/MachineLearningUsageTransportAction.java", "x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/MachineLear...
[ML] Telemetry for NLP models
Add information about NLP models and deployments in the usage API.
https://github.com/elastic/elasticsearch/issues/80200
https://github.com/elastic/elasticsearch/pull/80282
265b3d959c87665f4be62c53968856ffed881bd3
4557d5f797ddb58b1862f2c845b09859e492faa8
2021-11-02T15:34:16Z
java
2021-11-04T15:26:37Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,182
["build-tools-internal/src/main/resources/checkstyle.xml"]
[CI] Checkstyle license header check fails on Windows
The task `:docs:checkstyleTest` fails regularly on Windows platforms, looks related to #79603. **Build scan**: https://gradle-enterprise.elastic.co/s/v4julezaoxpmk https://gradle-enterprise.elastic.co/s/c2mi2ziflwcnk https://gradle-enterprise.elastic.co/s/jzykxzzrjaari and more **Repro line**: **Reproduces...
https://github.com/elastic/elasticsearch/issues/80182
https://github.com/elastic/elasticsearch/pull/80201
902f0527a407bc6e0e26b5a22a51eb4e4588ba0a
3bd67f42e3abaef368209a15c604424d7dcf94ec
2021-11-02T11:28:29Z
java
2021-11-02T18:44:58Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,180
["docs/changelog/84434.yaml", "server/src/main/java/org/elasticsearch/action/admin/indices/shrink/ResizeNumberOfShardsCalculator.java", "server/src/main/java/org/elasticsearch/action/admin/indices/shrink/TransportResizeAction.java", "server/src/test/java/org/elasticsearch/action/admin/indices/shrink/ResizeNumberOfShard...
[ILM] Shrink action fails with a single primary shard in conjunction with `max_primary_shard_size`
<!-- GitHub is reserved for bug reports and feature requests; it is not the place for general questions. If you have a question or an unconfirmed bug , please visit the [forums](https://discuss.elastic.co/c/elasticsearch). Please also check your OS is [supported](https://www.elastic.co/support/matrix#show_os). If...
https://github.com/elastic/elasticsearch/issues/80180
https://github.com/elastic/elasticsearch/pull/84434
e7c4e8cdf8e939055a8cbde7e6da6c429fb05586
155638b2cacc2cc96e866cfd1f3b66155fc66360
2021-11-02T11:11:21Z
java
2022-03-04T14:00:51Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,117
["x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authc/Authentication.java", "x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authc/Subject.java", "x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/security/authc/AuthenticationSerializationTests.java"]
Revisit and rationalise the Authentication class
We would like to revisit the `Authentication` class to make it provide better and easier to use interface to the consumers. #79809 enables run-as for all authentication schemes in addition to `realm` which is already supported. This adds more complexity to an `Authentication` object and how it should be used. For a...
https://github.com/elastic/elasticsearch/issues/80117
https://github.com/elastic/elasticsearch/pull/88494
cb5fc605337d039e8b6b9817daccd4125bf89584
8b0832d0e23605aa82136213c6347f8ecbead7b9
2021-11-01T05:33:06Z
java
2022-07-14T02:35:22Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,073
["x-pack/plugin/transform/src/main/java/org/elasticsearch/xpack/transform/action/TransformUpdater.java", "x-pack/plugin/transform/src/main/java/org/elasticsearch/xpack/transform/persistence/IndexBasedTransformConfigManager.java"]
[CI] TransformSurvivesUpgradeIT testTransformRollingUpgrade failing
probably a regression of #80013 **Build scan:** https://gradle-enterprise.elastic.co/s/toqidjvpswti4/tests/:x-pack:qa:rolling-upgrade:v7.11.2%23upgradedClusterTest/org.elasticsearch.upgrades.TransformSurvivesUpgradeIT/testTransformRollingUpgrade **Reproduction line:** `./gradlew ':x-pack:qa:rolling-upgrade:v7.11.2#up...
https://github.com/elastic/elasticsearch/issues/80073
https://github.com/elastic/elasticsearch/pull/80579
4f00058d22c3e53324c1650091b32c400e93adeb
44314120fc196ac866fcee372069772335e965ec
2021-10-29T10:01:44Z
java
2021-11-10T14:29:45Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
81,966
["docs/reference/ingest.asciidoc", "docs/reference/ingest/processors/common-options.asciidoc", "docs/reference/ingest/processors/dissect.asciidoc"]
Minor issue with processor documentation
In all processor documentations where the processor supports conditional execution the documentation links to _Handling pipeline failures_ (#handling-pipeline-failures) where it should link to _Conditionally run a processor_ (#conditionally-run-processor) ![image](https://user-images.githubusercontent.com/2772669/13...
https://github.com/elastic/elasticsearch/issues/81966
https://github.com/elastic/elasticsearch/pull/82001
1c94fc3517d9b120b61fa0910d90d9af001f188c
f1004ee698ba391399d8099f948aeeb62536e7a0
2021-10-29T06:33:04Z
java
2021-12-21T16:37:20Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
80,001
["build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/DistroTestPlugin.java", "build-tools-internal/version.properties", "docs/changelog/80034.yaml"]
Upgrade Adoptium OpenJDK to 17.0.1+12
Adoptium OpenJDK 17.0.1+12 is now available. We need to upgrade the version that is bundled with Elasticsearch to the newer version. We currently bundle 17+35.
https://github.com/elastic/elasticsearch/issues/80001
https://github.com/elastic/elasticsearch/pull/80034
bdbd4e3a1d62c1174134d4d5645fa7ae343dd519
da58264fb665571a30e25781e26b5a3e7f253e93
2021-10-28T10:01:44Z
java
2021-11-03T22:01:20Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
79,986
["modules/lang-painless/src/yamlRestTest/resources/rest-api-spec/test/painless/20_scriptfield.yml"]
[CI] LangPainlessClientYamlTestSuiteIT test {yaml=painless/20_scriptfield/Scripted Field with error accessing an unsupported field via the script fields api} failing
This failed on my PR and is reproducible **Build scan:** https://gradle-enterprise.elastic.co/s/co5sy2mcxu2xg/tests/:modules:lang-painless:yamlRestTest/org.elasticsearch.painless.LangPainlessClientYamlTestSuiteIT/test%20%7Byaml=painless%2F20_scriptfield%2FScripted%20Field%20with%20error%20accessing%20an%20unsupported%...
https://github.com/elastic/elasticsearch/issues/79986
https://github.com/elastic/elasticsearch/pull/80026
985200b1fc5a1d935b8d9dcb1f616ebade742553
9511c546806fc1cff3b8db3c77e9c6cea6e96eaf
2021-10-28T06:32:48Z
java
2021-10-28T16:36:50Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
79,948
["x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/SecurityContext.java", "x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/SecurityContextTests.java"]
`x-opaque-id` header breaks CCS in mixed version cluster
**Elasticsearch version** (`bin/elasticsearch --version`): 7.16.0 bc1 (also potentially 7.15.2) **Description of the problem including expected versus actual behavior**: Presence of `x-opaque-id` header changes cross cluster search behavior in **mixed version cluster** When header is missing cross cluster sear...
https://github.com/elastic/elasticsearch/issues/79948
https://github.com/elastic/elasticsearch/pull/79973
71c702263b3d9fbd0d8ee8525b6b60a95ef02ada
5cc0c38417293a5ec893b1c7f62297b83aab9f4c
2021-10-27T18:53:49Z
java
2021-10-28T06:11:07Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
79,932
["x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/ml/datafeed/AggProviderWireSerializationTests.java", "x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/action/TransportStartDataFrameAnalyticsActionTests.java"]
[CI] AggProviderWireSerializationTests testBwcSerialization failing
Looks like there's some specific logic here for versions starting at 8.0.0 which 8.1.0 is now BWC compatible with that might need tweaking. **Build scan:** https://gradle-enterprise.elastic.co/s/x5c4pefiwp3du/tests/:x-pack:plugin:core:test/org.elasticsearch.xpack.core.ml.datafeed.AggProviderWireSerializationTests/test...
https://github.com/elastic/elasticsearch/issues/79932
https://github.com/elastic/elasticsearch/pull/79944
a8258bde1643f8cf5eda0ee437e7c2458f62fada
24ed875616d837d2dc39a1440d6411dddbb8698c
2021-10-27T16:57:20Z
java
2021-10-27T19:38:36Z
closed
elastic/elasticsearch
https://github.com/elastic/elasticsearch
79,931
["docs/reference/ml/df-analytics/apis/put-dfanalytics.asciidoc"]
[CI] DocsClientYamlTestSuiteIT test {yaml=reference/ml/df-analytics/apis/put-dfanalytics/line_641} failing
Started failing after 8.1.0 version bump **Build scan:** https://gradle-enterprise.elastic.co/s/l6szaago52kay/tests/:docs:integTest/org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT/test%20%7Byaml=reference%2Fml%2Fdf-analytics%2Fapis%2Fput-dfanalytics%2Fline_641%7D **Reproduction line:** `./gradlew ':docs:integTe...
https://github.com/elastic/elasticsearch/issues/79931
https://github.com/elastic/elasticsearch/pull/79943
bc78c43e51d3a547e27c721ad760c7eac9c42158
6b20e8e1b0fc8987f820bbb6fe243551b621158b
2021-10-27T16:47:09Z
java
2021-10-27T18:45:15Z