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 | apache/airflow | https://github.com/apache/airflow | 10,516 | ["Dockerfile", "Dockerfile.ci", "IMAGES.rst"] | pkg_resources.DistributionNotFound: The 'apache-airflow==2.0.0.dev0' distribution was not found and is required by the application | <!--
Welcome to Apache Airflow! For a smooth issue process, try to answer the following questions.
Don't worry if they're not all applicable; just try to include what you can :-)
If you need to include code snippets or logs, please put them in fenced code
blocks. If they're super-long, please use the details ... | https://github.com/apache/airflow/issues/10516 | https://github.com/apache/airflow/pull/10542 | 5e822634de94ca516818cababc592d38dc882d46 | 018ae0ed95a5ff1cdb787fccf2c7e957580ab968 | 2020-08-24T16:53:35Z | python | 2020-08-25T13:45:59Z |
closed | apache/airflow | https://github.com/apache/airflow | 10,474 | ["airflow/providers/google/cloud/hooks/bigtable.py", "airflow/providers/google/cloud/operators/bigtable.py", "tests/providers/google/cloud/hooks/test_bigtable.py", "tests/providers/google/cloud/operators/test_bigtable.py"] | Add support for creating multiple replicated clusters in Bigtable hook and operator | <!--
Welcome to Apache Airflow! For a smooth issue process, try to answer the following questions.
Don't worry if they're not all applicable; just try to include what you can :-)
If you need to include code snippets or logs, please put them in fenced code
blocks. If they're super-long, please use the details ... | https://github.com/apache/airflow/issues/10474 | https://github.com/apache/airflow/pull/10475 | 3a53039fd10543f01d7d619bf3cbbf69f5896cbe | b0598b5351d2d027286e2333231b6c0c0704dba2 | 2020-08-22T13:39:23Z | python | 2020-08-24T09:44:22Z |
closed | apache/airflow | https://github.com/apache/airflow | 10,471 | [".github/workflows/build-images-workflow-run.yml", ".github/workflows/codeql-cancel.yml"] | Current CI builds slightly different sources than the one in PR build | The current CI system builds a slightly different set of sources in GitHub than the one in PR directly. But possibly it is better. We can fix it with a workaround but I am not sure if we should.
Details:
1) when we currently build the image in "Build Image" workflow we are using "scripts/ci" from master and rest ... | https://github.com/apache/airflow/issues/10471 | https://github.com/apache/airflow/pull/11268 | 6dce7a6c26bfaf991aa24482afd7fee1e263d6c9 | a4478f5665688afb3e112357f55b90f9838f83ab | 2020-08-22T07:58:21Z | python | 2020-10-04T20:53:18Z |
closed | apache/airflow | https://github.com/apache/airflow | 10,438 | ["scripts/ci/libraries/_initialization.sh", "scripts/ci/libraries/_verbosity.sh"] | breeze not working after recent commits | When I ran `./breeze`, there's no output. The script just exits with code 1 immediately.
I ran it with `bash -x` and saw it was looking for `HELM_BINARY` when it crashed. I'm not using `Kubernetes`, but I tried to `brew install helm` anyway. And then `./breeze` started doing something. It then crashed again complain... | https://github.com/apache/airflow/issues/10438 | https://github.com/apache/airflow/pull/10440 | 27d08b76a2d171d716a1599157a8a60a121dbec6 | 52dec7b84f20f04bea8cec6bf14e3e540d67c2a8 | 2020-08-21T05:27:02Z | python | 2020-08-21T07:50:22Z |
closed | apache/airflow | https://github.com/apache/airflow | 10,434 | ["airflow/www/templates/airflow/dags.html"] | Last Run links on home page UI not correct with RBAC UI | **Apache Airflow version**:
1.10.11
**Kubernetes version (if you are using kubernetes)** (use `kubectl version`):
Client Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.6", GitCommit:"dff82dc0de47299ab66c83c626e08b245ab19037", GitTreeState:"clean", BuildDate:"2020-07-16T00:04:31Z", GoVersion:"go1.14... | https://github.com/apache/airflow/issues/10434 | https://github.com/apache/airflow/pull/10595 | 2e56ee7b2283d9413cab6939ffbe241c154b39e2 | 900f15ab692aea34ecd247a8cd2179e1f1835324 | 2020-08-20T21:29:53Z | python | 2020-08-27T11:07:05Z |
closed | apache/airflow | https://github.com/apache/airflow | 10,431 | ["docs/apache-airflow/logging-monitoring/metrics.rst"] | Metrics Documentation, dag_bag_size | In the airflow documentation metrics section there is a field called dag_bag_size and the description is just "DAG bag size", this is fairly unhelpful for trying to gain insight into the metrics, so would it be possible for this description to either be improved, or linked to a more accurate description?
In the docs... | https://github.com/apache/airflow/issues/10431 | https://github.com/apache/airflow/pull/18824 | e9a72a4e95e6d23bae010ad92499cd7b06d50037 | 73a858f72848f03f70f39bd2a88985b5adf09007 | 2020-08-20T20:31:20Z | python | 2021-10-08T05:20:24Z |
closed | apache/airflow | https://github.com/apache/airflow | 10,426 | ["airflow/providers/google/cloud/hooks/gcs.py", "airflow/providers/google/cloud/operators/gcs.py", "tests/providers/google/cloud/hooks/test_gcs.py", "tests/providers/google/cloud/operators/test_gcs.py"] | Multiple prefixes in GoogleCloudStorageListOperator and GoogleCloudStorageDeleteOperator | **Description**
Support passing multiple prefixes to `GoogleCloudStorageListOperator` and `GoogleCloudStorageDeleteOperator` operators.
**Use case / motivation**
I have this folder structure in GCS bucket.
```
+-- year={year}
| +-- month={month}
| +--day={day}
| +-- topic={topic1}
| ... | https://github.com/apache/airflow/issues/10426 | https://github.com/apache/airflow/pull/30815 | 2d40f41bff4135ff7147cc1da8932dada43842ea | 432697d90cdcea35607bcaa970c694c88053222c | 2020-08-20T12:22:31Z | python | 2023-04-23T06:31:03Z |
closed | apache/airflow | https://github.com/apache/airflow | 10,389 | ["docs/howto/initialize-database.rst"] | Documentation is missing instructions for preparing database for Airflow (during installation) | **Apache Airflow version**: 1.10.11
**Kubernetes version (if you are using kubernetes)** (use `kubectl version`): N/A
**Environment**:
- **Cloud provider or hardware configuration**: AWS
- **OS** (e.g. from /etc/os-release): Amazon Linux 2
- **Kernel** (e.g. `uname -a`): N/A
- **Install tools**: N/A
... | https://github.com/apache/airflow/issues/10389 | https://github.com/apache/airflow/pull/10413 | 409ebc10978c40f60cade8d347a6d7f8b7410609 | 7adae240d8e2136991c47d05d2027d4189b5dd2e | 2020-08-18T22:19:40Z | python | 2020-09-09T09:51:20Z |
closed | apache/airflow | https://github.com/apache/airflow | 10,386 | ["docs/apache-airflow-providers/howto/create-update-providers.rst", "docs/apache-airflow-providers/index.rst"] | Add list of prerequisites that new provider package should fulfill | **Description**
We need to have a folder template (ideally) and list of prerequisites that each provider should fulfill when it is created.
**Use case / motivation**
To make it easy to add new provider and to make new contributors aware what is needed in order to add provider. The following should be added:
... | https://github.com/apache/airflow/issues/10386 | https://github.com/apache/airflow/pull/15061 | de22fc7fae05a4521870869f1035f5e4859e877f | 932f8c2e9360de6371031d4d71df00867a2776e6 | 2020-08-18T19:03:04Z | python | 2021-04-03T13:01:04Z |
closed | apache/airflow | https://github.com/apache/airflow | 10,385 | ["airflow/providers/google/cloud/operators/dataproc.py", "tests/providers/google/cloud/operators/test_dataproc.py"] | Add on_kill method to DataprocInstantiateWorkflowTemplateOperator | **Description**
This operator should cancel running workflow template `on_kill`. This option probably should be configurable because of request_id prameter in a job definition: https://googleapis.dev/python/dataproc/latest/gapic/v1/api.html#google.cloud.dataproc_v1.WorkflowTemplateServiceClient.instantiate_inline_wo... | https://github.com/apache/airflow/issues/10385 | https://github.com/apache/airflow/pull/34957 | 105743e14a89508892540353b23f47e26da54f5a | 0b49f338b9e6fd3264bc0099e8879855bf6c60c9 | 2020-08-18T18:43:40Z | python | 2023-10-16T10:44:43Z |
closed | apache/airflow | https://github.com/apache/airflow | 10,374 | ["airflow/providers/google/cloud/hooks/dataflow.py", "airflow/providers/google/cloud/operators/dataflow.py", "tests/providers/google/cloud/hooks/test_dataflow.py", "tests/providers/google/cloud/operators/test_dataflow.py"] | Dataflow commands always launch in a virtualenvironment | **What happened**:
With the new Backport providers, when calling `DataflowCreatePythonJobOperator` with an empty `py_rerquirments` Dataflow commands always launch inside a virtualenv.
**What you expected to happen**:
The Dataflow command should run locally.
| https://github.com/apache/airflow/issues/10374 | https://github.com/apache/airflow/pull/10373 | 30f46175eef3748df0058b432ab7a31ac17bd514 | 88c7d2e526af4994066f65f830e2fa8edcbbce2e | 2020-08-18T13:19:18Z | python | 2020-08-21T00:28:37Z |
closed | apache/airflow | https://github.com/apache/airflow | 10,367 | ["airflow/www/utils.py", "tests/www/test_utils.py"] | Markdown table is not rendered in doc_md attribute for DAG | **Apache Airflow version**: 1.10.11
**Environment**: Python 3.7
- **Cloud provider or hardware configuration**:
- **OS** (e.g. from /etc/os-release): PRETTY_NAME="Debian GNU/Linux 10 (buster)"
(from python3.7-slim-buster docker image)
- **Kernel** (e.g. `uname -a`): Linux 5.4.0-42-generic #46-Ubuntu SMP Fri J... | https://github.com/apache/airflow/issues/10367 | https://github.com/apache/airflow/pull/13533 | dc80fa4cbc070fc6e84fcc95799d185badebaa71 | 3558538883612a10e9ea3521bf864515b6e560c5 | 2020-08-17T22:14:41Z | python | 2021-01-15T11:13:22Z |
closed | pytorch/pytorch | https://github.com/pytorch/pytorch | 72,610 | [".circleci/cimodel/data/simple/binary_smoketest.py", ".circleci/config.yml", ".circleci/verbatim-sources/job-specs/binary-build-tests.yml"] | binary_linux_manywheel_3_7m_cu102_devtoolset7_test is broken | As it still using deprecated resource class, see https://hud.pytorch.org/ci/pytorch/pytorch/master?name_filter=binary_linux_manywheel_3_7m_cu102_devtoolset7_test
See example of the failure in https://app.circleci.com/jobs/github/pytorch/pytorch/16987033?utm_campaign=vcs-integration-link&utm_medium=referral&utm_s... | https://github.com/pytorch/pytorch/issues/72610 | https://github.com/pytorch/pytorch/pull/72613 | e235e437ac230aa0e6eba40c9dfa379adc6a17ec | 3b1ef1fde8347564f17034a62582bcd91b2e5f59 | 2022-02-09T20:26:10Z | python | 2022-02-09T20:42:34Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 103,608 | ["docs/changelog/103611.yaml", "x-pack/plugin/eql/qa/common/src/main/resources/test_missing_events.toml", "x-pack/plugin/eql/src/main/java/org/elasticsearch/xpack/eql/execution/sequence/Sequence.java", "x-pack/plugin/eql/src/main/java/org/elasticsearch/xpack/eql/execution/sequence/SequenceMatcher.java"] | EQL: NPE on missing events query | A query like
```
sequence by user.name with maxspan=90m
![ authentication where ... ]
[ authentication where ...]
![ authentication where ... ]
[ authentication where ... ]
![ authentication where ... ]
```
can result in a NullPointerException
```
java.lang.NullPointerException: Cannot invoke "org.ela... | https://github.com/elastic/elasticsearch/issues/103608 | https://github.com/elastic/elasticsearch/pull/103611 | 6ca309983d7b456bb4873969c7b620bca8e1b861 | 3dfc8415f0506114a374c793dec7d08d4201f553 | 2023-12-20T10:10:59Z | java | 2023-12-20T12:02:23Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 103,569 | ["docs/changelog/103580.yaml", "x-pack/plugin/downsample/qa/rest/src/yamlRestTest/resources/rest-api-spec/test/downsample/10_basic.yml", "x-pack/plugin/downsample/src/main/java/org/elasticsearch/xpack/downsample/TransportDownsampleAction.java"] | Downsampling an index with a counter field of type scaled_float always fails | Downsampling an index with a counter field of type `scaled_float` always fails.
Reproduction:
```
PUT cpu_metrics
{
"settings": {
"index": {
"mode": "time_series",
"number_of_replicas": 0,
"time_series": {
"start_time": "2000-01-01T00:00:00Z"... | https://github.com/elastic/elasticsearch/issues/103569 | https://github.com/elastic/elasticsearch/pull/103580 | 040692497b99766e46759ec959aaca63eb45d4fd | cd6a2fd61949cdbd506105ec35beb605115bcb20 | 2023-12-19T14:03:22Z | java | 2023-12-20T08:20:19Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 103,455 | ["docs/changelog/103474.yaml", "x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/TimeBasedIndicesIT.java", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plugin/ComputeService.java", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/session/EsqlConfigurati... | ESQL: `"lt[e]": "now"` in a range query `filter` erroneously returns nothing | ### Description
This works:
```
POST _query
{
"query": "from kibana_sample_data_logs | limit 10000",
"filter": {
"range": {
"@timestamp": {
"format": "strict_date_optional_time",
"gte": "2023-12-12T13:00:00.000Z",
"lt": "2023-12-12T14:00:00.000Z"
}
}
}
}
... | https://github.com/elastic/elasticsearch/issues/103455 | https://github.com/elastic/elasticsearch/pull/103474 | 2517d5c065a03d409f55806dc1c97bfb80146b66 | 90ae2151fde4f2db3a89e98a6685e8238d46b7ce | 2023-12-14T14:43:52Z | java | 2023-12-14T21:25:34Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 103,417 | ["test/fixtures/testcontainer-utils/src/main/java/org/elasticsearch/test/fixtures/testcontainers/DockerEnvironmentAwareTestContainer.java"] | [CI] Docker test fixture failures on unsupported systems | Looks like we attempting to start and run tests that require docker fixtures on unsupported platforms, like Windows: https://gradle-enterprise.elastic.co/s/u4fox5kdrvifm/tests/task/:x-pack:qa:openldap-tests:test/details/org.elasticsearch.test.OpenLdapTests?top-execution=1
@breskeby it looks like the call to `logger(... | https://github.com/elastic/elasticsearch/issues/103417 | https://github.com/elastic/elasticsearch/pull/103420 | 12f5f96345695bd2b0465cf50c680f1e3603ed83 | 673cb49a4e69525b8c8014a0c4071ca7339a2909 | 2023-12-13T23:37:20Z | java | 2023-12-14T11:58:41Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 103,285 | ["qa/full-cluster-restart/src/javaRestTest/java/org/elasticsearch/upgrades/FullClusterRestartIT.java"] | testPeerRecoveryRetentionLeases - Elasticsearch process died while waiting for ports file | ### CI Link
https://gradle-enterprise.elastic.co/s/ihqhydeyivro4/console-log/task/:qa:full-cluster-restart:v8.12.0%23bwcTest?anchor=119&page=1
### Repro line
./gradlew ':qa:full-cluster-restart:v8.12.0#bwcTest' -Dtests.class="org.elasticsearch.upgrades.FullClusterRestartIT" -Dtests.method="testPeerRecoveryRetentionL... | https://github.com/elastic/elasticsearch/issues/103285 | https://github.com/elastic/elasticsearch/pull/103341 | fc0561b29364107ef003e6850ce100cc47f59f84 | f4d791f8b47b1912f83d17940d4537e02fcbc2eb | 2023-12-11T15:35:06Z | java | 2023-12-12T20:01:11Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 103,274 | ["x-pack/plugin/esql/qa/testFixtures/src/main/resources/docs.csv-spec"] | [CI] MixedClusterEsqlSpecIT test {docs.DissectEmptyRightPaddingModifier} failing | Failing regularly for 8.11.0 and 8.11.1
Seems to be OK on 8.11.2
If it was fixed in 8.11.2, it should be selectively muted or adjusted for 8.11.0 and 8.11.1
**Build scan:**
https://gradle-enterprise.elastic.co/s/mo7rsbr6pqyie/tests/:x-pack:plugin:esql:qa:server:mixed-cluster:v8.11.0%23mixedClusterTest/org.elasticsearc... | https://github.com/elastic/elasticsearch/issues/103274 | https://github.com/elastic/elasticsearch/pull/103276 | f1367670394f959ed438b1ab167ac9698af64663 | 46c65a05f3b6068a747d7c04db03b01b576a8622 | 2023-12-11T14:07:02Z | java | 2023-12-11T15:15:20Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 103,128 | ["x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/ManyShardsIT.java"] | [CI] ManyShardsIT testConcurrentQueries failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/qmkz55xcjp3qw/tests/:x-pack:plugin:esql:internalClusterTest/org.elasticsearch.xpack.esql.action.ManyShardsIT/testConcurrentQueries
**Reproduction line:**
```
./gradlew ':x-pack:plugin:esql:internalClusterTest' --tests "org.elasticsearch.xpack.esql.action.ManyShar... | https://github.com/elastic/elasticsearch/issues/103128 | https://github.com/elastic/elasticsearch/pull/103159 | 93bd1abf2a8825497b10512cf3bc87297aa39537 | 3618826a89117bc1c7952522b1665a6459a795df | 2023-12-07T14:14:00Z | java | 2023-12-12T15:46:57Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 103,106 | ["server/src/main/java/org/elasticsearch/index/mapper/BlockDocValuesReader.java", "x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/lucene/ValuesSourceReaderOperatorTests.java"] | [CI] EsqlDisruptionIT testExtractFields failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/ing5bk2dhs36u/tests/:x-pack:plugin:esql:internalClusterTest/org.elasticsearch.xpack.esql.action.EsqlDisruptionIT/testExtractFields
**Reproduction line:**
```
./gradlew ':x-pack:plugin:esql:internalClusterTest' --tests "org.elasticsearch.xpack.esql.action.EsqlDisr... | https://github.com/elastic/elasticsearch/issues/103106 | https://github.com/elastic/elasticsearch/pull/103167 | ab12d4e3620dc9deb89f4129d1f4c104b0e17913 | ff1e2dfb2926fda6c3d1a216e23153125e331d24 | 2023-12-07T09:19:39Z | java | 2023-12-08T15:24:42Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 103,097 | ["docs/changelog/103099.yaml", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/optimizer/LocalLogicalPlanOptimizer.java", "x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LocalLogicalPlanOptimizerTests.java", "x-pack/plugin/ql/src/main/java/org/elasticsearch/xpack/ql/optimizer/Opt... | ESQL: Simplify IS NULL/IS NOT NULL evaluation | ### Description
The IS NULL/IS NOT NULL only care about the nullability not the value of an expression.
Given the expression x + 1 / 2, the actual result does not matter only if it's null or not - that is, it only matters if x is null or not.
So x + 1 / 2 IS NULL becomes x IS NULL - which can be opportunistically pu... | https://github.com/elastic/elasticsearch/issues/103097 | https://github.com/elastic/elasticsearch/pull/103099 | a8a956f1e3bd46900d3af0872395f7a0515d7ad2 | 2c8f6eba8c0d0f41cde23a029134834b8505bf5a | 2023-12-07T01:33:02Z | java | 2023-12-13T07:34:17Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 103,018 | ["docs/changelog/103151.yaml", "modules/lang-painless/src/main/java/org/elasticsearch/painless/ErrorCauseWrapper.java", "modules/lang-painless/src/test/java/org/elasticsearch/painless/DebugTests.java"] | Using `Debug.explain` kills data nodes. | ### Elasticsearch Version
Version: 8.11.1, Build: rpm/6f9ff581fbcde658e6f69d6ce03050f060d1fd0c/2023-11-11T10:05:59.421038163Z, JVM: 21.0.1
### Installed Plugins
[]
### Java Version
openjdk version "21.0.1"
### OS Version
6.1.61-85.141.amzn2023.x86_64
### Problem Description
I often use map_sc... | https://github.com/elastic/elasticsearch/issues/103018 | https://github.com/elastic/elasticsearch/pull/103151 | 6fac62eb1433be2ec4e54d4afa66c4f79bdf26d0 | 3a1b0dc6c5732a7c2675f0a50837c8ca41cf19de | 2023-12-05T19:58:18Z | java | 2023-12-09T06:03:28Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 103,011 | ["docs/changelog/103047.yaml", "server/src/main/java/org/elasticsearch/index/mapper/DocumentParserContext.java"] | Significant ingest performance regression while handling parsing dynamically added objects | ### Elasticsearch Version
8.11+
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
any
### Problem Description
While indexing documents with dynamically added fields, if multiple of those fields are objects are are deeper than 3-5 objects, performance is degraded significantly.
Th... | https://github.com/elastic/elasticsearch/issues/103011 | https://github.com/elastic/elasticsearch/pull/103047 | 48144ba1589d0a471dc854d156436255d4843346 | d6e8217b0090730a91eadd09f736bce0b93d14c4 | 2023-12-05T18:50:25Z | java | 2023-12-06T19:33:05Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 103,008 | ["docs/changelog/103024.yaml", "server/src/main/java/org/elasticsearch/action/admin/indices/template/post/TransportSimulateIndexTemplateAction.java", "server/src/test/java/org/elasticsearch/action/admin/indices/template/post/TransportSimulateIndexTemplateActionTests.java"] | Simulate template API obscures tier preference settings | When executing the simulate template API, a number of default settings are collected and merged with the resulting template settings. Unfortunately, these defaults are merged out of order and thus the simulated template result's settings are being written out as the defaults instead of their actual values. | https://github.com/elastic/elasticsearch/issues/103008 | https://github.com/elastic/elasticsearch/pull/103024 | 715b1bfa64b4394cc3fee1aafdf8e9a7723c1e11 | b0ae25504aff8e33e4ed7171c22dc335d4016b2c | 2023-12-05T18:35:02Z | java | 2023-12-07T20:56:46Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,987 | ["docs/changelog/103209.yaml", "x-pack/plugin/esql/qa/testFixtures/src/main/resources/math.csv-spec", "x-pack/plugin/esql/src/main/java/generated/org/elasticsearch/xpack/esql/expression/function/scalar/convert/ToDegreesEvaluator.java", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/s... | [CI] ToDegreesTests testEvaluate {TestCase=<big negative double>} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/2lqkeire7ep7q/tests/:x-pack:plugin:esql:test/org.elasticsearch.xpack.esql.expression.function.scalar.convert.ToDegreesTests/testEvaluate%20%7BTestCase=%3Cbig%20negative%20double%3E%7D
**Reproduction line:**
```
./gradlew ':x-pack:plugin:esql:test' --tests "org.el... | https://github.com/elastic/elasticsearch/issues/102987 | https://github.com/elastic/elasticsearch/pull/103209 | 8ee47218f95ecf80041f11b2aa7ab9284bccaf23 | 5b42f5c75ee616622e249560cdd9dc8009fab127 | 2023-12-05T14:47:17Z | java | 2023-12-12T12:45:42Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,956 | ["docs/changelog/102958.yaml", "x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/transform/action/ScheduleNowTransformAction.java", "x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/transform/action/ScheduleNowTransformActionRequestTests.java"] | [Transform] Potential bug in transform `_schedule_now` API. | ### Elasticsearch Version
main
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
n/a
### Problem Description
Similarly to the `_update` API (see issue description in https://github.com/elastic/elasticsearch/issues/102933) there can be a problem with `_schedule_now` API manifested by... | https://github.com/elastic/elasticsearch/issues/102956 | https://github.com/elastic/elasticsearch/pull/102958 | 2690fe3cf35e4432f33a0d8c6f0c9d8e89417dc3 | 56170b4be737034d318b39ce89f29bd01e0e6c36 | 2023-12-05T07:31:05Z | java | 2023-12-05T09:37:05Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,948 | ["x-pack/plugin/ml-package-loader/src/main/java/org/elasticsearch/xpack/ml/packageloader/action/TransportLoadTrainedModelPackage.java", "x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/action/TransportPutTrainedModelAction.java", "x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/3rd_party_deploy... | [CI] MlWithSecurityIT test {yaml=ml/3rd_party_deployment/Test start deployment fails while model download in progress} failing | most likely due to https://github.com/elastic/elasticsearch/commit/f6fcfe51d0fb6fe801f29a3025dacb9752c97f3f
**Build scan:**
https://gradle-enterprise.elastic.co/s/46n4vkx6fe2kw/tests/:x-pack:plugin:ml:qa:ml-with-security:yamlRestTest/org.elasticsearch.smoketest.MlWithSecurityIT/test%20%7Byaml=ml%2F3rd_party_deployment... | https://github.com/elastic/elasticsearch/issues/102948 | https://github.com/elastic/elasticsearch/pull/103063 | 47ff44ee5347f78cfca9c4779e4cb3060d63f8bb | 8277f5a7e7eca47b7f98c53490a27ce5ef38d503 | 2023-12-05T00:02:58Z | java | 2023-12-07T15:15:40Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,933 | ["docs/changelog/102934.yaml", "x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/transform/action/UpdateTransformAction.java", "x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/transform/action/UpdateTransformActionRequestTests.java"] | [Transform] Unexpected changes in transform configuration. | ### Elasticsearch Version
main + all released versions back to 7.9
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
n/a
### Problem Description
It was observed that some transforms behaved badly after the update of **another** (unrelated) transform.
### Steps t... | https://github.com/elastic/elasticsearch/issues/102933 | https://github.com/elastic/elasticsearch/pull/102934 | c54ce6872386dbeea2384398f036cf0914ba7937 | 67ab4b46ea380d565f7ae2bec0a3d95587613a42 | 2023-12-04T16:25:08Z | java | 2023-12-04T18:02:21Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,924 | ["docs/reference/rest-api/common-parms.asciidoc", "docs/reference/search/search-your-data/knn-search.asciidoc"] | Update docs for search_knn_with_expected_similarity | Knn with expected similarity needs to be clarified and updated:
- We need to indicate that "similarity" here is the similarity BEFORE score transformations
- Indicate an appropriate transformation for a given score for each of our vector similarity functions
- Needs to be backported to 8.8 (note, any Max-inner-... | https://github.com/elastic/elasticsearch/issues/102924 | https://github.com/elastic/elasticsearch/pull/103158 | edf39cdfd4344acf56ab2734382bcdd5a27c3c28 | 7fde357f3af575426259b80da4f336754a1141ff | 2023-12-04T13:31:09Z | java | 2023-12-11T19:56:16Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,912 | ["docs/changelog/102916.yaml", "x-pack/plugin/esql/qa/testFixtures/src/main/resources/mv_expand.csv-spec", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/planner/Layout.java", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/planner/LocalExecutionPlanner.java"] | ES|QL: IndexOutOfBounds on mv_expand layout management | The following query
```
row a = \"a\", b = 1 | stats e = min(b) by a | dissect a \"%{e}\" | mv_expand e
```
throws an IndexOutOfBoundsException when building the layout for MV_EXPAND.
| https://github.com/elastic/elasticsearch/issues/102912 | https://github.com/elastic/elasticsearch/pull/102916 | ccf92e42f1ea6b941c35a66daf3ed260e37808b4 | 43c320f75fd4803fdf9c0902edc2ce609491723e | 2023-12-04T08:42:26Z | java | 2023-12-05T07:53:52Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,903 | ["docs/reference/snapshot-restore/apis/restore-snapshot-api.asciidoc"] | Update the documentation to clarify that stored scripts are part of the global state | ### Elasticsearch Version
8.11
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
N.A
### Problem Description
https://www.elastic.co/guide/en/elasticsearch/reference/current/restore-snapshot-api.html#restore-snapshot-api-include-global-state does not mention that stored scripts as pa... | https://github.com/elastic/elasticsearch/issues/102903 | https://github.com/elastic/elasticsearch/pull/102966 | bcce4282c471df9017d83dc7d6f8562dd9c88c70 | ed2f02c963e7ac655034a14a34e045694ead8aeb | 2023-12-03T07:16:36Z | java | 2023-12-06T10:59:42Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,873 | ["docs/build.gradle", "modules/data-streams/src/javaRestTest/java/org/elasticsearch/datastreams/DisabledSecurityDataStreamTestCase.java", "modules/data-streams/src/javaRestTest/java/org/elasticsearch/datastreams/lifecycle/DataStreamLifecyclePermissionsRestIT.java", "modules/data-streams/src/yamlRestTest/java/org/elasti... | [CI] DataStreamsClientYamlTestSuiteIT test {p0=data_stream/10_basic/Create data stream with failure store} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/7n7jeelm5hkhm/tests/:modules:data-streams:yamlRestTest/org.elasticsearch.datastreams.DataStreamsClientYamlTestSuiteIT/test%20%7Bp0=data_stream%2F10_basic%2FCreate%20data%20stream%20with%20failure%20store%7D
**Reproduction line:**
```
./gradlew ':modules:data-stre... | https://github.com/elastic/elasticsearch/issues/102873 | https://github.com/elastic/elasticsearch/pull/103255 | bf0f09fc3368660e709fff8aae60fa583d4b3f7d | a83b78e47cb1a17eed543b05e5fecb014b2d63b1 | 2023-12-01T15:19:06Z | java | 2023-12-12T07:26:03Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,864 | ["server/src/test/java/org/elasticsearch/index/mapper/GeoPointFieldMapperTests.java"] | [CI] GeoPointFieldMapperTests testBlockLoaderFromRowStrideReader failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/5tkzkimzakoli/tests/:server:test/org.elasticsearch.index.mapper.GeoPointFieldMapperTests/testBlockLoaderFromRowStrideReader
**Reproduction line:**
```
gradlew ':server:test' --tests "org.elasticsearch.index.mapper.GeoPointFieldMapperTests.testBlockLoaderFromRowSt... | https://github.com/elastic/elasticsearch/issues/102864 | https://github.com/elastic/elasticsearch/pull/102874 | 7b3fcc02941f4b971259e61aa7c87bda7b52a54e | dac927f604b1bc8cae1b7d9c274e2a7ef6b7fff7 | 2023-12-01T14:23:58Z | java | 2023-12-01T16:12:31Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,827 | ["docs/changelog/102891.yaml", "x-pack/plugin/ent-search/qa/rest/src/yamlRestTest/resources/rest-api-spec/test/entsearch/260_rule_query_search.yml", "x-pack/plugin/ent-search/src/main/java/org/elasticsearch/xpack/application/rules/QueryRule.java", "x-pack/plugin/ent-search/src/main/java/org/elasticsearch/xpack/applicat... | [Query Rules] Combining fuzzy matches with numeric matches leads to errors | ### Elasticsearch Version
8.10+
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
Any
### Problem Description
Combining query rules with numeric and fuzzy text matches can lead to errors when fuzzy matches should be matched on.
### Steps to Reproduce
Example ... | https://github.com/elastic/elasticsearch/issues/102827 | https://github.com/elastic/elasticsearch/pull/102891 | d3fefde0a33031a4a35c33df8f5f9f3beb04cd8c | 84dad0279c728e2b0567e29cf84bb526cccc82bc | 2023-11-30T18:28:35Z | java | 2023-12-04T13:09:59Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,790 | ["docs/changelog/102831.yaml", "x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/topn/TopNOperator.java", "x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/operator/topn/TopNOperatorTests.java", "x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/operator/top... | [CI] RestEsqlIT various tests failing | A number of tests in this suite have started failing the past week. One interesting thing to note is that 75% of the failures are happening on our single-processor-node CI job.
**Build scan:**
https://gradle-enterprise.elastic.co/s/ulw6tfyqvv3r6/tests/:x-pack:plugin:esql:qa:server:single-node:javaRestTest/org.elastics... | https://github.com/elastic/elasticsearch/issues/102790 | https://github.com/elastic/elasticsearch/pull/102831 | 8af50e314fe837c46353c12938c102bcab2aab63 | 60b7622de6c854ebe2cad13b8d5d7407f1901853 | 2023-11-30T01:24:09Z | java | 2023-12-01T18:29:26Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,723 | ["docs/changelog/102779.yaml", "server/src/internalClusterTest/java/org/elasticsearch/search/sort/FieldSortIT.java", "server/src/main/java/org/elasticsearch/action/search/SearchPhaseController.java"] | Unable to sort in 8.4+ if a field doesn't exist. | ### Elasticsearch Version
8.10.3
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
docker
### Problem Description
Cannot sort by field if there are blank values
{
"name": "es-1-master-2",
"cluster_name": "es-1",
"cluster_uuid": "kQ8-xy6FQeqjR8Zmc_a9HQ",
"version": {
... | https://github.com/elastic/elasticsearch/issues/102723 | https://github.com/elastic/elasticsearch/pull/102779 | 02c529530a2e667ef951627a685baa3101907c54 | 43dc74bfaf9ab8565309616b94c598b4accc8362 | 2023-11-28T19:36:51Z | java | 2023-11-30T19:39:41Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,712 | ["plugins/repository-hdfs/build.gradle", "test/fixtures/krb5kdc-fixture/build.gradle"] | FileNotFoundException during :plugins:repository-hdfs:forbiddenApisJavaRestTest | Build scan: https://gradle-enterprise.elastic.co/s/u6j4allgydguu
Interesting part in the console log:
```
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':plugins:repository-hdfs:forbiddenApisJavaRestTest'.
...
Caused by: org.gradle.internal.deprecation.DocumentedFailure$DocumentedExcepti... | https://github.com/elastic/elasticsearch/issues/102712 | https://github.com/elastic/elasticsearch/pull/102983 | 6bba0efa7807c57b6884143012b7c518367615ca | ab0bb4889aaffe27129221b68197dccb0733ae6e | 2023-11-28T14:46:18Z | java | 2023-12-06T07:33:27Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,679 | ["modules/lang-painless/src/internalClusterTest/java/org/elasticsearch/painless/search/SyntheticSourceIT.java", "server/src/main/java/org/elasticsearch/search/DefaultSearchContext.java", "server/src/test/java/org/elasticsearch/search/DefaultSearchContextTests.java"] | Synthetic source index out of bounds exception | As part of running a elastic/logging benchmark with synthetic source enabled, I noticed the following stacktrace in the Elasticsearch logs:
```
Caused by: org.elasticsearch.common.io.stream.NotSerializableExceptionWrapper: index_out_of_bounds_exception: null
at org.apache.lucene.codecs.lucene90.Lucene90Doc... | https://github.com/elastic/elasticsearch/issues/102679 | https://github.com/elastic/elasticsearch/pull/102748 | 1c485d452180d612235aaa9535fc23a917e7f15b | a843fcd4323557fb204084be84860d2b0c87fe2a | 2023-11-28T07:40:01Z | java | 2023-11-29T14:07:15Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,650 | ["x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/CrossClustersQueryIT.java", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plugin/ComputeService.java"] | ES|QL: better error messages for CCS index patterns | ESQL does not support cross-cluster search yet; when a CCS pattern is used in a FROM command, the error message is not very clear for the end user
<img width="590" alt="Screenshot 2023-11-27 alle 15 38 02" src="https://github.com/elastic/elasticsearch/assets/459289/5af48932-4a4c-416a-a926-7bd486d282a5">
We should... | https://github.com/elastic/elasticsearch/issues/102650 | https://github.com/elastic/elasticsearch/pull/102677 | bb842324bd364d0149947a57e31c1af0e503b707 | 2f956608f16d5648c7c95582417a453dffdf88f7 | 2023-11-27T14:40:06Z | java | 2023-11-28T17:08:50Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,646 | ["docs/changelog/102715.yaml", "x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/topn/ResultBuilderForDoc.java"] | [CI] EsqlActionBreakerIT testLoadId and 26 others failing | `EsqlActionBreakerIT` had 27 test fail, all seemingly with the same identical exception:
```
java.lang.AssertionError: Request breaker not reset to 0 on node: node_s2
Expected: <0L>
but: was <112L>
```
**Build scan:**
https://gradle-enterprise.elastic.co/s/u6cz433m5hp4k/tests/:x-pack:plugin:esql:internalCluste... | https://github.com/elastic/elasticsearch/issues/102646 | https://github.com/elastic/elasticsearch/pull/102715 | 1b5d1aa3941049b5c4b38d19baeab7c384c32044 | fcdeb95652e4e1703746ed0f85138a948aa23298 | 2023-11-27T14:08:59Z | java | 2023-11-28T16:31:45Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,608 | ["docs/reference/docs/data-replication.asciidoc", "docs/reference/images/data_processing_flow.png"] | [+DOC] Add official Image to Write Model page | ### Description
👋🏼 howdy, team!
Would you kindly consider adding [this Elastic webinar's write-model image](https://www.elastic.co/pdf/elasticsearch-sizing-and-capacity-planning.pdf) to your [Write Model doc](https://www.elastic.co/guide/en/elasticsearch/reference/8.7/docs-replication.html#basic-write-model)?
... | https://github.com/elastic/elasticsearch/issues/102608 | https://github.com/elastic/elasticsearch/pull/102702 | 079fa4c22881460e4dda2b34e18b1225ca001075 | 1c485d452180d612235aaa9535fc23a917e7f15b | 2023-11-24T18:56:10Z | java | 2023-11-29T14:03:35Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,577 | ["docs/changelog/102580.yaml", "x-pack/plugin/esql/qa/testFixtures/src/main/resources/dissect.csv-spec", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/LogicalPlanBuilder.java", "x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/parser/StatementParserTests.java"] | ES|QL: empty patterns in DISSECT command return empty attribute name and null value | ```
ROW a="b c d"
| DISSECT a "%{b} %{} %{d}"
```
returns
```
a | b | | d
---------------+---------------+---------------+---------------
b c d |b |null |d
```
it should ignore the empty pattern instead, and only return `... | https://github.com/elastic/elasticsearch/issues/102577 | https://github.com/elastic/elasticsearch/pull/102580 | 0a71135f1dd4383fb50264c03985d04ac26a9c08 | a48c1a07a438ccdf367dca7948dec5cc4dead498 | 2023-11-24T10:26:16Z | java | 2023-11-28T11:06:44Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,528 | ["docs/changelog/102512.yaml", "x-pack/plugin/transform/src/main/java/org/elasticsearch/xpack/transform/transforms/ClientTransformIndexer.java", "x-pack/plugin/transform/src/main/java/org/elasticsearch/xpack/transform/transforms/TransformFailureHandler.java", "x-pack/plugin/transform/src/main/java/org/elasticsearch/xpa... | [Transform] State persistence failures should be retried according to exponential backoff scheme | ### Elasticsearch Version
main
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
MacOS
### Problem Description
Currently, transform state persistence failures are being retried with a constant interval (`60s`).
This is different to how other types of errors are retried (exponential... | https://github.com/elastic/elasticsearch/issues/102528 | https://github.com/elastic/elasticsearch/pull/102512 | 91d97144ce26d70f2e137cfc1947afbca17d1ebf | d835ebfc65bd1f5e4f7518d3987c09772de006a9 | 2023-11-23T12:06:00Z | java | 2023-11-23T15:56:57Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,489 | ["x-pack/plugin/downsample/qa/rest/src/yamlRestTest/resources/rest-api-spec/test/downsample/60_settings.yml"] | [CI] DownsampleRestIT test {p0=downsample/60_settings/Downsample datastream with tier preference} failing | This test have been failing often lately, 2 times today, 4 times this week. Seems like better cleanup or handling of unexpected headers is needed
**Build scan:**
https://gradle-enterprise.elastic.co/s/3iinjelqx7qau/tests/:x-pack:plugin:downsample:qa:rest:yamlRestTest/org.elasticsearch.xpack.downsample.DownsampleRestIT... | https://github.com/elastic/elasticsearch/issues/102489 | https://github.com/elastic/elasticsearch/pull/102743 | 10be16723a46ede459bd19238e4e6f20d1474869 | 079fa4c22881460e4dda2b34e18b1225ca001075 | 2023-11-22T16:23:54Z | java | 2023-11-29T12:36:42Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,459 | ["x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/AsyncOperator.java", "x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/Driver.java", "x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/DriverContext.java", "x-pack/plugin/esql/compute/src/... | [CI] EnrichIT testFilterAfterEnrich failing | Apparently the memory management for ENRICH is still leaking: `java.lang.AssertionError: Request breaker not reset to 0 on node: node_s1`
**Build scan:**
https://gradle-enterprise.elastic.co/s/w32fzxhv6cyp4/tests/:x-pack:plugin:esql:internalClusterTest/org.elasticsearch.xpack.esql.action.EnrichIT/testFilterAfterEnrich... | https://github.com/elastic/elasticsearch/issues/102459 | https://github.com/elastic/elasticsearch/pull/102508 | 6cf4c8050b4f49e32ccfff3f256f29c9bfdad2a4 | a419993068f0a5692da37de4884c0e7bdc7fd315 | 2023-11-22T10:05:54Z | java | 2023-11-23T09:34:25Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,406 | ["x-pack/plugin/fleet/src/test/java/org/elasticsearch/xpack/fleet/action/PostSecretResponseTests.java"] | [CI] PostSecretResponseTests testEqualsAndHashcode failing | It failed only once, but was reproducible. So it appears that this specific random seed causes the test to mutate the instance to the exact same value as the original. Should be easy to fix in the mutateInstance method.
**Build scan:**
https://gradle-enterprise.elastic.co/s/hq337lsl2haig/tests/:x-pack:plugin:fleet:tes... | https://github.com/elastic/elasticsearch/issues/102406 | https://github.com/elastic/elasticsearch/pull/102407 | b35bba34b168b3ed260d0a76fc34d6e9b1a8fbad | 942553aa9c6fc87317938674df049d883d197eea | 2023-11-21T10:45:51Z | java | 2023-11-21T13:34:24Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,298 | ["docs/changelog/102317.yaml", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/querydsl/query/SingleValueQuery.java", "x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/querydsl/query/SingleValueQueryTests.java"] | [CI] EsqlSpecIT test {floats.NotGreaterThanMultivalue} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/pcfolm77tr3do/tests/:x-pack:plugin:esql:qa:server:multi-node:javaRestTest/org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT/test%20%7Bfloats.NotGreaterThanMultivalue%7D
**Reproduction line:**
```
./gradlew ':x-pack:plugin:esql:qa:server:multi-node:javaRestTest'... | https://github.com/elastic/elasticsearch/issues/102298 | https://github.com/elastic/elasticsearch/pull/102317 | 19a762b8f541b0bb94bd5b160a6e6b2ce14468b9 | 6eac8df0c2d56c7d1a56ef6e7fc78ee289bca952 | 2023-11-16T13:51:14Z | java | 2023-11-16T20:34:59Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,295 | ["modules/aggregations/src/yamlRestTest/resources/rest-api-spec/test/aggregations/top_hits.yml"] | [CI] AggregationsClientYamlTestSuiteIT test {yaml=aggregations/top_hits/having} failing | Not reproducible in main, didn't try 8.11.
**Build scan:**
https://gradle-enterprise.elastic.co/s/kcjysejhiegci/tests/:modules:aggregations:yamlRestTest/org.elasticsearch.aggregations.AggregationsClientYamlTestSuiteIT/test%20%7Byaml=aggregations%2Ftop_hits%2Fhaving%7D
**Reproduction line:**
```
./gradlew ':modules:agg... | https://github.com/elastic/elasticsearch/issues/102295 | https://github.com/elastic/elasticsearch/pull/102412 | 8616178831763c221d8634e64cfb7ac4406c59df | fb19e49117e3d987c85b9af670adc8a910bd021d | 2023-11-16T13:43:17Z | java | 2023-11-21T14:17:09Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,284 | ["docs/build.gradle"] | [CI] DocsClientYamlTestSuiteIT test {yaml=reference/indices/get-data-stream/line_271} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/wcv26mumyo3be/tests/:docs:yamlRestTest/org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT/test%20%7Byaml=reference%2Findices%2Fget-data-stream%2Fline_271%7D
**Reproduction line:**
```
./gradlew ':docs:yamlRestTest' --tests "org.elasticsearch.smoketest.DocsClient... | https://github.com/elastic/elasticsearch/issues/102284 | https://github.com/elastic/elasticsearch/pull/102323 | dd00b4d5fe930e7f55c709bd0156a3a019e59357 | 1024ebd025b06c7eb726cc4102dcbf9cf46ed17c | 2023-11-16T09:34:08Z | java | 2023-11-16T23:33:27Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,249 | ["docs/changelog/102250.yaml", "x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ilm/DownsampleAction.java", "x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/ilm/DownsampleActionTests.java", "x-pack/plugin/ilm/qa/multi-node/src/javaRestTest/java/org/elasticsearch/xpack/ilm/actions/DownsampleA... | Downsample action can attempt to downsample on the same interval and delete data | ### Elasticsearch Version
8.10, 8.11, 8.12
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
Darwin
### Problem Description
When an ILM policy is created we don't allow the same donwsample action (same interval) to be configured in subsequent phases.
This can be achieved though ... | https://github.com/elastic/elasticsearch/issues/102249 | https://github.com/elastic/elasticsearch/pull/102250 | ac880b78891ec85c553311007d7bfaeeab66f4d0 | ffed1324f7faa8337b4cbac531bb3e427976ec0c | 2023-11-15T18:25:16Z | java | 2023-11-15T19:11:57Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,164 | ["rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search.vectors/60_dense_vector_dynamic_mapping.yml"] | [CI] MixedClusterClientYamlTestSuiteIT test {p0=search.vectors/60_dense_vector_dynamic_mapping/Fields indexed as strings won't be transformed into dense_vector} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/vmijfqtoowfrk/tests/:qa:mixed-cluster:v8.11.0%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=search.vectors%2F60_dense_vector_dynamic_mapping%2FFields%20indexed%20as%20strings%20won't%20be%20transformed%20into%20dense_... | https://github.com/elastic/elasticsearch/issues/102164 | https://github.com/elastic/elasticsearch/pull/102241 | a2a14cf55c0fd7291bfb225e75bea373fbdc12ab | 993c08c9ba66c85fc78f3c3c98db6c4828f25d2f | 2023-11-14T16:32:26Z | java | 2023-11-15T21:33:46Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,159 | ["docs/changelog/102767.yaml", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlQueryRequest.java", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlQueryRequestBuilder.java", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plugin/TransportEsqlQueryAction... | ESQL: remove the partial time zone support | ### Description
Currently, support for time zones is very limited.
We should remove it for now and re-add it when it'll be supported more broadly, at a later time. | https://github.com/elastic/elasticsearch/issues/102159 | https://github.com/elastic/elasticsearch/pull/102767 | 275f9b7dfe1b704f7629b70a343c13f6d9925d09 | 7dbf44a54eadb5236caffc66eb9427f23a388faf | 2023-11-14T16:14:45Z | java | 2023-11-29T17:07:22Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,152 | ["server/src/main/java/org/elasticsearch/transport/TransportService.java"] | [CI] RemoteClusterConnectionTests testCloseWhileConcurrentlyConnecting failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/yzrzw2vag7jle/tests/:server:test/org.elasticsearch.transport.RemoteClusterConnectionTests/testCloseWhileConcurrentlyConnecting
**Reproduction line:**
```
./gradlew ':server:test' --tests "org.elasticsearch.transport.RemoteClusterConnectionTests.testCloseWhileConcur... | https://github.com/elastic/elasticsearch/issues/102152 | https://github.com/elastic/elasticsearch/pull/102341 | 8713ca82ac4859a2dbfc5f417e6dd919deb91a44 | 096456f34b31c45bc502e999bacdf5257051d39b | 2023-11-14T14:36:54Z | java | 2023-11-19T09:42:49Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,121 | ["docs/changelog/102282.yaml", "x-pack/plugin/esql/qa/testFixtures/src/main/resources/drop.csv-spec", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/optimizer/LogicalPlanOptimizer.java", "x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LogicalPlanOptimizerTests.java"] | ES|QL: NullPointerException on rename + stats + drop | ```
show functions | rename synopsis AS foo | stats bar = count(*) by foo | drop foo
```
```
{
"error": {
"root_cause": [
{
"type": "null_pointer_exception",
"reason": "Cannot invoke \"org.elasticsearch.xpack.ql.expression.Attribute.id()\" because \"sou... | https://github.com/elastic/elasticsearch/issues/102121 | https://github.com/elastic/elasticsearch/pull/102282 | e4291bb8f10736a359baf015965c3416399a75cf | 7e669831e87220943907da6e731437340683ddc0 | 2023-11-14T08:52:21Z | java | 2023-11-20T11:43:54Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,103 | ["docs/changelog/103408.yaml", "server/src/main/java/org/elasticsearch/node/NodeService.java"] | Elasticsearch 8.11.1 RPM restarts process during update | ### Elasticsearch Version
8.11.1
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
Rocky 9.2 5.14.0-70.26.1.el9_0.x86_64
### Problem Description
While updating several nodes from ES 8.11.0 to 8.11.1 I noticed that the nodes tried to restart the elasticsearch process. In previous ver... | https://github.com/elastic/elasticsearch/issues/102103 | https://github.com/elastic/elasticsearch/pull/103408 | 47dc5b67ce792de133974c2b48222147c3e39503 | 95c9c944a12e940517d2c232b342b685b0a00c24 | 2023-11-13T20:44:12Z | java | 2023-12-14T14:41:33Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,083 | ["docs/changelog/102165.yaml", "x-pack/plugin/esql/qa/testFixtures/src/main/resources/stats.csv-spec", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/optimizer/LogicalPlanOptimizer.java"] | ESQL: cannot plan multiple aggs with the same expression - rule execution limit reached | ```
row x = 1, y = 2, z = 3 | stats a = count(*), b = count(*) | stats c = count(*)
```
The logical optimizer does not seem to be able to handle this query:
```
{
"error": {
"root_cause": [
{
"type": "rule_execution_exception",
"reason": "Rule exec... | https://github.com/elastic/elasticsearch/issues/102083 | https://github.com/elastic/elasticsearch/pull/102165 | 70b772831c712c09b8e5e31ee34ddf9c8e622d55 | a16099ae39b8040d140db48829becf3ab7ae61bd | 2023-11-13T14:19:06Z | java | 2023-11-22T09:24:21Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 102,015 | ["build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/LegacyRestTestBasePlugin.java"] | [CI] OldMappingsIT testSearchFieldsOnPlaceholderField failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/57qtf7byqdzb6/tests/:x-pack:qa:repository-old-versions:javaRestTestAfterRestart%235_0_0/org.elasticsearch.oldrepos.OldMappingsIT/testSearchFieldsOnPlaceholderField
**Reproduction line:**
```
./gradlew ':x-pack:qa:repository-old-versions:javaRestTestAfterRestart#5_0... | https://github.com/elastic/elasticsearch/issues/102015 | https://github.com/elastic/elasticsearch/pull/102043 | 92d9a8ad8a7225e57e50ccd41ce9fec8418efb90 | 61d59b31a27448e3d7d28907717b1b8c23f52f3e | 2023-11-10T13:53:16Z | java | 2023-11-10T21:16:00Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,958 | ["docs/changelog/102741.yaml", "docs/reference/ilm/actions/ilm-delete.asciidoc", "x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ilm/MountSnapshotStep.java", "x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ilm/SearchableSnapshotAction.java", "x-pack/plugin/ilm/qa/multi-node/src/javaRestTes... | ILM - Searchable snapshot action: gets stuck if there are two searchable snapshots with different types and ILM is being resumed | ### Elasticsearch Version
8.6.2+ (probably, 7.17.x+ too)
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
N/A
### Problem Description
Premise:
- An index is managed by an ILM policy which includes both a fully and a partially mounted searchable snapshot.
- The ... | https://github.com/elastic/elasticsearch/issues/101958 | https://github.com/elastic/elasticsearch/pull/102741 | ed2155cc47366982ab22e0a276ef055de0b4279a | 1617a8db3643573671469b343e9c6dfb787026b2 | 2023-11-09T12:48:57Z | java | 2023-12-06T15:29:39Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,929 | ["x-pack/plugin/apm-data/src/yamlRestTest/java/org/elasticsearch/xpack/apmdata/APMYamlTestSuiteIT.java"] | [CI] APMYamlTestSuiteIT test {yaml=/10_apm/Test metrics-apm.app-* dynamic mapping} failing | This has failed two other times:
* https://gradle-enterprise.elastic.co/s/jr2m6wlrol3po/ (today)
* https://gradle-enterprise.elastic.co/s/quq3pxbul6ney/ (a week ago)
**Build scan:**
https://gradle-enterprise.elastic.co/s/wnucnis674mnc/tests/:x-pack:plugin:apm-data:yamlRestTest/org.elasticsearch.xpack.apmdata.APMYamlTe... | https://github.com/elastic/elasticsearch/issues/101929 | https://github.com/elastic/elasticsearch/pull/101937 | aa274fed51bd8f4bce44901001785c24b37a82b5 | 57acc1c17114f5f7fc9ab9e50a13a596d56b02fa | 2023-11-08T20:31:51Z | java | 2023-11-08T22:24:19Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,896 | ["docs/changelog/102808.yaml", "server/src/main/java/org/elasticsearch/action/support/ActiveShardCount.java", "server/src/main/java/org/elasticsearch/action/support/replication/ReplicationOperation.java", "server/src/test/java/org/elasticsearch/action/support/replication/ReplicationOperationTests.java", "test/framework... | Misleading error message for search shard unavailablity in stateless | The following error message emitted from org.elasticsearch.action.support.replication.ReplicationOperation is misleading:
```
Not enough active copies to meet shard count of [1] (have 1, needed 1)
```
full context:
```
org.elasticsearch.transport.RemoteTransportException: [es-es-index-58f985f8f-pgls6][10.2.12... | https://github.com/elastic/elasticsearch/issues/101896 | https://github.com/elastic/elasticsearch/pull/102808 | 6b9dfab01ca69cebc8e2c22059f18754cbaee8c1 | b5471cdf867846719a7764196cf39819468b3d9f | 2023-11-07T23:50:26Z | java | 2023-11-30T16:38:57Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,876 | ["server/src/internalClusterTest/java/org/elasticsearch/snapshots/ConcurrentSnapshotsIT.java"] | [CI] ConcurrentSnapshotsIT testMasterFailoverOnFinalizationLoop failing | This test failed two times today with a listener being executed twice:
```
rg.elasticsearch.snapshots.ConcurrentSnapshotsIT > testMasterFailoverOnFinalizationLoop FAILED
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=7911, name=Thread-51, state=RUNNABL... | https://github.com/elastic/elasticsearch/issues/101876 | https://github.com/elastic/elasticsearch/pull/102404 | b1a523f8cf6c27ce3c8431452f04858c95fd421a | 8a22586e2ba648029f8a382f7966ef6339a5de37 | 2023-11-07T14:30:13Z | java | 2023-11-21T14:23:26Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,793 | ["test/external-modules/apm-integration/src/javaRestTest/java/org/elasticsearch/test/apmintegration/RecordingApmServer.java"] | [CI] ApmIT testApmIntegration failing (on Windows) | Three recent failures, all on Windows
- https://gradle-enterprise.elastic.co/s/ubisw5ojzjtkc/tests/task/:test:external-modules:test-apm-integration:javaRestTest/details/org.elasticsearch.test.apmintegration.ApmIT/testApmIntegration?page=eyJvdXRwdXQiOnsiMCI6Mn19&top-execution=1
- https://gradle-enterprise.elastic.co/s/... | https://github.com/elastic/elasticsearch/issues/101793 | https://github.com/elastic/elasticsearch/pull/101825 | a35d7a02f687c9fcfea6cea7438d0cb5278a9829 | 461d004591325398dac6fbde08bbcceac9024952 | 2023-11-03T17:03:39Z | java | 2023-11-06T15:18:04Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,752 | ["docs/changelog/101799.yaml", "x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc/jwt/JwtRealm.java", "x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/jwt/JwtRealmAuthenticateTests.java", "x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/j... | Potential Memory Leak in JwtRealm | The logic for the cache in `JwtRealm` produces a broken `Cache` instance to some degree.
We create a `BytesArray` from the user credential hash:
```java
final BytesArray jwtCacheKey = isCacheEnabled() ? new BytesArray(jwtAuthenticationToken.getUserCredentialsHash()) : null;
if (jwtCacheKe... | https://github.com/elastic/elasticsearch/issues/101752 | https://github.com/elastic/elasticsearch/pull/101799 | 63f29d41031d9cf976b5de6b9dfd4ccf8fc521e8 | cef2b800251d8f4ad44f375ba0e58344d3f26f63 | 2023-11-02T21:59:27Z | java | 2023-11-06T17:06:25Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,724 | ["docs/changelog/101859.yaml", "x-pack/plugin/eql/src/main/java/org/elasticsearch/xpack/eql/parser/LogicalPlanBuilder.java", "x-pack/plugin/eql/src/test/java/org/elasticsearch/xpack/eql/parser/LogicalPlanTests.java", "x-pack/plugin/eql/src/test/java/org/elasticsearch/xpack/eql/planner/QueryTranslatorFailTests.java"] | EQL: Head and tail fail to gracefully deal with invalid values | ### Description
A query like `any where true | head 2147483648` fails with `class java.lang.Long cannot be cast to class java.lang.Integer (java.lang.Long and java.lang.Integer are in module java.base of loader 'bootstrap')`.
While one like `any where true | head 2147483640 + 8` fails with `"type": "arithmetic_exce... | https://github.com/elastic/elasticsearch/issues/101724 | https://github.com/elastic/elasticsearch/pull/101859 | 0fe0fb0a5e39b2304976f2bce696ba97a61f98c4 | b8b1d473af79b0512f4264f5d7fb7a829fefe043 | 2023-11-02T17:21:13Z | java | 2023-11-15T10:45:15Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,695 | ["server/src/test/java/org/elasticsearch/search/aggregations/bucket/geogrid/GeoTileGridAggregatorTests.java", "test/framework/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/GeoGridAggregatorTestCase.java"] | [CI] GeoTileGridAggregatorTests testBoundedMultiValuedDocs failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/6sxf663vnkl4g/tests/:server:test/org.elasticsearch.search.aggregations.bucket.geogrid.GeoTileGridAggregatorTests/testBoundedMultiValuedDocs
**Reproduction line:**
```
./gradlew ':server:test' --tests "org.elasticsearch.search.aggregations.bucket.geogrid.GeoTileGrid... | https://github.com/elastic/elasticsearch/issues/101695 | https://github.com/elastic/elasticsearch/pull/101741 | 4d4d8ce10aa5387aa8ebf4c847cb9b790d347374 | 8f1e9c0042ef6655382f8c3ae015434763e7efd4 | 2023-11-01T21:10:36Z | java | 2023-11-03T08:18:24Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,693 | ["docs/reference/analysis/tokenfilters/synonym-graph-tokenfilter.asciidoc", "docs/reference/analysis/tokenfilters/synonym-tokenfilter.asciidoc", "docs/reference/search/search-your-data/search-with-synonyms.asciidoc"] | Index is partially created if it refers to a missing synonyms set | ### Elasticsearch Version
8.12.0
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
Cloud
### Problem Description
An index is partially created and in an inoperable state if it refers to a missing synonyms set at creation time. The only way to recover is to delete the broken index an... | https://github.com/elastic/elasticsearch/issues/101693 | https://github.com/elastic/elasticsearch/pull/103476 | bb5a9972ad4482fabbc9f7c2e1d6726d592c779b | bdde29720a9e37224a90e5f186abbcbc73ff9351 | 2023-11-01T19:55:56Z | java | 2023-12-18T18:18:51Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,595 | ["x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/Driver.java", "x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/DriverContext.java", "x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/DriverRunner.java", "x-pack/plugin/esql/compute/src/m... | [CI] EsqlDisruptionIT testWhereNegatedCondition failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/k3oh2nrlwvfnq/tests/:x-pack:plugin:esql:internalClusterTest/org.elasticsearch.xpack.esql.action.EsqlDisruptionIT/testWhereNegatedCondition
**Reproduction line:**
```
./gradlew ':x-pack:plugin:esql:internalClusterTest' --tests "org.elasticsearch.xpack.esql.action.Es... | https://github.com/elastic/elasticsearch/issues/101595 | https://github.com/elastic/elasticsearch/pull/101701 | b750f6e9805024668029e718d27909b6c509d827 | 8334b883a8d8e7a85f9ef4a886b4606fb0e20695 | 2023-10-31T11:03:36Z | java | 2023-11-02T15:48:36Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,527 | ["x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/AbstractFunctionTestCase.java"] | [CI] LeastTests testEvaluateInManyThreads {TestCase=(<keyword>, <keyword>, <keyword>, <keyword>, <keyword>, <keyword>, <keyword>) null in 4} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/fvg2knbi424p4/tests/:x-pack:plugin:esql:test/org.elasticsearch.xpack.esql.expression.function.scalar.conditional.LeastTests/testEvaluateInManyThreads%20%7BTestCase=(%3Ckeyword%3E,%20%3Ckeyword%3E,%20%3Ckeyword%3E,%20%3Ckeyword%3E,%20%3Ckeyword%3E,%20%3Ckeyword%3E,... | https://github.com/elastic/elasticsearch/issues/101527 | https://github.com/elastic/elasticsearch/pull/101721 | 06c7e3459d82fa83883e8e32b5397a3aaf1d9fc9 | 049ff66bceb249f62360f318f2977e63de72dd17 | 2023-10-30T13:57:11Z | java | 2023-11-15T15:36:13Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,514 | ["docs/changelog/101585.yaml", "server/src/internalClusterTest/java/org/elasticsearch/snapshots/SnapshotsServiceIT.java", "server/src/main/java/org/elasticsearch/snapshots/SnapshotsService.java", "server/src/test/java/org/elasticsearch/snapshots/SnapshotResiliencyTests.java", "server/src/test/java/org/elasticsearch/sna... | SnapshotsService should sometimes trigger a reroute | An incomplete shard snapshot will prevent a shard from moving away from a node (see `SnapshotInProgressAllocationDecider`). That means that when a shard snapshot completes it may become possible to perform some shard movements that previously were not possible, so we should trigger a reroute to start those movements. A... | https://github.com/elastic/elasticsearch/issues/101514 | https://github.com/elastic/elasticsearch/pull/101585 | f08ae65f5041bf6136564c8447df03629bedda56 | a95fcfa08f9c673d1f146b59042b518d58574a50 | 2023-10-30T10:45:07Z | java | 2023-10-31T10:51:14Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,502 | ["x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/data/BlockRamUsageEstimator.java"] | [CI] LeastTests testEvaluateInManyThreads {TestCase=(<mv_boolean>, <mv_boolean>, <mv_boolean>, <mv_boolean>, <mv_boolean>, <mv_boolean>, <mv_boolean>, <mv_boolean>) null in 4} failing | Only seems to be a problem on Windows? Reproduced on a second attempt of the same PR.
**Build scan:**
https://gradle-enterprise.elastic.co/s/35sfdkqihafki/tests/:x-pack:plugin:esql:test/org.elasticsearch.xpack.esql.expression.function.scalar.conditional.LeastTests/testEvaluateInManyThreads%20%7BTestCase=(%3Cmv_boolean... | https://github.com/elastic/elasticsearch/issues/101502 | https://github.com/elastic/elasticsearch/pull/101534 | 999b2b6dbee003cb312c80ea9c1f2eaa6051c70e | 7c77f515f951b0d13c806c55ba809200d6ccca18 | 2023-10-30T08:25:01Z | java | 2023-10-30T20:02:11Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,490 | ["docs/reference/esql/esql-kibana.asciidoc"] | ESQL: Too large response payload (on sparse indices) | ### Description
`from logs-* | limit 10000`
can trigger
```
Unable to retrieve search results
[esql] > Unexpected error from Elasticsearch: The content length (536885793) is bigger than the
maximum allowed string (536870888)
``` | https://github.com/elastic/elasticsearch/issues/101490 | https://github.com/elastic/elasticsearch/pull/101568 | a2330433aa0b111791a4d6ba1738715cc7fede7d | 17389d270eaa13e56cea33ffbb3cdfe7bec38881 | 2023-10-28T00:55:20Z | java | 2023-10-31T14:19:03Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,425 | ["docs/changelog/101438.yaml", "x-pack/plugin/esql/qa/testFixtures/src/main/resources/eval.csv-spec", "x-pack/plugin/esql/qa/testFixtures/src/main/resources/mv_expand.csv-spec", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/evaluator/EvalMapper.java"] | ES|QL: split() function applied to foldable attributes does not handle blocks properly | A query like
```
from employees | eval foldable = \"foo,bar\" | eval x = split(foldable, \",\")
```
where the `split()` function is applied to a foldable attribute, throws IllegalArgumentException `Block does not have same position count`
The same expression applied to non-foldable attributes seems to work fi... | https://github.com/elastic/elasticsearch/issues/101425 | https://github.com/elastic/elasticsearch/pull/101438 | 5e22c27c897908e1cf8d4a6db91c7c73fcecccd6 | dc763c046ba8e73bb264f453dd6600c8231b6007 | 2023-10-27T09:13:04Z | java | 2023-10-27T12:07:31Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,417 | ["server/src/test/java/org/elasticsearch/search/aggregations/metrics/InternalMedianAbsoluteDeviationTests.java"] | [CI] InternalMedianAbsoluteDeviationTests testConcurrentEquals failing | Fails on 8.11 branch, not on main
**Build scan:**
https://gradle-enterprise.elastic.co/s/4irsnbcx5vpfw/tests/:server:test/org.elasticsearch.search.aggregations.metrics.InternalMedianAbsoluteDeviationTests/testConcurrentEquals
**Reproduction line:**
```
./gradlew ':server:test' --tests "org.elasticsearch.search.aggrega... | https://github.com/elastic/elasticsearch/issues/101417 | https://github.com/elastic/elasticsearch/pull/101449 | fb03858245ba2e39dd0201036109c0876ab1a096 | 26c7b9f42a72d3f122405954571053f67ef93498 | 2023-10-27T07:50:02Z | java | 2023-10-30T07:59:35Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,377 | ["docs/changelog/102273.yaml", "server/src/main/java/org/elasticsearch/index/mapper/MapperService.java"] | Improve "reloading search analyzers" log | ### Description
I was just looking at some Elasticsearch that had lots of "Improve "reloading search analyzers" logs coming from `MapperService` at the INFO level. In my particular case, it was being emitted because analyzers are reloaded as part of doing a recovery. This log is not really helpful as-is, I think we ne... | https://github.com/elastic/elasticsearch/issues/101377 | https://github.com/elastic/elasticsearch/pull/102273 | 1024ebd025b06c7eb726cc4102dcbf9cf46ed17c | 51a6719fe2dbd62d049bdedcbfc4c267f1c078b6 | 2023-10-26T13:38:33Z | java | 2023-11-17T00:22:27Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,348 | ["docs/reference/indices/resolve.asciidoc", "docs/reference/ml/anomaly-detection/apis/put-datafeed.asciidoc", "docs/reference/ml/anomaly-detection/apis/update-datafeed.asciidoc", "docs/reference/rest-api/common-parms.asciidoc", "docs/reference/search/multi-search.asciidoc", "docs/reference/search/search-template-api.as... | [DOCS] Add an info that the ignore_throttled parameter was deprecated in version 7.16 | As I have already described [here](https://discuss.elastic.co/t/deprecation-info-missing-in-the-docs/345744/1) in the forum, I recently encountered the following deprecation warning:
[ignore_throttled] parameter is deprecated because frozen indices have been deprecated. Consider cold or frozen tiers in place of ... | https://github.com/elastic/elasticsearch/issues/101348 | https://github.com/elastic/elasticsearch/pull/101838 | 9132f95fb4fc07965be10d61ef106c685afc6072 | 70128f5b748dbc11c8e85de565f076906889e2d5 | 2023-10-25T20:51:58Z | java | 2023-11-07T12:03:49Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,331 | ["docs/changelog/101778.yaml", "qa/rolling-upgrade-legacy/src/test/java/org/elasticsearch/upgrades/RecoveryIT.java", "server/src/main/java/org/elasticsearch/indices/SystemIndexMappingUpdateService.java"] | [CI] FeatureUpgradeIT testGetFeatureUpgradeStatus failing with IllegalArgumentException: mapping with hash [...] not found | **Build scan:**
https://gradle-enterprise.elastic.co/s/ibqgql7fylvvw/tests/:qa:rolling-upgrade:v7.17.15%23bwcTest/org.elasticsearch.upgrades.FeatureUpgradeIT/testGetFeatureUpgradeStatus%20%7BupgradedNodes=3%7D
**Reproduction line:**
```
./gradlew ':qa:rolling-upgrade:v7.17.15#bwcTest' -Dtests.class="org.elasticsearch.u... | https://github.com/elastic/elasticsearch/issues/101331 | https://github.com/elastic/elasticsearch/pull/101778 | becbc71d357fc928d3d9fad6c2b33a7c63468b30 | d13368404d32354214d7b46b161762174fd3b1ca | 2023-10-25T15:54:53Z | java | 2023-11-03T19:09:30Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,330 | ["x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/EsqlActionIT.java", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/aggregate/CountDistinct.java", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/planner/AggregateMapper.java"] | ES|QL: COUNT_DISTINCT does not support text fields | The ES|QL `COUNT_DISTINCT` function fails with an `illegal agg type: text` error when it's run on a `text` field. It's fine with `keyword` fields. Compare to for example `COUNT`, which runs fine on text fields:
```
PUT test/_doc/1
{
"foo": "bar"
}
# This fails with illegal agg type: text:
POST /_query
{
... | https://github.com/elastic/elasticsearch/issues/101330 | https://github.com/elastic/elasticsearch/pull/101334 | 4ca793ec1abeb986f8d1302884b8d64fd8dcdcbb | 76d1ab650901ee58170ab4d62510ba4a6413885c | 2023-10-25T15:44:56Z | java | 2023-10-25T18:10:53Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,232 | ["docs/changelog/101847.yaml", "x-pack/plugin/rank-rrf/src/main/java/org/elasticsearch/xpack/rank/rrf/RRFRankCoordinatorContext.java", "x-pack/plugin/rank-rrf/src/main/java/org/elasticsearch/xpack/rank/rrf/RRFRankShardContext.java", "x-pack/plugin/rank-rrf/src/test/java/org/elasticsearch/xpack/rank/rrf/RRFRankContextTe... | RRF ensure consistent ranking on primary and replica shards | ### Elasticsearch Version
v8.10
RRF produces inconsistent ranking between primary and replica shards when documents from different queries have the same rank.
For example, if:
doc1 has a rank 1 in the hits set for Query1 (and is not present in the hit set for Query 2)
doc2 has a rank 1 in the hits set for Que... | https://github.com/elastic/elasticsearch/issues/101232 | https://github.com/elastic/elasticsearch/pull/101847 | d25435e1855733282413bab0a5ac53d2c0cac11a | 99b651898d995d0245425adc2ce3920ba7e2a30f | 2023-10-23T19:43:10Z | java | 2023-11-07T15:58:18Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,198 | ["x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/operator/DefaultOperatorOnlyRegistry.java", "x-pack/plugin/snapshot-repo-test-kit/src/main/java/org/elasticsearch/repositories/blobstore/testkit/BlobAnalyzeAction.java", "x-pack/plugin/snapshot-repo-test-kit/src/main/java/org/elasticsearch/reposito... | Repository analysis actions overuse `ActionType<>` | Actions `cluster:admin/repository/analyze/blob` and `cluster:admin/repository/analyze/register` and so on are only invoked via the transport service, they do not need to register as client actions so we can drop the `ActionType` instance. Instead the root `RepositoryAnalyzeAction` should create and register all these t... | https://github.com/elastic/elasticsearch/issues/101198 | https://github.com/elastic/elasticsearch/pull/101211 | b7145496897523931061c44623f0cc7ffbda4394 | 3031595d6a234c31abe9f7da74a86a72d30d0652 | 2023-10-23T06:57:25Z | java | 2023-10-24T10:46:03Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,197 | ["x-pack/plugin/snapshot-repo-test-kit/src/main/java/org/elasticsearch/repositories/blobstore/testkit/RepositoryAnalyzeAction.java"] | RepositoryAnalyzeAction.AsyncAction#isRunning should not check for cancellation | Instead we should use `org.elasticsearch.tasks.CancellableTask#addListener` to add a listener which sets `failure` on cancellation. | https://github.com/elastic/elasticsearch/issues/101197 | https://github.com/elastic/elasticsearch/pull/101213 | 482cf3b6768e70759abe2cf64f4e88b338247aba | b7145496897523931061c44623f0cc7ffbda4394 | 2023-10-23T06:52:02Z | java | 2023-10-24T09:59:06Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,191 | ["build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/GenerateProviderManifest.java", "libs/x-content/build.gradle"] | :libs:elasticsearch-x-content:generateProviderImpl failed: path too long | I don't seem to get a build scan out of this, but after running various builds a few times I got this error:
```
:libs:elasticsearch-x-content:generateProviderImpl (Thread[Execution worker,5,main]) started.
Detected overflow for /Users/davidturner/src/elasticsearch-main/libs/x-content/build/generated-resources/imp... | https://github.com/elastic/elasticsearch/issues/101191 | https://github.com/elastic/elasticsearch/pull/101200 | 13bf22367dfb3303f4058b9b4a684d0616789be9 | f7ba5efcb07cdf1ab83ecd02a6d2eb7b7db28799 | 2023-10-21T11:16:36Z | java | 2023-10-23T10:35:02Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,144 | ["x-pack/plugin/ml/src/main/java/org/elasticsearch/xpack/ml/job/process/AbstractProcessWorkerExecutorService.java", "x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/job/process/ProcessWorkerExecutorServiceTests.java"] | [CI] ProcessWorkerExecutorServiceTests testAutodetectWorkerExecutorServiceDoesNotSwallowErrors failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/ud4ggnomaa7p6/tests/:x-pack:plugin:ml:test/org.elasticsearch.xpack.ml.job.process.ProcessWorkerExecutorServiceTests/testAutodetectWorkerExecutorServiceDoesNotSwallowErrors
**Reproduction line:**
```
./gradlew ':x-pack:plugin:ml:test' --tests "org.elasticsearch.xpac... | https://github.com/elastic/elasticsearch/issues/101144 | https://github.com/elastic/elasticsearch/pull/101159 | 5d14bca37de24363a78b8d9c2345d3230fb8596d | 851e0d4d5119c860f8cb0b0f733939f05ef8f497 | 2023-10-19T14:20:59Z | java | 2023-10-19T17:46:45Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,139 | ["x-pack/plugin/spatial/src/main/java/org/elasticsearch/xpack/spatial/search/aggregations/bucket/geogrid/GeoHexGridTiler.java"] | [CI] GeoHexTilerTests testGeoGridSetValuesBoundingBoxes_BoundedGeoShapeCellValues failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/jfxlvt2bpjrts/tests/:x-pack:plugin:spatial:test/org.elasticsearch.xpack.spatial.search.aggregations.bucket.geogrid.GeoHexTilerTests/testGeoGridSetValuesBoundingBoxes_BoundedGeoShapeCellValues
**Reproduction line:**
```
./gradlew ':x-pack:plugin:spatial:test' --test... | https://github.com/elastic/elasticsearch/issues/101139 | https://github.com/elastic/elasticsearch/pull/101142 | 9794c6e205e6070f1930725f7833e3e8fa18fc6a | 6b8790571a3cb1e8bf4162197f7e83f5dd282dc4 | 2023-10-19T13:58:04Z | java | 2023-10-23T05:47:12Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,138 | ["docs/changelog/101358.yaml", "x-pack/plugin/esql/qa/testFixtures/src/main/resources/dissect.csv-spec", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/LogicalPlanBuilder.java", "x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/parser/StatementParserTests.java"] | ESQL: append_separator not case insensitive | ### Elasticsearch Version
main @ 1266718e1cdef07a8c7cd1a463707825fabf7277
### Installed Plugins
_No response_
### Java Version
openjdk 17.0.8 2023-07-18
### OS Version
Ubuntu 23.;04
### Problem Description
`DISSECT`'s option `append_separator` is not case insensitive in contrast to all other ... | https://github.com/elastic/elasticsearch/issues/101138 | https://github.com/elastic/elasticsearch/pull/101358 | 41ab9495ba8ffa9f11df66434691fad8e1a3ae30 | f7e39817536e77611d5380b9862e2bd6915375e1 | 2023-10-19T13:42:26Z | java | 2023-10-26T10:59:08Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,121 | ["rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/delete/70_tsdb.yml"] | [CI] MixedClusterClientYamlTestSuiteIT test {p0=delete/70_tsdb/basic tsdb delete} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/txndxsefnbhqs/tests/:qa:mixed-cluster:v8.8.1%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=delete%2F70_tsdb%2Fbasic%20tsdb%20delete%7D
**Reproduction line:**
```
./gradlew ':qa:mixed-cluster:v8.8.1#mixedClusterTes... | https://github.com/elastic/elasticsearch/issues/101121 | https://github.com/elastic/elasticsearch/pull/101124 | 5ae576fafc79a23710e25ee11caca6430a2c4871 | aee4f5e087a27bacb1e5ce8eb69fbc5272afabef | 2023-10-19T10:45:30Z | java | 2023-10-19T12:00:25Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,106 | ["docs/changelog/101120.yaml", "x-pack/plugin/esql/qa/testFixtures/src/main/resources/where-like.csv-spec", "x-pack/plugin/ql/src/main/java/org/elasticsearch/xpack/ql/expression/predicate/regex/RegexMatch.java", "x-pack/plugin/ql/src/main/java/org/elasticsearch/xpack/ql/util/StringUtils.java", "x-pack/plugin/ql/src/tes... | ESQL: LIKE with backslashes not working | ### Elasticsearch Version
main @ aa862640e5af74815a0d1d9b9ae3734426ffb459
### Installed Plugins
_No response_
### Java Version
openjdk version "17.0.8" 2023-07-18
### OS Version
Ubuntu 23.04
### Problem Description
May be related to https://github.com/elastic/elasticsearch/issues/101017.
`LIKE` seems not to... | https://github.com/elastic/elasticsearch/issues/101106 | https://github.com/elastic/elasticsearch/pull/101120 | ca6295e582e7116ec855cbde47475afe224bd99f | 9715493c21cd84aa1a0c9499825d642f1e272068 | 2023-10-19T08:24:40Z | java | 2023-10-19T15:58:55Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,082 | ["docs/changelog/101093.yaml", "server/src/main/java/org/elasticsearch/TransportVersions.java", "server/src/main/java/org/elasticsearch/script/field/IPAddress.java", "server/src/test/java/org/elasticsearch/script/field/IPAddressTests.java"] | IPAddress should implement GenericNamedWritable | While experimenting with painless tests in a multi-node cluster I hit the following error. We're failing to serialize this type, which looks to be because it's not implementing `GenericNamedWritable` when it should.
```
[2023-10-19T01:22:02,328][WARN ][o.e.t.OutboundHandler ] [search-MxNysuL] failed to serialize... | https://github.com/elastic/elasticsearch/issues/101082 | https://github.com/elastic/elasticsearch/pull/101093 | debe882c0f0dbb0fceab2351a0a223657ce7bb97 | 2b058d6741e715b4b86d30883748625b7508db18 | 2023-10-18T18:28:47Z | java | 2023-10-27T18:02:17Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,072 | ["docs/changelog/101212.yaml", "modules/lang-painless/src/main/java/org/elasticsearch/painless/action/PainlessExecuteAction.java", "rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/tsdb/150_runtime_fields.yml"] | POST /_scripts/painless/_execute doesn't work against TSDS data | from https://github.com/elastic/kibana/issues/167992
the error `_id must be unset or set to [GvMPW29fWPE5Sr2ZAAABivq9G6A] but was [_id] because [.ds-metrics-logstash.monitoring-default-2023.10.04-000001] is in time_series mode`
No `_id` field is sent as part of the request so the error must be internal to the end... | https://github.com/elastic/elasticsearch/issues/101072 | https://github.com/elastic/elasticsearch/pull/101212 | a579504e11d7d2ce5518ad409f92da05ac36d3d4 | af08d28d3883682b3afe4583e25969d40fcccaf1 | 2023-10-18T15:35:11Z | java | 2023-10-23T14:40:21Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 101,049 | ["docs/changelog/102447.yaml", "x-pack/plugin/transform/src/main/java/org/elasticsearch/xpack/transform/transforms/ClientTransformIndexer.java"] | [Transform] Supply an `index_filter` when calling field caps and creating a PIT reader | Transforms can be configured to search incredibly broad index patterns. These cause the lower level actions used by transforms to iterate huge numbers of shards unless measures are taken to restrict which shards are considered using information available in cluster state.
Anywhere where transforms calls an action th... | https://github.com/elastic/elasticsearch/issues/101049 | https://github.com/elastic/elasticsearch/pull/102447 | 951640b73f71909013f57645cd30e1f19d8c2323 | 6c3bc6798c9d836f15a06e0bcc123d816b41555a | 2023-10-18T10:33:48Z | java | 2023-11-23T07:39:03Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,913 | ["rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/cat.segments/10_basic.yml"] | [CI] MixedClusterClientYamlTestSuiteIT test {p0=cat.segments/10_basic/tsdb} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/kjqrhwf6yhjq2/tests/:qa:mixed-cluster:v8.7.0%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=cat.segments%2F10_basic%2Ftsdb%7D
**Reproduction line:**
```
./gradlew ':qa:mixed-cluster:v8.7.0#mixedClusterTest' -Dtests.cla... | https://github.com/elastic/elasticsearch/issues/100913 | https://github.com/elastic/elasticsearch/pull/100914 | e4ea68a10486cc8cc7b902269c3698761b3bc7ed | 30ac8feb8f3166964045ff4bd7aca643e7b6eb3d | 2023-10-16T14:37:26Z | java | 2023-10-16T15:00:30Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,884 | ["docs/changelog/101066.yaml", "server/src/main/java/org/elasticsearch/rest/RestResponse.java", "server/src/test/java/org/elasticsearch/rest/RestResponseTests.java"] | Always log 500 errors in RestResponse | Since https://github.com/elastic/elasticsearch/pull/55774 we log exceptions reaching the RestResponse class on their way back to the client in the "rest.suppressed" logger. Status codes <500 are logged on the Debug and >=500 codes are logged on the Warn level.
However there is some logic that doesn't log these errors ... | https://github.com/elastic/elasticsearch/issues/100884 | https://github.com/elastic/elasticsearch/pull/101066 | bfffbd47f2104676ec45778520c3b867ed6464c3 | 73eb3ecc87805c82b4b18c1ff013f6e229598c64 | 2023-10-16T08:12:16Z | java | 2023-10-31T15:28:05Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,882 | ["rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/field_caps/40_time_series.yml"] | [CI] MixedClusterClientYamlTestSuiteIT test {p0=field_caps/40_time_series/Get time series field caps with conflicts} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/asvd4tktq6iim/tests/:qa:mixed-cluster:v8.9.1%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=field_caps%2F40_time_series%2FGet%20time%20series%20field%20caps%20with%20conflicts%7D
**Reproduction line:**
```
./gradlew ':... | https://github.com/elastic/elasticsearch/issues/100882 | https://github.com/elastic/elasticsearch/pull/100885 | 83abb37f54e2947aea0552acfd770a9d14d5ca02 | 3247accddf6e6eeb8816f1870305f7db8f9a12fd | 2023-10-16T07:26:05Z | java | 2023-10-16T10:10:47Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,869 | ["docs/changelog/100875.yaml", "x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/EsqlActionIT.java", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/io/stream/PlanNamedTypes.java", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/session/EsqlSession.java",... | QL: IndexResolver issue when dealing with dotted fields | ### Description
`IndexResolver` tries to create a tree structure for field names that contain dots (e.g. ECS) which can conflict with fields in other indices in which case all underlying fields end up being discarded as unsupported.
Consider field "file.name" as keyword in "index-1" and "file" as keyword in "inde... | https://github.com/elastic/elasticsearch/issues/100869 | https://github.com/elastic/elasticsearch/pull/100875 | 93583813f33f66b580137c9d59eab60d35ff6dc5 | 5da8c6cc92b402d1971f6c6ca5ed580eca30611c | 2023-10-14T18:30:41Z | java | 2023-10-16T22:46:31Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,802 | ["docs/changelog/101057.yaml", "x-pack/plugin/eql/src/main/java/org/elasticsearch/xpack/eql/plugin/RestEqlSearchAction.java", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlResponseListener.java", "x-pack/plugin/ql/src/main/java/org/elasticsearch/xpack/ql/util/LoggingUtils.java", "x-pack/plug... | SQL: log returned exceptions | ### Description
We need to make sure we capture the exceptions leading to a non-successful response to the user.
These should capture any other wrapped exceptions.
Depending on the cause, they should be log warnings or errors. | https://github.com/elastic/elasticsearch/issues/100802 | https://github.com/elastic/elasticsearch/pull/101057 | 2f162a48acd8e9352b4a262c0299d40a7a243343 | 0c76b4d13597cd1119ed1e0563b9647fdb4b678f | 2023-10-13T08:02:50Z | java | 2023-10-25T09:52:10Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,801 | ["docs/changelog/101057.yaml", "x-pack/plugin/eql/src/main/java/org/elasticsearch/xpack/eql/plugin/RestEqlSearchAction.java", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlResponseListener.java", "x-pack/plugin/ql/src/main/java/org/elasticsearch/xpack/ql/util/LoggingUtils.java", "x-pack/plug... | EQL: log returned exceptions | ### Description
We need to make sure we capture the exceptions leading to a non-successful response to the user.
These should capture any other wrapped exceptions.
Depending on the cause, they should be log warnings or errors. | https://github.com/elastic/elasticsearch/issues/100801 | https://github.com/elastic/elasticsearch/pull/101057 | 2f162a48acd8e9352b4a262c0299d40a7a243343 | 0c76b4d13597cd1119ed1e0563b9647fdb4b678f | 2023-10-13T08:02:15Z | java | 2023-10-25T09:52:10Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,769 | ["docs/reference/aggregations/metrics/scripted-metric-aggregation.asciidoc"] | [DOCS] Fix error in the scripted_metric documentation | ### Elasticsearch Version
8.10.2
### Installed Plugins
-
### Java Version
_bundled_
### OS Version
Darwin iMac.local 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64 x86_64
### Problem Description
In the `scripted_metric` documentation that describes the [s... | https://github.com/elastic/elasticsearch/issues/100769 | https://github.com/elastic/elasticsearch/pull/101899 | 6af01d05678829fd44253b0a506de3a37b29ed02 | eb443417eab689ac833eec00f628ba2d59a449b3 | 2023-10-12T13:26:40Z | java | 2023-11-21T11:35:19Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,753 | ["x-pack/plugin/esql/compute/build.gradle"] | Failed to load eclipse jdt formatter: java.lang.RuntimeException: java.net.SocketTimeoutException: | [elastic / elasticsearch # main - packaging upgrade tests » 8.2.0,rocky-linux-8-packaging #1980](https://gradle-enterprise.elastic.co/s/3ftpwyhc2gupi)
Failure message:
A problem occurred configuring project ':x-pack:plugin:esql:compute'.
> java.io.IOException: Failed to load eclipse jdt formatter: java.lang.RuntimeE... | https://github.com/elastic/elasticsearch/issues/100753 | https://github.com/elastic/elasticsearch/pull/100789 | 1eaa90705274066a63d6739043e7f72adcc01a4b | b8a204f4287e8ae30ba237790fdd46abedff57a2 | 2023-10-12T09:19:44Z | java | 2023-10-13T16:59:03Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,681 | ["x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/OrdinalsGroupingOperator.java", "x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/EsqlActionBreakerIT.java"] | EsqlActionBreakerIT test failures | EsqlActionBreakerIT fails in a number of different ways. This issue intends to be a place to capture such failures, so that they can be analysed and worked on separately. | https://github.com/elastic/elasticsearch/issues/100681 | https://github.com/elastic/elasticsearch/pull/100698 | 3636d3d6ac492dda2dc2400e104b69319b753daa | 108cad00cf03a0fce5d9e837d4295c607f0d552e | 2023-10-11T13:45:23Z | java | 2023-10-12T05:04:31Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,676 | ["qa/mixed-cluster/build.gradle"] | [CI] MixedClusterClientYamlTestSuiteIT test {p0=cluster.desired_nodes/10_basic/Test settings are validated} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/zdqtas4y2ctlk/tests/:qa:mixed-cluster:v8.3.3%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=cluster.desired_nodes%2F10_basic%2FTest%20settings%20are%20validated%7D
**Reproduction line:**
```
./gradlew ':qa:mixed-cluste... | https://github.com/elastic/elasticsearch/issues/100676 | https://github.com/elastic/elasticsearch/pull/100682 | 5f5f9794bb8f1084ed0aceb36b15b189aeab0384 | e5281bfb85f91556057444b1e833a788496a9ba6 | 2023-10-11T12:53:20Z | java | 2023-10-13T13:30:37Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.