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 | 100,641 | ["docs/changelog/100650.yaml", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis/Verifier.java", "x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/VerifierTests.java"] | ESQL: Better error message for agg functions without brackets | ### Description
`stats x = count` throws error `unknown column [count]` which is confusing since stats does not allow aliasing for existing columns but only points to aggregate functions.
Hence why the message should be `incorrect function declaration count, you forgot to add the parantheisis`.
Same approach when ... | https://github.com/elastic/elasticsearch/issues/100641 | https://github.com/elastic/elasticsearch/pull/100650 | a53d86579217086a7770dac88742d288018c39e9 | 3636d3d6ac492dda2dc2400e104b69319b753daa | 2023-10-10T20:54:28Z | java | 2023-10-11T23:46:27Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,593 | ["docs/changelog/100647.yaml", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis/Analyzer.java", "x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/AnalyzerTests.java"] | [ES|QL] Unhandled error on non existing policy | ### Elasticsearch Version
8.11.0
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
MacOS
### Problem Description
When sending a ESQL query with the `enrich` command that involves a policy that does not existing a `NullPointerException` is thrown and shown as error messages to the us... | https://github.com/elastic/elasticsearch/issues/100593 | https://github.com/elastic/elasticsearch/pull/100647 | 63b4ee128cbdd44d9f151ff0fe58c220c9cd1dcc | c3b49c56c554690252e71d8376016393a5c6698b | 2023-10-10T12:33:26Z | java | 2023-10-10T23:42:58Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,584 | ["modules/ingest-common/src/yamlRestTest/resources/rest-api-spec/test/ingest/230_change_target_index.yml"] | [CI] IngestCommonClientYamlTestSuiteIT test {yaml=ingest/230_change_target_index/Test Change Target Index with Default Pipeline} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/ccj7obxgbumo4/tests/:modules:ingest-common:yamlRestTest/org.elasticsearch.ingest.common.IngestCommonClientYamlTestSuiteIT/test%20%7Byaml=ingest%2F230_change_target_index%2FTest%20Change%20Target%20Index%20with%20Default%20Pipeline%7D
**Reproduction line:**
```
./gr... | https://github.com/elastic/elasticsearch/issues/100584 | https://github.com/elastic/elasticsearch/pull/100686 | 6a902684c5d2e3d768f98078521e552a91db9ce7 | add3fdc50f8819795532b3313d7870e484c86fec | 2023-10-10T10:28:20Z | java | 2023-10-11T16:03:29Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,562 | ["qa/mixed-cluster/build.gradle", "server/src/main/java/org/elasticsearch/index/mapper/SourceFieldMapper.java", "server/src/test/java/org/elasticsearch/index/mapper/SourceFieldMapperTests.java", "server/src/test/java/org/elasticsearch/index/query/SearchExecutionContextTests.java"] | [CI] MixedClusterClientYamlTestSuiteIT classMethod failing | It looks like this suite timed out because a node of the backing cluster exploded. Looks like an assertion was tripped.
```
» [2023-10-09T21:16:07,555][ERROR][o.e.b.ElasticsearchUncaughtExceptionHandler] [v8.8.2-2] fatal error in thread [elasticsearch[v8.8.2-2][clusterApplierService#updateTask][T#1]], exiting java.lan... | https://github.com/elastic/elasticsearch/issues/100562 | https://github.com/elastic/elasticsearch/pull/100592 | 5dc7cccf1368061d27689f0335d3cfa17ab1f57c | 24037d6ed682f55f94cb1417f5d6fa8489cffa11 | 2023-10-09T23:02:37Z | java | 2023-10-11T11:33:01Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,559 | ["x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/BooleanArrayBlock.java", "x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/BytesRefArrayBlock.java", "x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/DoubleArrayBlock.java"... | [CI] CoalesceTests classMethod failing | Just got a bunch of instances of this suite timing out all on Windows agents. Could be a coincidence but seems unlikely.
**Build scan:**
https://gradle-enterprise.elastic.co/s/rvfpi7upehqjk/tests/:x-pack:plugin:esql:test/org.elasticsearch.xpack.esql.expression.function.scalar.nulls.CoalesceTests
**Reproduction line:**... | https://github.com/elastic/elasticsearch/issues/100559 | https://github.com/elastic/elasticsearch/pull/100578 | 438b246709f7f06677c92e4db9f34971eda5ade1 | c8ca0d1c611f228ecd282b4d9d5e7b59385930a4 | 2023-10-09T21:35:02Z | java | 2023-10-10T15:08:13Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,544 | ["docs/changelog/100642.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", "x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/LocalPhysicalPlanOptimizerTests.java", "x-p... | ESQL: avoid computing duplicate aggs | ### Description
In cases where the same agg is used, instead of computing it multiple times, make another reference to it:
```
stats a = min(x), b = min(x) by z
```
should become
```
stats a = min(x) by z
eval b = a
keep a,b,z
```
| https://github.com/elastic/elasticsearch/issues/100544 | https://github.com/elastic/elasticsearch/pull/100642 | 03ea4bbe6e78a1202fa94521265bfaca494071e0 | baf251eb63b6c936643701a8fd95404cd9499eb4 | 2023-10-09T18:55:59Z | java | 2023-10-18T18:44:51Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,538 | ["distribution/src/config/log4j2.properties", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/EsqlParser.java"] | [CI] HeapAttackIT testHugeManyConcat failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/w4q65kvoz3u7c/tests/:x-pack:plugin:esql:qa:server:single-node:javaRestTest/org.elasticsearch.xpack.esql.qa.single_node.HeapAttackIT/testHugeManyConcat
**Reproduction line:**
```
./gradlew ':x-pack:plugin:esql:qa:server:single-node:javaRestTest' --tests "org.elastic... | https://github.com/elastic/elasticsearch/issues/100538 | https://github.com/elastic/elasticsearch/pull/100545 | fe37b599a18c29cfb4df250afa21bfd442d1317d | d2fa1ee4f10154fb61af8d95a50c17d7990c4afe | 2023-10-09T17:38:54Z | java | 2023-10-09T20:27:52Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,502 | ["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 with float arrays within the threshold map as dense_vector} failing | Test has failed just the once.
**Build scan:**
https://gradle-enterprise.elastic.co/s/bdc4arhkiazly/tests/:qa:mixed-cluster:v8.11.0%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=search.vectors%2F60_dense_vector_dynamic_mapping%2FFields%20with%20float%20arrays%20within%20... | https://github.com/elastic/elasticsearch/issues/100502 | https://github.com/elastic/elasticsearch/pull/101404 | e89d245d53787fb22f43e2fa5f66848ac4479bc9 | 3b0b48427cb011acde45f80fc6390aed3d5eb011 | 2023-10-09T11:13:16Z | java | 2023-10-26T20:29:14Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,497 | ["docs/changelog/100766.yaml", "x-pack/plugin/esql/qa/testFixtures/src/main/resources/eval.csv-spec", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/math/Round.java", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/predicate/operator/arithmetic/DateTi... | [ES|QL] Unhandled error when using multi-value as function argument | ### Elasticsearch Version
8.11.0
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
MacOS
### Problem Description
The following ESQL statement reports and unhandled error:
```
from index | eval round([1.2])
```
Returns the rror:
```
class_cast_exception - class java.util.Im... | https://github.com/elastic/elasticsearch/issues/100497 | https://github.com/elastic/elasticsearch/pull/100766 | eb8079493e595692ee8aff47093d49cd63bab196 | f36b9ca8b6cd76c9346f4b56362b2b13313c0da0 | 2023-10-09T10:41:17Z | java | 2023-10-13T08:21:12Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,471 | ["docs/changelog/100519.yaml", "server/src/main/java/org/elasticsearch/index/mapper/vectors/DenseVectorFieldMapper.java", "server/src/test/java/org/elasticsearch/index/mapper/vectors/DenseVectorFieldMapperTests.java"] | In some cases KNN query fails with index out of bound exception | ### Elasticsearch Version
8.9.0
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
Ubuntu 23.04
### Problem Description
Trying to use KNN on dense vectors I obtain an index out of bounds exception on the second run of my reproducer script (originally, I was trying t... | https://github.com/elastic/elasticsearch/issues/100471 | https://github.com/elastic/elasticsearch/pull/100519 | e411b57baf5f19159fa6de8766a2fe5718800513 | 18c5246f1aa4bc3a08b2bade2cb67ef3b90e649c | 2023-10-08T17:36:29Z | java | 2023-10-11T13:56:54Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,460 | ["test/framework/src/main/java/org/elasticsearch/index/engine/EngineTestCase.java"] | [CI] InternalEngineTests testGetWithSearcherWrapper failing | To reproduce:
```
./gradlew ':server:test' --tests "org.elasticsearch.index.engine.InternalEngineTests.testGetWithSearcherWrapper" -Dtests.seed=F9FA60B1031E3AA3 -Dtests.locale=ro -Dtests.timezone=Portugal -Druntime.java=21
```
It fails on the 8.11 branch. I tested against 3 SHAs and it failed on all:
35ef8a... | https://github.com/elastic/elasticsearch/issues/100460 | https://github.com/elastic/elasticsearch/pull/100668 | 18c5246f1aa4bc3a08b2bade2cb67ef3b90e649c | 769c3f319c06ab256e3265cb7d1f778ae67570b8 | 2023-10-06T19:49:08Z | java | 2023-10-11T13:58:57Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,434 | ["server/src/test/java/org/elasticsearch/common/logging/JULBridgeTests.java", "server/src/test/java/org/elasticsearch/snapshots/SnapshotResiliencyTests.java"] | [CI] SnapshotResiliencyTests causing excessive log out | This test is creating over 1G of log output which is causing CI to hang when parsing results. | https://github.com/elastic/elasticsearch/issues/100434 | https://github.com/elastic/elasticsearch/pull/100441 | f0f86a1866da46a9e417fc98bf43884a23f5da9a | 7ab9c671e1264f38c06972c4212a65a05884f69c | 2023-10-06T16:18:30Z | java | 2023-10-06T18:25:08Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,409 | ["docs/changelog/100645.yaml", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis/Verifier.java", "x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/VerifierTests.java"] | [ES|QL] Error unhandled when using date math syntax with where command | ### Elasticsearch Version
8.11.0
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
MacOS
### Problem Description
I would expect a clear message for the following ES|QL query:
```
from index | where 1 year
```
But what I get is:
```
[esql] > Unexpected error from Elastics... | https://github.com/elastic/elasticsearch/issues/100409 | https://github.com/elastic/elasticsearch/pull/100645 | c3b49c56c554690252e71d8376016393a5c6698b | 939de19eab594debacf7544512d1e9cd467da834 | 2023-10-06T13:01:36Z | java | 2023-10-11T01:25:46Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,374 | ["docs/changelog/100377.yaml", "x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/BooleanBlock.java", "x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/BytesRefBlock.java", "x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/data/Do... | ESQL: Block#equals should do identity check | ### Description
Our blocks#equals implementation checks only the content and skips a trivial identity check.
| https://github.com/elastic/elasticsearch/issues/100374 | https://github.com/elastic/elasticsearch/pull/100377 | 0770e3def89986f788e13aaf3bf1a823ea302b3b | 8d654d0cfd5a2f1389786d94accdef3f276e6db2 | 2023-10-05T22:25:10Z | java | 2023-10-06T18:49:10Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,362 | ["test/test-clusters/src/main/java/org/elasticsearch/test/cluster/FeatureFlag.java"] | [CI] XPackRestIT test {p0=ml/inference_rescore/Test rescore with missing model} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/mekmugbnxei5c/tests/:x-pack:plugin:yamlRestTest/org.elasticsearch.xpack.test.rest.XPackRestIT/test%20%7Bp0=ml%2Finference_rescore%2FTest%20rescore%20with%20missing%20model%7D
**Reproduction line:**
```
./gradlew ':x-pack:plugin:yamlRestTest' --tests "org.elasticsea... | https://github.com/elastic/elasticsearch/issues/100362 | https://github.com/elastic/elasticsearch/pull/100366 | fd3762855b2eb4a0e904ae1116e843b8d4b1a99c | 350720e972c61fbc5fd8b606358d1427cb33ef25 | 2023-10-05T18:34:23Z | java | 2023-10-06T09:46:54Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,356 | ["docs/changelog/100370.yaml", "x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/data/Page.java", "x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/ProjectOperator.java", "x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/data/BasicPageTests.java", "x-pack/p... | Test failures in rename | ### CI Link
https://gradle-enterprise.elastic.co/s/xws6gmgwdwnmm/tests/overview?outcome=failed
### Repro line
./gradlew ':x-pack:plugin:esql:test' --tests "org.elasticsearch.xpack.esql.CsvTests" -Dtests.method="test {rename.RenameProjectEval}" -Dtests.seed=F32BCA1B870438F -Dtests.locale=ar-LY -Dtests.timezone=UTC -D... | https://github.com/elastic/elasticsearch/issues/100356 | https://github.com/elastic/elasticsearch/pull/100370 | 8d654d0cfd5a2f1389786d94accdef3f276e6db2 | 44068cbdc25d657c319a987aee064a2492ea56d3 | 2023-10-05T17:40:03Z | java | 2023-10-06T18:50:54Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,350 | ["docs/changelog/100354.yaml", "server/src/internalClusterTest/java/org/elasticsearch/search/ccs/CrossClusterSearchIT.java", "server/src/main/java/org/elasticsearch/action/search/TransportSearchAction.java", "x-pack/plugin/async-search/src/internalClusterTest/java/org/elasticsearch/xpack/search/CrossClusterAsyncSearchI... | Cross-cluster search with minimize_roundtrips=true reports clusters with no shards to search as failed or skipped | ### Elasticsearch Version
8.10
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
Darwin michaels-mbp.lan 22.6.0 Darwin Kernel Version 22.6.0: Fri Sep 15 13:41:28 PDT 2023; root:xnu-8796.141.3.700.8~1/RELEASE_ARM64_T6000 arm64
### Problem Description
Cross cluster searches done with ... | https://github.com/elastic/elasticsearch/issues/100350 | https://github.com/elastic/elasticsearch/pull/100354 | 8b9d413ff5aa21d94107fd69462353abd36d3332 | a708501fd501e7f765d721b43973c43e4ae06c71 | 2023-10-05T16:04:46Z | java | 2023-10-06T17:37:55Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,276 | ["qa/mixed-cluster/build.gradle"] | [CI] MixedClusterClientYamlTestSuiteIT test {p0=cluster.desired_nodes/20_dry_run/Test validation works for dry run updates} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/bvulovon4275g/tests/:qa:mixed-cluster:v8.5.3%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=cluster.desired_nodes%2F20_dry_run%2FTest%20validation%20works%20for%20dry%20run%20updates%7D
**Reproduction line:**
```
./gra... | https://github.com/elastic/elasticsearch/issues/100276 | https://github.com/elastic/elasticsearch/pull/100682 | 5f5f9794bb8f1084ed0aceb36b15b189aeab0384 | e5281bfb85f91556057444b1e833a788496a9ba6 | 2023-10-04T13:57:39Z | java | 2023-10-13T13:30:37Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,262 | ["x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/AggregationOperator.java"] | [CI] AggregationOperatorTests testSimpleWithCranky failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/gqq3hr6z2lnvc/tests/:x-pack:plugin:esql:compute:test/org.elasticsearch.compute.operator.AggregationOperatorTests/testSimpleWithCranky
**Reproduction line:**
```
./gradlew ':x-pack:plugin:esql:compute:test' --tests "org.elasticsearch.compute.operator.AggregationOper... | https://github.com/elastic/elasticsearch/issues/100262 | https://github.com/elastic/elasticsearch/pull/100277 | acba9b1f3fa1879ed051fbb996fe585a9357c8ca | 39c04d295270d0b84cdba4d7d770b877c43adfdf | 2023-10-04T11:52:12Z | java | 2023-10-04T14:46:07Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,174 | ["docs/changelog/100238.yaml", "x-pack/plugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql/CsvTestUtils.java", "x-pack/plugin/esql/qa/testFixtures/src/main/resources/rename.csv-spec", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/optimizer/LogicalPlanOptimizer.java", "x-pack/plugin/e... | ESQL: Remove aliasing inside Eval | ### Description
Evals that introduce aliased can be simplified by extracting them into a project (and thus signaling there's no underlying processing).
The following eval:
`eval x = a + 1, y = x, z = y + 1, y = z, w = y + 1`
can be converted into:
`eval x = a + 1, z = a + 1 + 1, w = a + 1 + 1 | project x, z, z a... | https://github.com/elastic/elasticsearch/issues/100174 | https://github.com/elastic/elasticsearch/pull/100238 | 7864b923118128e56fd4825a4c1b4158a280365c | ad0a26687caf2299748a0b4362c330ac915a7b7e | 2023-10-03T05:43:36Z | java | 2023-10-05T16:48:39Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,145 | ["x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/exchange/ExchangeBuffer.java", "x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/operator/ForkingOperatorTestCase.java"] | ESQL: fix ForkingOperatorTestCase.testManyInitialManyPartialFinalRunne | This test fails intermittently, run with @Repeat
The new MockBlockFactory finds that a block has not been released. The test deliberately throws exceptions in driver operators, to ensure that things are handled correctly. It's likely that the we're missing a catch or something in Driver. Or maybe the
MockBlockFact... | https://github.com/elastic/elasticsearch/issues/100145 | https://github.com/elastic/elasticsearch/pull/100259 | 7a9aadb82f48bb35de2678b41b91bbaf8cac32b5 | 265c16744b68f5ab136f048f0ec046e9df0f402a | 2023-10-02T15:43:05Z | java | 2023-10-04T18:44:41Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,144 | ["docs/changelog/100351.yaml", "x-pack/plugin/eql/qa/rest/src/yamlRestTest/resources/rest-api-spec/test/eql/40_tsdb.yml", "x-pack/plugin/esql/qa/server/single-node/src/yamlRestTest/resources/rest-api-spec/test/40_tsdb.yml", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/enrich/EnrichPolicyResolver.java"... | ESQL: using time-series index and non-time-series index results in wrong typed counter field | ### Description
Two indices:
**test1**
```
{
"settings": {
"routing_path": "event.dataset",
"index": {
"mode": "time_series"
}
},
"mappings": {
"properties": {
"@timestamp": {
"type": "date"
},
... | https://github.com/elastic/elasticsearch/issues/100144 | https://github.com/elastic/elasticsearch/pull/100351 | 3c12c31f3bfb427f73b8ab53727acd4b7fdd9a10 | a5a7c0e8fd2e819c3cbefa66fa537efdace474cc | 2023-10-02T15:36:53Z | java | 2023-10-06T14:09:49Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,142 | ["x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/EsqlActionIT.java", "x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/EsqlActionRuntimeFieldIT.java", "x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/ManyShardsIT... | ESQL: org.elasticsearch.xpack.esql.action.ManyShardsIT.testConcurrentQueries failing | REPRODUCE WITH: ./gradlew 'null' --tests "org.elasticsearch.xpack.esql.action.ManyShardsIT.testConcurrentQueries" -Dtests.seed=9AD8895DAA31433E -Dtests.locale=pl -Dtests.timezone=Asia/Dubai -Druntime.java=19
java.lang.AssertionError: Request breaker not reset to 0 on node: node_s0
Expected: <0L>
but: was <192... | https://github.com/elastic/elasticsearch/issues/100142 | https://github.com/elastic/elasticsearch/pull/100176 | bdb1ae5ad1be435920f1a980633066ee6711475f | af65bb9de8b0714e7540a7edfccf5a51d6c61c28 | 2023-10-02T14:38:27Z | java | 2023-10-03T07:51:20Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,141 | ["x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/OrdinalsGroupingOperator.java", "x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/OperatorTests.java"] | ESQL: Update OrdinalsGroupingOperator to close inbound pages | HashGroupingOperator has been updated to close inbound pages. Ordinals needs to do similar. | https://github.com/elastic/elasticsearch/issues/100141 | https://github.com/elastic/elasticsearch/pull/100228 | 3f045a92750df0c2bfdabccae760f1549bda5571 | ce9c0be39a273002edc8f361108b3ddb89f81ac0 | 2023-10-02T14:36:31Z | java | 2023-10-03T20:38:55Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,127 | ["x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/lucene/LuceneCountOperator.java", "x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/lucene/LuceneOperator.java", "x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/lucene/LuceneCountOperatorTests.java", "x-pack/plugi... | [CI] EsqlActionIT testShowFunctions failing | Looks like a leaked `Exchange`?
**Build scan:**
https://gradle-enterprise.elastic.co/s/mmrtyhckobkwo/tests/:x-pack:plugin:esql:internalClusterTest/org.elasticsearch.xpack.esql.action.EsqlActionIT/testShowFunctions
**Reproduction line:**
```
./gradlew ':x-pack:plugin:esql:internalClusterTest' --tests "org.elasticsearc... | https://github.com/elastic/elasticsearch/issues/100127 | https://github.com/elastic/elasticsearch/pull/100153 | cbe3083aa4f33049cecdc53db9ae9fc396134657 | e2321dde37f0b0f622f5a8c43a4c227d783311d2 | 2023-10-02T08:36:21Z | java | 2023-10-03T00:52:25Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,124 | ["x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/lucene/LuceneCountOperator.java"] | LuceneCountOperator should implement `void collect(DocIdStream stream)` | ### Description
Lucene 9.8 introduces the new `void LeafCollector#collect(DocIdStream stream)` API. We should take advantage of it in `LuceneCountOperator` by incrementing the count by `stream.count()`. | https://github.com/elastic/elasticsearch/issues/100124 | https://github.com/elastic/elasticsearch/pull/100300 | 8f591b24e6f312a101074f3010f0696836af67ce | ec76b83d69601563a2943e2a9f495957c019216d | 2023-10-02T07:26:37Z | java | 2023-10-04T22:16:57Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,123 | ["modules/data-streams/src/yamlRestTest/resources/rest-api-spec/test/data_stream/10_basic.yml"] | [CI] DataStreamsClientYamlTestSuiteIT test {p0=data_stream/10_basic/Get data stream api check existence of allow_custom_routing field} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/qqyc4g35drjm2/tests/:modules:data-streams:yamlRestTest/org.elasticsearch.datastreams.DataStreamsClientYamlTestSuiteIT/test%20%7Bp0=data_stream%2F10_basic%2FGet%20data%20stream%20api%20check%20existence%20of%20allow_custom_routing%20field%7D
**Reproduction line:**
... | https://github.com/elastic/elasticsearch/issues/100123 | https://github.com/elastic/elasticsearch/pull/100161 | 57a067c08a37739ccf360ad4ec19063aca920ee0 | 80dfe6bebd11a816a0805da93494282507746c2e | 2023-10-02T06:53:44Z | java | 2023-10-03T14:08:15Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,120 | ["server/src/main/java/org/elasticsearch/action/search/AbstractSearchAsyncAction.java", "server/src/test/java/org/elasticsearch/action/search/SearchQueryThenFetchAsyncActionTests.java"] | AbstractSearchAsyncAction captures cluster state unnecessarily | `org.elasticsearch.action.search.AbstractSearchAsyncAction#clusterState` is almost entirely unused, except for one trace log message and one call to `org.elasticsearch.cluster.ClusterState#getMinTransportVersion`. If the cluster state is changing quickly while searches are starting then these captured cluster states ca... | https://github.com/elastic/elasticsearch/issues/100120 | https://github.com/elastic/elasticsearch/pull/100901 | a60a7890d02ed29ef35b3a94be3d4d2c3382a498 | 31736fc7545ee94c3b1ebf379e78a14d667f8a92 | 2023-10-01T08:20:17Z | java | 2023-10-16T12:20:38Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,116 | ["x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/operator/CannedSourceOperator.java"] | [CI] TopNOperatorTests testSimpleSmallInput failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/mex3fmuu2orxu/tests/:x-pack:plugin:esql:compute:test/org.elasticsearch.compute.operator.topn.TopNOperatorTests/testSimpleSmallInput
**Reproduction line:**
```
./gradlew ':x-pack:plugin:esql:compute:test' --tests "org.elasticsearch.compute.operator.topn.TopNOperato... | https://github.com/elastic/elasticsearch/issues/100116 | https://github.com/elastic/elasticsearch/pull/100121 | dbb8b7d1b9493dbc77c2991bcd1f19aef3c97b8a | 63ed401c1e246af77f2e80aaa11004a49370dd10 | 2023-09-30T19:02:09Z | java | 2023-10-01T21:23:01Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,109 | ["x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/lucene/BlockOrdinalsReader.java", "x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/OrdinalsGroupingOperator.java", "x-pack/plugin/esql/qa/testFixtures/src/main/resources/stats.csv-spec", "x-pack/plugin/esql/src/internalClus... | ESQL: grouping by just a keyword ignores null values | ### Description
Not sure if it's a regression or not but when grouping by just one keyword field, the null group is not returned:
```
from employees | stats by gender | sort gender
```
should return [F, M, null] yet only [F, M] are.
It looks like the hashing function (whether ordinal or not) ends up dropping n... | https://github.com/elastic/elasticsearch/issues/100109 | https://github.com/elastic/elasticsearch/pull/100117 | f883dd98566c1f8ffa34779c9949eaeb27596014 | c6f461661f208dde5caff1135c422e903b4b221c | 2023-09-30T06:33:38Z | java | 2023-10-01T15:34:32Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,069 | ["x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/operator/CannedSourceOperator.java"] | [CI] PercentileIntGroupingAggregatorFunctionTests testInitialFinal failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/p2dptwrhfvnpk/tests/:x-pack:plugin:esql:compute:test/org.elasticsearch.compute.aggregation.PercentileIntGroupingAggregatorFunctionTests/testInitialFinal
**Reproduction line:**
```
./gradlew ':x-pack:plugin:esql:compute:test' --tests "org.elasticsearch.compute.aggr... | https://github.com/elastic/elasticsearch/issues/100069 | https://github.com/elastic/elasticsearch/pull/100089 | ab33eb0bdce16259453f737aac847f4df9d9f46c | 5556860f16ab41d8852b7573aa6610492078ab16 | 2023-09-29T14:50:48Z | java | 2023-09-29T21:08:57Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,060 | ["x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/operator/CannedSourceOperator.java"] | [CI] PercentileIntAggregatorFunctionTests testManyInitialFinal failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/v5ypdyv6pkolu/tests/:x-pack:plugin:esql:compute:test/org.elasticsearch.compute.aggregation.PercentileIntAggregatorFunctionTests/testManyInitialFinal
**Reproduction line:**
```
./gradlew ':x-pack:plugin:esql:compute:test' --tests "org.elasticsearch.compute.aggregat... | https://github.com/elastic/elasticsearch/issues/100060 | https://github.com/elastic/elasticsearch/pull/100089 | ab33eb0bdce16259453f737aac847f4df9d9f46c | 5556860f16ab41d8852b7573aa6610492078ab16 | 2023-09-29T13:05:43Z | java | 2023-09-29T21:08:57Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,049 | ["docs/changelog/100645.yaml", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis/Verifier.java", "x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/VerifierTests.java"] | ESQL: WHERE should gracefully handle non-boolean statements | ### Description
A query like `from employees | where true` is perfectly valid. So is `from employees | where still_hired`. In other words, a simple boolean expression is accepted, even if that expression is a field. For fields `where [field_name]` is the short version of `where [field_name] == true`.
But, for field... | https://github.com/elastic/elasticsearch/issues/100049 | https://github.com/elastic/elasticsearch/pull/100645 | c3b49c56c554690252e71d8376016393a5c6698b | 939de19eab594debacf7544512d1e9cd467da834 | 2023-09-29T09:43:44Z | java | 2023-10-11T01:25:46Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,048 | ["docs/changelog/100656.yaml", "x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/lucene/ValueSources.java", "x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/topn/DefaultSortableTopNEncoder.java", "x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/t... | [ES|QL] Sort returns a bug when the table has unsupportef fields | ### Elasticsearch Version
main
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
Darwin
### Problem Description
Sorting fails sometimes with the error
```
No TopN sorting encoder for type UNSUPPORTED
```
### Steps to Reproduce
Playing with ES|QL I tried to run the following... | https://github.com/elastic/elasticsearch/issues/100048 | https://github.com/elastic/elasticsearch/pull/100656 | 616960c2cf4bf7179499f729d208111493213085 | 29e3d2829b365e011346271ceaa7d5f2746318fe | 2023-09-29T09:24:01Z | java | 2023-10-11T08:48:04Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 100,003 | ["rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search.vectors/90_sparse_vector.yml", "server/src/main/java/org/elasticsearch/index/mapper/vectors/SparseVectorFieldMapper.java"] | [CI] MixedClusterClientYamlTestSuiteIT test {p0=search.vectors/90_sparse_vector/Sparse vector in 7.x} failing | It seems that `sparse_vector` existed in 7.x - see https://github.com/elastic/elasticsearch/pull/48315 - so the test needs to take account of this.
**Build scan:**
https://gradle-enterprise.elastic.co/s/zvmy25dvf5z6e/tests/:qa:mixed-cluster:v7.17.14%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYaml... | https://github.com/elastic/elasticsearch/issues/100003 | https://github.com/elastic/elasticsearch/pull/100030 | 7012584a197a9ef9421a71466f283544803b3201 | 24353a9e7ce8c3aac71a1391e3c4f2214b071450 | 2023-09-28T09:08:07Z | java | 2023-10-06T11:54:59Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,998 | ["x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/aggregation/blockhash/PackedValuesBlockHash.java", "x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/BatchEncoder.java", "x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/MultivalueDedupe.java", "x... | ESQL: Multi terms stats performance regression | ### Description

The execution time of grouping stats by multiple keywords has increased: 1.2 to 1.6 seconds (with doc_partitioning), 4.3 to 6.7 seconds (with shard_partitioning). The equivalent query with the _searc... | https://github.com/elastic/elasticsearch/issues/99998 | https://github.com/elastic/elasticsearch/pull/100043 | 675c2c80fe7eed3124432837907c33a6380ccfb0 | d7a98e6f0edf101d2d7cd6c6c8fcd96617ec9970 | 2023-09-28T08:14:25Z | java | 2023-09-29T17:40:48Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,983 | ["docs/changelog/99984.yaml", "x-pack/plugin/core/template-resources/src/main/resources/fleet-actions-results-ilm-policy.json", "x-pack/plugin/core/template-resources/src/main/resources/fleet-file-fromhost-data-ilm-policy.json", "x-pack/plugin/core/template-resources/src/main/resources/fleet-file-fromhost-meta-ilm-poli... | Switch fleet's built-in ILM policies to use .actions.rollover.max_primary_shard_size | ### Description
In the Kibana UI, when looking at ILM policies related to fleet, I see warnings:
**Maximum index size is deprecated and will be removed in a future version. Use maximum primary shard size instead.**
To avoid confusion for the end-user, I recommend that the same changes which were done in elasti... | https://github.com/elastic/elasticsearch/issues/99983 | https://github.com/elastic/elasticsearch/pull/99984 | 8c0ae384724931f440eaf82c0619468bbf064492 | 06e71272834d0598afe25680ff06eb6252af761b | 2023-09-27T20:03:45Z | java | 2023-10-07T12:06:54Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,972 | ["distribution/packages/build.gradle"] | [CI] DebMetadataTests test05CheckLintian failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/4d35xg7hj7i7m/tests/:qa:os:destructiveDistroTest.default-deb/org.elasticsearch.packaging.test.DebMetadataTests/test05CheckLintian
**Reproduction line:**
```
null
```
**Applicable branches:**
main
**Reproduces locally?:**
Didn't try
**Failure history:**
https://... | https://github.com/elastic/elasticsearch/issues/99972 | https://github.com/elastic/elasticsearch/pull/100063 | b979251a608637e664d73badbab1bcd471ee6060 | 8fd2a49321bac2e9688c8c9d1984ceeee9228204 | 2023-09-27T16:02:04Z | java | 2023-09-29T15:48:34Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,953 | ["x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/slm/SnapshotRetentionConfiguration.java", "x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/slm/SnapshotRetentionConfigurationTests.java", "x-pack/plugin/slm/src/main/java/org/elasticsearch/xpack/slm/SnapshotRetentionTask.java"] | Reduce the number of objects allocated by SLM when listing the snapshots to retain | The SLM retention clean up task `SnapshotRetentionTask` lists all snapshots in order to identify the snapshots to retain and the snapshots to delete. While doing so it retrieves the full snapshot information, including shard snapshot details and shard snapshot failures, to later only use snapshot metadata and snapshot... | https://github.com/elastic/elasticsearch/issues/99953 | https://github.com/elastic/elasticsearch/pull/100053 | 98b9e819eefa30d37956e0ee609453723a9b1d08 | 567ab3a29996dc31d3c8039a74309346f72669d8 | 2023-09-27T13:00:31Z | java | 2023-09-29T11:09:17Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,945 | ["x-pack/plugin/transform/src/main/java/org/elasticsearch/xpack/transform/action/TransportGetTransformStatsAction.java"] | [CI] UpgradeClusterClientYamlTestSuiteIT test {p0=mixed_cluster/80_transform_jobs_crud/Test GET, stop, start, old continuous transforms} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/orvhz7akhs7mo/tests/:x-pack:qa:rolling-upgrade:v7.17.14%23oneThirdUpgradedTest/org.elasticsearch.upgrades.UpgradeClusterClientYamlTestSuiteIT/test%20%7Bp0=mixed_cluster%2F80_transform_jobs_crud%2FTest%20GET,%20stop,%20start,%20old%20continuous%20transforms%7D
**Re... | https://github.com/elastic/elasticsearch/issues/99945 | https://github.com/elastic/elasticsearch/pull/99948 | 191f65fa68303278f10c56e2e996522b25a00998 | 9ea5250c0cb2b3c98aff56a6b9cea4af2422446b | 2023-09-27T10:00:14Z | java | 2023-09-27T12:06:51Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,913 | ["modules/data-streams/src/yamlRestTest/resources/rest-api-spec/test/data_stream/10_basic.yml", "modules/data-streams/src/yamlRestTest/resources/rest-api-spec/test/data_stream/80_resolve_index_data_streams.yml"] | [CI] DataStreamsClientYamlTestSuiteIT test {p0=data_stream/10_basic/Create hidden data stream} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/3hxy6xh6xnugm/tests/:modules:data-streams:yamlRestTest/org.elasticsearch.datastreams.DataStreamsClientYamlTestSuiteIT/test%20%7Bp0=data_stream%2F10_basic%2FCreate%20hidden%20data%20stream%7D
**Reproduction line:**
```
./gradlew ':modules:data-streams:yamlRestTest'... | https://github.com/elastic/elasticsearch/issues/99913 | https://github.com/elastic/elasticsearch/pull/99932 | c3f164a863870a91faeb85d4ff34116d4ed2cb89 | 09f999c05511c3ef963917283b25a547bc15a38e | 2023-09-26T12:52:33Z | java | 2023-09-26T22:02:54Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,911 | ["modules/data-streams/src/javaRestTest/java/org/elasticsearch/datastreams/EcsLogsDataStreamIT.java", "modules/data-streams/src/javaRestTest/java/org/elasticsearch/datastreams/LogsDataStreamIT.java", "modules/data-streams/src/javaRestTest/resources/ecs-logs/es-agent-ecs-log.json", "modules/data-streams/src/yamlRestTest... | [CI] DataStreamsClientYamlTestSuiteIT test {p0=data_stream/230_logs_message_pipeline/Test log message JSON-parsing pipeline} failing | Test failure reproduces with and without the given seed.
**Build scan:**
https://gradle-enterprise.elastic.co/s/q33oogup7v354/tests/:modules:data-streams:yamlRestTest/org.elasticsearch.datastreams.DataStreamsClientYamlTestSuiteIT/test%20%7Bp0=data_stream%2F230_logs_message_pipeline%2FTest%20log%20message%20JSON-parsin... | https://github.com/elastic/elasticsearch/issues/99911 | https://github.com/elastic/elasticsearch/pull/100407 | c4e55ab14c9335c0fff343e94895fa0447e663d9 | 5dc7cccf1368061d27689f0335d3cfa17ab1f57c | 2023-09-26T12:25:16Z | java | 2023-10-11T09:00:52Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,889 | ["modules/data-streams/src/yamlRestTest/resources/rest-api-spec/test/data_stream/10_basic.yml", "modules/data-streams/src/yamlRestTest/resources/rest-api-spec/test/data_stream/80_resolve_index_data_streams.yml"] | [CI] DataStreamsClientYamlTestSuiteIT test {p0=data_stream/80_resolve_index_data_streams/Resolve index with hidden and closed indices} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/nrsdmwbolsgjq/tests/:modules:data-streams:yamlRestTest/org.elasticsearch.datastreams.DataStreamsClientYamlTestSuiteIT/test%20%7Bp0=data_stream%2F80_resolve_index_data_streams%2FResolve%20index%20with%20hidden%20and%20closed%20indices%7D
**Reproduction line:**
```
... | https://github.com/elastic/elasticsearch/issues/99889 | https://github.com/elastic/elasticsearch/pull/99932 | c3f164a863870a91faeb85d4ff34116d4ed2cb89 | 09f999c05511c3ef963917283b25a547bc15a38e | 2023-09-25T22:03:42Z | java | 2023-09-26T22:02:54Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,872 | ["docs/changelog/102456.yaml", "modules/data-streams/src/javaRestTest/java/org/elasticsearch/datastreams/LogsDataStreamIT.java", "test/framework/src/main/java/org/elasticsearch/test/rest/ESRestTestCase.java", "x-pack/plugin/core/template-resources/src/main/resources/logs@settings.json"] | [Logs] Switch default logs templates to use `default_field[*]` | In Elasticsearch, currently for the `logs-*-*` index template, `default_field: ["message"]` is used. This issue is to discuss the removal of [this setting](https://github.com/elastic/elasticsearch/blob/main/x-pack/plugin/core/template-resources/src/main/resources/logs-settings.json#L10) which means falling back to the ... | https://github.com/elastic/elasticsearch/issues/99872 | https://github.com/elastic/elasticsearch/pull/102456 | 905449200914e40ec904fd51d032eb5ec62948fb | 038a852dbecdf045c826ca0784a62762ebe8dc3d | 2023-09-25T12:41:52Z | java | 2023-11-29T15:33:28Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,820 | ["docs/changelog/99912.yaml", "docs/reference/mapping/types/histogram.asciidoc", "server/src/main/java/org/elasticsearch/TransportVersions.java", "server/src/main/java/org/elasticsearch/index/fielddata/HistogramValue.java", "x-pack/plugin/analytics/src/main/java/org/elasticsearch/xpack/analytics/aggregations/bucket/his... | Histogram field type is not compatible with the prometheus histograms | Prometheus histograms are transformed to the Elasticsearch histograms using [`PromHistogramToES`](https://github.com/elastic/beats/blob/main/x-pack/metricbeat/module/prometheus/collector/histogram.go#L30)
`counts` array is composed by undoing counters accumulation for each bucket.
But anyway there still might ha... | https://github.com/elastic/elasticsearch/issues/99820 | https://github.com/elastic/elasticsearch/pull/99912 | fd65b6193b1463fcca24aa8e492c827e83937c1d | 98b9e819eefa30d37956e0ee609453723a9b1d08 | 2023-09-22T15:14:57Z | java | 2023-09-29T09:30:55Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,807 | ["x-pack/plugin/esql/qa/server/single-node/build.gradle", "x-pack/plugin/esql/qa/server/single-node/src/yamlRestTest/resources/rest-api-spec/test/61_enrich_ip.yml"] | org.elasticsearch.xpack.esql.qa.single_node.EsqlClientYamlIT test {p0=/61_enrich_ip/IP strings} fails | ### CI Link
https://gradle-enterprise.elastic.co/s/aokqdwvbv5hd6/tests/task/:x-pack:plugin:esql:qa:server:single-node:yamlRestTest/details/org.elasticsearch.xpack.esql.qa.single_node.EsqlClientYamlIT/test%20%7Bp0=%2F61_enrich_ip%2FIP%20strings%7D?top-execution=1
### Repro line
./gradlew ':x-pack:plugin:esql:qa... | https://github.com/elastic/elasticsearch/issues/99807 | https://github.com/elastic/elasticsearch/pull/100863 | e26ad8f9d21700b79850fdbf188310224501f0c2 | cf8a6be77f959700367a262b3d9f181e6ae582cb | 2023-09-22T11:45:07Z | java | 2023-10-16T19:50:32Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,802 | ["docs/changelog/99818.yaml", "server/src/main/java/org/elasticsearch/common/lucene/BytesRefs.java", "server/src/main/java/org/elasticsearch/index/query/AbstractQueryBuilder.java", "server/src/test/java/org/elasticsearch/index/query/AbstractQueryBuilderTests.java", "server/src/test/java/org/elasticsearch/index/query/Te... | Limit term query values to IndexWriter.MAX_TERM_LENGTH | ### Description
There is a hard limit on the size of terms that can be indexed in lucene. However, we don't check this at query time, which can lead to memory issues if the term query in question is case insensitive. Very long terms are normally a sign of user error, so we should check up-front the length of the inp... | https://github.com/elastic/elasticsearch/issues/99802 | https://github.com/elastic/elasticsearch/pull/99818 | b3b0f374929e424c9402d1e111e45830937f6d20 | a5fa195c10eaa05aee2c20a0293d3a9010f32003 | 2023-09-22T09:48:36Z | java | 2023-09-25T09:31:59Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,794 | ["rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.get_index_template/10_basic.yml", "rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.simulate_index_template/10_basic.yml", "rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.simulate_template/10_basic.yml", "x-pac... | [CI] MixedClusterClientYamlTestSuiteIT test {p0=indices.get_index_template/10_basic/Add data stream lifecycle} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/hq62uywuefd5a/tests/:qa:mixed-cluster:v8.10.0%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=indices.get_index_template%2F10_basic%2FAdd%20data%20stream%20lifecycle%7D
**Reproduction line:**
```
./gradlew ':qa:mixed-c... | https://github.com/elastic/elasticsearch/issues/99794 | https://github.com/elastic/elasticsearch/pull/99795 | 571cebc4155d4e20fdc3889b782258d9826fd8ef | dc8d84d2d53660923a27afea33d6f0779ccdc634 | 2023-09-22T06:44:04Z | java | 2023-09-22T07:51:24Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,793 | ["rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.get_index_template/10_basic.yml", "rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.simulate_index_template/10_basic.yml", "rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.simulate_template/10_basic.yml", "x-pac... | [CI] MixedClusterClientYamlTestSuiteIT test {p0=indices.get_index_template/10_basic/Reject data stream lifecycle without data stream configuration} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/hq62uywuefd5a/tests/:qa:mixed-cluster:v8.10.0%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=indices.get_index_template%2F10_basic%2FReject%20data%20stream%20lifecycle%20without%20data%20stream%20configuration%7D
**Re... | https://github.com/elastic/elasticsearch/issues/99793 | https://github.com/elastic/elasticsearch/pull/99795 | 571cebc4155d4e20fdc3889b782258d9826fd8ef | dc8d84d2d53660923a27afea33d6f0779ccdc634 | 2023-09-22T06:43:38Z | java | 2023-09-22T07:51:24Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,784 | ["server/src/main/java/org/elasticsearch/action/ActionModule.java", "server/src/main/java/org/elasticsearch/action/support/MappedActionFilter.java", "server/src/main/java/org/elasticsearch/action/support/MappedActionFilters.java", "server/src/test/java/org/elasticsearch/action/support/MappedActionFiltersTests.java"] | `ApiFilteringActionFilter` does a (recursive) linear search for actions to filter | Seen in an exception stack trace: we are wrapping `ApiFilteringActionFilter` around itself many times, once per filtered action, so effectively every action is doing a linear scan of the filtered actions, implemented recursively. I'm pretty sure a hashmap would be more efficient, and would avoid inflating the stack so ... | https://github.com/elastic/elasticsearch/issues/99784 | https://github.com/elastic/elasticsearch/pull/99833 | 80dfe6bebd11a816a0805da93494282507746c2e | 1738ffc87fe54b5f5670150985370a3c08f38150 | 2023-09-21T20:18:43Z | java | 2023-10-03T15:46:13Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,782 | ["x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/AggregationOperator.java", "x-pack/plugin/esql/compute/src/main/java/org/elasticsearch/compute/operator/ProjectOperator.java", "x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/operator/ProjectOperatorTests.java", "x-pack/pl... | ESQL: KEEP after STATS trips assertion error | ### Elasticsearch Version
main
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
all
### Problem Description
Do this
### Steps to Reproduce
```
rm /tmp/evil
for a in {0..9}; do
for b in {0..9}; do
echo '{"index": {}}' >> /tmp/evil
echo '{"a": '$a', "b": '$b'}' ... | https://github.com/elastic/elasticsearch/issues/99782 | https://github.com/elastic/elasticsearch/pull/99936 | fe02cf0b2bb2ba9dcab89ee724c4a5481fa20ac4 | 7fdba1a28322662ceb0dec4fe5337610cfe79d06 | 2023-09-21T19:28:40Z | java | 2023-09-27T17:31:58Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,781 | ["docs/changelog/99868.yaml", "server/src/main/java/org/elasticsearch/common/xcontent/support/XContentMapValues.java", "server/src/test/java/org/elasticsearch/common/xcontent/support/XContentMapValuesTests.java", "server/src/test/java/org/elasticsearch/search/fetch/subphase/FieldFetcherTests.java"] | fields option not returning values with an array of objects | ### Elasticsearch Version
main
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
21.6.0 Darwin Kernel Version 21.6.0: Thu Jul 6 22:18:26 PDT 2023; root:xnu-8020.240.18.702.13~1/RELEASE_X86_64 x86_64
### Problem Description
fields option is not returning values wit... | https://github.com/elastic/elasticsearch/issues/99781 | https://github.com/elastic/elasticsearch/pull/99868 | 8582e53ef0daac8d4e625706c6b067bd8342c2e6 | cc42ff62b30b266dd715ae6ab203b790dfc8fe23 | 2023-09-21T18:16:17Z | java | 2023-09-26T15:51:51Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,779 | ["rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.get_index_template/10_basic.yml", "rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.simulate_index_template/10_basic.yml", "rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.simulate_template/10_basic.yml", "x-pac... | [CI] MixedClusterClientYamlTestSuiteIT test {p0=indices.simulate_index_template/10_basic/Simulate index template with lifecycle and include defaults} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/w3ejh7hsaq7hk/tests/:qa:mixed-cluster:v8.10.0%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=indices.simulate_index_template%2F10_basic%2FSimulate%20index%20template%20with%20lifecycle%20and%20include%20defaults%7D
**... | https://github.com/elastic/elasticsearch/issues/99779 | https://github.com/elastic/elasticsearch/pull/99795 | 571cebc4155d4e20fdc3889b782258d9826fd8ef | dc8d84d2d53660923a27afea33d6f0779ccdc634 | 2023-09-21T17:35:00Z | java | 2023-09-22T07:51:24Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,776 | ["docs/changelog/99814.yaml", "server/src/main/java/org/elasticsearch/search/aggregations/metrics/GlobalOrdCardinalityAggregator.java", "x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/constant_keyword/10_basic.yml"] | Cardinality agg on `constant_keyword` fields returning zero in 8.9+ | ### Elasticsearch Version
8.9.0+
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
all
### Problem Description
Beginning in 8.9.0, observing cardinality aggs returning zero against `constant_keyword` mapped fields.
### Steps to Reproduce
Performed simple setup of an index with `co... | https://github.com/elastic/elasticsearch/issues/99776 | https://github.com/elastic/elasticsearch/pull/99814 | 58268ed2c87fb086a46a670591d559ce2072191d | 923a9442141552d0896cbb7e42b4202b1da8eec6 | 2023-09-21T16:47:02Z | java | 2023-09-25T10:14:56Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,774 | ["modules/aggregations/src/yamlRestTest/resources/rest-api-spec/test/aggregations/terms.yml"] | [CI] MixedClusterClientYamlTestSuiteIT test {p0=aggregations/terms/Global ordinals are loaded with the global_ordinals execution hint} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/6gbvbxlef5oq2/tests/:qa:mixed-cluster:v8.2.0%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=aggregations%2Fterms%2FGlobal%20ordinals%20are%20loaded%20with%20the%20global_ordinals%20execution%20hint%7D
**Reproduction l... | https://github.com/elastic/elasticsearch/issues/99774 | https://github.com/elastic/elasticsearch/pull/100756 | e2c1e0fdf3015573b992df3349c15653d4e433cf | a9562a1e738e25e64e9a1ab0d175e5a7311d2439 | 2023-09-21T16:32:12Z | java | 2023-10-13T06:18:00Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,772 | ["rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.get_index_template/10_basic.yml", "rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.simulate_index_template/10_basic.yml", "rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.simulate_template/10_basic.yml", "x-pac... | [CI] MixedClusterClientYamlTestSuiteIT test {p0=indices.get_index_template/10_basic/Get data stream lifecycle with default rollover} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/reps7enlap2do/tests/:qa:mixed-cluster:v8.10.1%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=indices.get_index_template%2F10_basic%2FGet%20data%20stream%20lifecycle%20with%20default%20rollover%7D
**Reproduction line:*... | https://github.com/elastic/elasticsearch/issues/99772 | https://github.com/elastic/elasticsearch/pull/99795 | 571cebc4155d4e20fdc3889b782258d9826fd8ef | dc8d84d2d53660923a27afea33d6f0779ccdc634 | 2023-09-21T16:29:31Z | java | 2023-09-22T07:51:24Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,767 | ["rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.get_index_template/10_basic.yml", "rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.simulate_index_template/10_basic.yml", "rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/indices.simulate_template/10_basic.yml", "x-pac... | [CI] MixedClusterClientYamlTestSuiteIT test {p0=indices.simulate_template/10_basic/Simulate template with lifecycle and include defaults} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/reps7enlap2do/tests/:qa:mixed-cluster:v8.10.1%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=indices.simulate_template%2F10_basic%2FSimulate%20template%20with%20lifecycle%20and%20include%20defaults%7D
**Reproduction l... | https://github.com/elastic/elasticsearch/issues/99767 | https://github.com/elastic/elasticsearch/pull/99795 | 571cebc4155d4e20fdc3889b782258d9826fd8ef | dc8d84d2d53660923a27afea33d6f0779ccdc634 | 2023-09-21T15:17:44Z | java | 2023-09-22T07:51:24Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,764 | ["modules/data-streams/src/javaRestTest/java/org/elasticsearch/datastreams/LogsDataStreamIT.java", "modules/data-streams/src/yamlRestTest/resources/rest-api-spec/test/data_stream/220_logs_default_pipeline.yml"] | [CI] DataStreamsClientYamlTestSuiteIT test {p0=data_stream/220_logs_default_pipeline/Test default logs-*-* pipeline} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/zsn6ozdyyhjwm/tests/:modules:data-streams:yamlRestTest/org.elasticsearch.datastreams.DataStreamsClientYamlTestSuiteIT/test%20%7Bp0=data_stream%2F220_logs_default_pipeline%2FTest%20default%20logs-*-*%20pipeline%7D
**Reproduction line:**
```
./gradlew ':modules:data... | https://github.com/elastic/elasticsearch/issues/99764 | https://github.com/elastic/elasticsearch/pull/100014 | 35416c8e227fd87908b65727039b952bb106ba9d | b0ee645cd4cab4c8152ee46343eb966d43912e3f | 2023-09-21T15:02:51Z | java | 2023-10-05T07:54:51Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,751 | ["docs/changelog/99827.yaml", "x-pack/plugin/esql/qa/testFixtures/src/main/resources/stats_count_distinct.csv-spec", "x-pack/plugin/esql/qa/testFixtures/src/main/resources/stats_percentile.csv-spec", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis/Verifier.java", "x-pack/plugin/esql/src/main/jav... | ESQL: NPE when aggregating on literals | ### Elasticsearch Version
main@b6747b48ba0901a530ba51375e3576fdb8df8527
### Installed Plugins
_No response_
### Java Version
openjdk version "17.0.8" 2023-07-18
### OS Version
Ubuntu 23.04
### Problem Description
`row a = 1 | stats max(1) by a` (or some other agg) results in:
```
Caused by:... | https://github.com/elastic/elasticsearch/issues/99751 | https://github.com/elastic/elasticsearch/pull/99827 | f2dfbfe8c45140ac79e039f40186311625d6c086 | 3c12c31f3bfb427f73b8ab53727acd4b7fdd9a10 | 2023-09-21T12:29:56Z | java | 2023-10-06T13:46:30Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,749 | ["x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/TextExpansionQueryIT.java", "x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/text_expansion_search_rank_features.yml", "x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/ml/text_expansion_... | Allow text_expansion query to use sparse_vector field type | ### Description
Currently, `text_expansion` queries are limited to using rank_features field types.
As we [brought back sparse_vector](https://github.com/elastic/elasticsearch/issues/98104) field type, we want text_expansion queries to be able to work with `sparse_vector` fields as well.
`rank_features` field ty... | https://github.com/elastic/elasticsearch/issues/99749 | https://github.com/elastic/elasticsearch/pull/99910 | 0ac04ccdd027553a434f2ed3897b5663b35c5d04 | c879e54592f388dc19b3de076c318e3b7649ef09 | 2023-09-21T12:14:31Z | java | 2023-09-28T18:43:06Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,734 | ["modules/data-streams/src/javaRestTest/java/org/elasticsearch/datastreams/LogsDataStreamIT.java", "modules/data-streams/src/yamlRestTest/resources/rest-api-spec/test/data_stream/210_logs_custom_mappings.yml"] | [CI] DataStreamsClientYamlTestSuiteIT test {p0=data_stream/210_logs_custom_mappings/Basic logs@custom component template functionality test} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/xzvwyikbyh4bi/tests/:modules:data-streams:yamlRestTest/org.elasticsearch.datastreams.DataStreamsClientYamlTestSuiteIT/test%20%7Bp0=data_stream%2F210_logs_custom_mappings%2FBasic%20logs@custom%20component%20template%20functionality%20test%7D
**Reproduction line:**
... | https://github.com/elastic/elasticsearch/issues/99734 | https://github.com/elastic/elasticsearch/pull/100006 | fd6bc1255182d3aaaa04820a7f909cdbb13a419b | e2b7f9837e26167168405603b0b3b8fed5a62806 | 2023-09-21T08:06:19Z | java | 2023-10-05T13:25:57Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,727 | ["qa/full-cluster-restart/build.gradle", "qa/rolling-upgrade/build.gradle"] | [CI] FullClusterRestartIT classMethod failing | I'm seeing a lot of failures in the BwC tests, all apparently due to slow cluster startups. I think this is due to https://github.com/elastic/elasticsearch/pull/99572, possibly running these tests at unreasonably high concurrency.
**Build scan:**
https://gradle-enterprise.elastic.co/s/n55zkxme6ttn4/tests/:x-pack:qa:fu... | https://github.com/elastic/elasticsearch/issues/99727 | https://github.com/elastic/elasticsearch/pull/99733 | 16744b8a948a9d312d77ce29c34ecc918bf04d6f | 1b8df61bd63d979fdd70ec8532f6bbf894634303 | 2023-09-21T06:26:12Z | java | 2023-09-21T10:16:37Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,696 | ["docs/changelog/100470.yaml", "modules/data-streams/src/main/java/org/elasticsearch/datastreams/lifecycle/DataStreamLifecycleService.java", "modules/data-streams/src/test/java/org/elasticsearch/datastreams/lifecycle/DataStreamLifecycleServiceTests.java", "x-pack/plugin/downsample/src/internalClusterTest/java/org/elast... | TSDS data streams can route writes to downsampled indices after rollover | ### Elasticsearch Version
8.10, 8.11
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
Darwin
### Problem Description
A tsds backing index has configured a `START_TIME` and `END_TIME` denoting the time bounds for the data they will host. The `END_TIME` in particular is configured ba... | https://github.com/elastic/elasticsearch/issues/99696 | https://github.com/elastic/elasticsearch/pull/100470 | e5a1cd8cbd4e4255fc6244e6a610bf3ff66919a2 | 370c8266b15f76400ada22833e557dc606d3ec3e | 2023-09-20T09:56:47Z | java | 2023-10-11T07:18:04Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,690 | ["server/src/internalClusterTest/java/org/elasticsearch/search/aggregations/bucket/SignificantTermsSignificanceScoreIT.java", "server/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/SignificanceLookup.java"] | [CI] SignificantTermsSignificanceScoreIT testScriptScore failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/7vcre2by7feoe/tests/:server:internalClusterTest/org.elasticsearch.search.aggregations.bucket.SignificantTermsSignificanceScoreIT/testScriptScore
**Reproduction line:**
```
./gradlew ':server:internalClusterTest' --tests "org.elasticsearch.search.aggregations.bucke... | https://github.com/elastic/elasticsearch/issues/99690 | https://github.com/elastic/elasticsearch/pull/99704 | a5d07ee51f980942a794300636c018d0da1da5b1 | d2797910435d2273eb41bdb95c10dbd9f5e4e125 | 2023-09-20T05:23:32Z | java | 2023-09-20T13:42:54Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,678 | ["docs/changelog/99798.yaml", "server/src/main/java/org/elasticsearch/cluster/metadata/ShutdownShardMigrationStatus.java", "server/src/main/java/org/elasticsearch/common/xcontent/ChunkedToXContentHelper.java", "server/src/test/java/org/elasticsearch/common/xcontent/ChunkedToXContentHelperTests.java", "x-pack/plugin/shu... | Chunk the shutdown shard migration status response | ### Description
ShutdownShardMigrationStatus serializes ShardAllocationDecision, which, as of #97803, is chunked. ShardAllocationDecision grows with the number of nodes. Therefore, it would save heap space to chunk ShutdownShardMigrationStatus as well. | https://github.com/elastic/elasticsearch/issues/99678 | https://github.com/elastic/elasticsearch/pull/99798 | ccdd85f784b564f5c590322c68c3898cae30a107 | db985e448e5b44d2ecea2ada3f125a26b750346c | 2023-09-19T16:25:47Z | java | 2023-09-25T06:23:50Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,576 | ["docs/changelog/99601.yaml", "x-pack/plugin/esql/qa/testFixtures/src/main/resources/eval.csv-spec", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/analysis/Analyzer.java", "x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/analysis/AnalyzerTests.java"] | ESQL: more than two EVAL expressions using previous new evaluations will fail | ### Description
`FROM test | eval x1 = pow(emp_no, 1), x2 = pow(x1, 1), x3 = pow(x2, 2)`
or
`FROM test | eval x1 = substring(ip1, 3), x2 = substring(x1, 2), x3 = substring(x2, 2)`
or
`FROM test | eval x1 = concat(ip1, ip2), x2 = concat(x1, "--"), x3 = concat(x2, "**")`
will fail with
```
... | https://github.com/elastic/elasticsearch/issues/99576 | https://github.com/elastic/elasticsearch/pull/99601 | 53f2eefa366352b043f936ee9404e4b50b36013c | f04af725fe0d00d99ba7e455eb608f1bc018e7c6 | 2023-09-14T12:54:30Z | java | 2023-09-19T08:55:50Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,570 | ["docs/changelog/101001.yaml", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/parser/ExpressionBuilder.java", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/type/EsqlDataTypeConverter.java", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/type/EsqlDataTypeRegistry.java", "... | ESQL: Improve parsing of query parameters | ### Description
The parsing of params in parameterized ES|QL queries appears to be inconsistent with the parsing of non-parameterized ES|QL queries. Some examples on current main:
- ```
{"query": "row a = 1 | eval x = now() + ?", "params": [{"type":"time_duration", "value":"5 hour"}]}
```
results in the fo... | https://github.com/elastic/elasticsearch/issues/99570 | https://github.com/elastic/elasticsearch/pull/101001 | 9b404099b4d03eea0c52b0f7cdcbf6f6080cec3e | 22a025e96aed4477cdd04d589ffff146cdedf441 | 2023-09-14T10:12:59Z | java | 2023-10-18T09:33:06Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,564 | ["docs/changelog/102811.yaml", "x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/transform/transforms/SourceConfig.java", "x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/transform/transforms/SourceConfigTests.java", "x-pack/plugin/transform/qa/multi-cluster-tests-with-security/src/test/resou... | [Transform] Comma-separated source index names may not work properly in transforms. | ### Elasticsearch Version
main
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
n/a
### Problem Description
This requires further verification, but I suspect comma-separated string of source index name in transform configuration:
```
"source": {
"index": "my-index*,my-other-in... | https://github.com/elastic/elasticsearch/issues/99564 | https://github.com/elastic/elasticsearch/pull/102811 | 93681cd9406e25d72628cad3d34523ee42b479d7 | 02c529530a2e667ef951627a685baa3101907c54 | 2023-09-14T08:12:38Z | java | 2023-11-30T17:31:25Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,563 | ["docs/changelog/99567.yaml", "modules/data-streams/src/main/java/org/elasticsearch/datastreams/DataStreamsPlugin.java", "server/src/main/java/org/elasticsearch/cluster/metadata/IndexMetadata.java", "server/src/main/java/org/elasticsearch/index/IndexSettings.java"] | Unable to create TSDB index in Serverless | ### Elasticsearch Version
all serverless
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
all
### Problem Description
Creating a time series instance in Serverless fails with the following error:
```
elasticsearch.exceptions.RequestError: RequestError(400, 'illegal_argument_exc... | https://github.com/elastic/elasticsearch/issues/99563 | https://github.com/elastic/elasticsearch/pull/99567 | 8726f1653fd5931b5c60a6fa866915327a624b1a | 154dc9ac576035727b6f21586ce0a81091eaee99 | 2023-09-14T07:55:57Z | java | 2023-09-14T10:40:15Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,562 | ["docs/changelog/101362.yaml", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/date/BinaryDateTimeFunction.java", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar/date/DateExtract.java", "x-pack/plugin/esql/src/main/java/org/elasticsearc... | ESQL: drop date_xxx() warning when arguments are in reverse order | ### Description
The date_xxx() arguments have been swapped to always have the field parameter last. This has been done to align with other implementations of similar functionality (which users would be accustomed to).
This issue is a reminder to remove this warning once any existing usages have been corrected.
Rel... | https://github.com/elastic/elasticsearch/issues/99562 | https://github.com/elastic/elasticsearch/pull/101362 | 6571d396cc5d4e6a46a58da8a981caa00cb2fa4f | debe882c0f0dbb0fceab2351a0a223657ce7bb97 | 2023-09-14T07:25:20Z | java | 2023-10-27T16:32:19Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,546 | ["modules/data-streams/src/yamlRestTest/resources/rest-api-spec/test/data_stream/lifecycle/10_explain_lifecycle.yml", "modules/data-streams/src/yamlRestTest/resources/rest-api-spec/test/data_stream/lifecycle/190_create_data_stream_with_lifecycle.yml", "modules/data-streams/src/yamlRestTest/resources/rest-api-spec/test/... | [CI] MixedClusterClientYamlTestSuiteIT test {p0=cluster.component_template/10_basic/Get data stream lifecycle with default rollover} failing | Several related-looking failures in this suite, possible BwC issue with 8.10?
**Build scan:**
https://gradle-enterprise.elastic.co/s/wf4schh7m7o26/tests/:qa:mixed-cluster:v8.10.0%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=cluster.component_template%2F10_basic%2FGet%20... | https://github.com/elastic/elasticsearch/issues/99546 | https://github.com/elastic/elasticsearch/pull/99621 | 2d786c05f6e2b4ce928f58c6e2776c37864870bc | 876827711250b2785d25c0562a255f17eadbc2c0 | 2023-09-13T16:21:27Z | java | 2023-09-18T09:30:36Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,516 | ["server/src/internalClusterTest/java/org/elasticsearch/snapshots/SnapshotStressTestsIT.java"] | [CI] SnapshotStressTestsIT testRandomActivities failing | Looks different from https://github.com/elastic/elasticsearch/issues/99477
**Build scan:**
https://gradle-enterprise.elastic.co/s/oqy4rtnsvf3me/tests/:server:internalClusterTest/org.elasticsearch.snapshots.SnapshotStressTestsIT/testRandomActivities
**Reproduction line:**
```
./gradlew ':server:internalClusterT... | https://github.com/elastic/elasticsearch/issues/99516 | https://github.com/elastic/elasticsearch/pull/101023 | deed5619d05f2870348552325097c3023137c8aa | cad7232c39865c310e4e953614c79f50caa029dd | 2023-09-13T10:37:49Z | java | 2023-10-18T09:54:35Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,496 | ["docs/reference/rest-api/usage.asciidoc"] | [CI] DocsClientYamlTestSuiteIT test {yaml=reference/rest-api/usage/line_38} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/twppfyraqo45a/tests/:docs:yamlRestTest/org.elasticsearch.smoketest.DocsClientYamlTestSuiteIT/test%20%7Byaml=reference%2Frest-api%2Fusage%2Fline_38%7D
**Reproduction line:**
```
./gradlew ':docs:yamlRestTest' --tests "org.elasticsearch.smoketest.DocsClientYamlTestS... | https://github.com/elastic/elasticsearch/issues/99496 | https://github.com/elastic/elasticsearch/pull/99497 | 255c9a7f951d4eb53f957b0e285ab78408237622 | daddca75d1888d8b2ba526bf19c7e3dffb9b5458 | 2023-09-12T19:33:34Z | java | 2023-09-12T19:53:55Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,487 | ["docs/changelog/99490.yaml", "server/src/main/java/org/elasticsearch/action/support/master/TransportMasterNodeAction.java", "x-pack/plugin/shutdown/src/main/java/org/elasticsearch/xpack/shutdown/GetShutdownStatusAction.java", "x-pack/plugin/shutdown/src/main/java/org/elasticsearch/xpack/shutdown/RestGetShutdownStatusA... | TransportGetShutdownStatusAction can block transport threads for too long | Currently, `TransportGetShutdownStatusAction` is executed in a transport thread, this action can do a substantial amount of work (O(# shards) in some cases) in the transport thread preventing pending transport tasks to make progress and potentially causing cluster instability. This action should be dispatched into a di... | https://github.com/elastic/elasticsearch/issues/99487 | https://github.com/elastic/elasticsearch/pull/99490 | 0d8a1975a96355e0d7b194604b612209f810173d | b48640c8bf58e65fadc2e9fa6c9ee76c8ce4d503 | 2023-09-12T15:50:24Z | java | 2023-09-12T16:59:17Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,479 | ["docs/reference/esql/functions/case.asciidoc"] | ESQL docs don't fully cover the CASE function | ### Description
What I find it's missing from the docs is the case when the number of arguments is even. For the record, the docs say
> Accepts pairs of conditions and values. The function returns the value that belongs to the first condition that evaluates to true. If the number of arguments is odd, the last argum... | https://github.com/elastic/elasticsearch/issues/99479 | https://github.com/elastic/elasticsearch/pull/101829 | 34d03912bda2304729dca990ecedcb0df8537e5a | 4a2ed90f9251e54341b05a5b751ec4f2e94373d3 | 2023-09-12T13:13:20Z | java | 2023-11-07T17:08:54Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,477 | ["server/src/main/java/org/elasticsearch/snapshots/SnapshotShardsService.java"] | [CI] SnapshotStressTestsIT testRandomActivities failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/2a3kxuit7ctay/tests/:server:internalClusterTest/org.elasticsearch.snapshots.SnapshotStressTestsIT/testRandomActivities
**Reproduction line:**
```
./gradlew ':server:internalClusterTest' --tests "org.elasticsearch.snapshots.SnapshotStressTestsIT.testRandomActivitie... | https://github.com/elastic/elasticsearch/issues/99477 | https://github.com/elastic/elasticsearch/pull/100809 | 26ec20393c75e4671a5b7168d6fbe21e7c004e80 | 8c9136eb7fc8cebc8eaff8c29a98e1df8e80d7b7 | 2023-09-12T12:12:20Z | java | 2023-10-13T12:56:45Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,466 | ["x-pack/plugin/esql/qa/testFixtures/src/main/resources/stats.csv-spec"] | [CI] More multi_node.EsqlSpecIT failures | ### CI Link
https://gradle-enterprise.elastic.co/s/kzhx4kcc6e3pw
### Repro line
`./gradlew ':x-pack:plugin:esql:qa:server:multi-node:javaRestTest' --tests "org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT" \ -Dtests.method="test {stats.ByStringAndLongWithAlias}" \ -Dtests.seed=9EEC253CF1741A06 \ -Dtests.l... | https://github.com/elastic/elasticsearch/issues/99466 | https://github.com/elastic/elasticsearch/pull/99469 | 16a4e542f09acef5e69daf41f5431bf2c4096dc2 | 22a2cd0a0205745e050b973d28c58186f5f6be58 | 2023-09-12T09:16:54Z | java | 2023-09-12T11:04:58Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,402 | ["test/external-modules/die-with-dignity/build.gradle"] | [CI] DieWithDignityIT classMethod failing | This failure comes from the *release tests*
**Build scan:**
https://gradle-enterprise.elastic.co/s/anbzidhqxtoss/tests/:test:external-modules:test-die-with-dignity:javaRestTest/org.elasticsearch.qa.die_with_dignity.DieWithDignityIT
**Reproduction line:**
```
./gradlew ':test:external-modules:test-die-with-di... | https://github.com/elastic/elasticsearch/issues/99402 | https://github.com/elastic/elasticsearch/pull/99440 | 460c2ee0f6e6f915f3266994206c894ee05d73d9 | 89d11c66ebbe4959ee6a5a6ec9fb9b5435b9d58a | 2023-09-11T07:56:31Z | java | 2023-09-15T04:58:27Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,394 | ["x-pack/plugin/esql/qa/testFixtures/src/main/resources/eval.csv-spec"] | [CI] EsqlSpecIT » test {eval.RepetitiveEval} failed | ### CI Link
https://gradle-enterprise.elastic.co/s/n6cuceed4hvck
### Repro line
REPRODUCE WITH: ./gradlew ':x-pack:plugin:esql:qa:server:multi-node:javaRestTest' --tests "org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT" -Dtests.method="test {eval.RepetitiveEval}" -Dtests.seed=B8A00805B598F347 -Dtests.locale=hu... | https://github.com/elastic/elasticsearch/issues/99394 | https://github.com/elastic/elasticsearch/pull/99405 | 356a5401a4c7a7e73cf44b2671ceec85178c103b | c0a2a3442d80747ab7fa8bddeaafe45bda1a0039 | 2023-09-10T20:26:59Z | java | 2023-09-11T09:09:11Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,335 | ["docs/changelog/99417.yaml", "server/src/main/java/org/elasticsearch/search/aggregations/bucket/filter/FilterByFilterAggregator.java"] | Update rewrite_to_filter_by_filter setting to also be applicable to filters aggregation | The `search.aggs.rewrite_to_filter_by_filter` is a setting that can disable the filter by filter optimisation. It is n escape hatch setting, because normally the heuristics that control whether this optimisation is executed only trigger this optimisation if it makes sense. In the case that this setting would be set to ... | https://github.com/elastic/elasticsearch/issues/99335 | https://github.com/elastic/elasticsearch/pull/99417 | 4c8888de9e8e0da25369a81457d33e255cf8c993 | ae2aacb66affa098f1e431a296a0dc4898ccd640 | 2023-09-08T05:54:44Z | java | 2023-09-12T08:54:54Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,319 | ["docs/changelog/99775.yaml", "rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search.vectors/90_sparse_vector.yml", "server/src/internalClusterTest/java/org/elasticsearch/search/query/ExistsIT.java", "server/src/main/java/org/elasticsearch/index/IndexVersion.java", "server/src/main/java/org/elasticsearch/i... | sparse_vector fields should support exists queries | ### Description
When using a ML model with that outputs sparse vectors (like ELSER), it's possible that some times the inference pipeline fails when indexing new documents and new ingested documents are not enriched with the `sparse_vector` fields.
One approach in this case is to run an update by query and issue ... | https://github.com/elastic/elasticsearch/issues/99319 | https://github.com/elastic/elasticsearch/pull/99775 | d9c15c526e04bfc96a0f1c55ca8c0a0b9ab58e23 | e7fa8e8d1da834f77964ba3e6752dd4d3e2097be | 2023-09-07T17:36:41Z | java | 2023-09-28T07:31:18Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,318 | ["rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search.vectors/90_sparse_vector.yml"] | [CI] MixedClusterClientYamlTestSuiteIT test {p0=search.vectors/90_sparse_vector/Sparse vector in 8.x} failing | Looks like a genuine problem, the error message is unexpected
**Build scan:**
https://gradle-enterprise.elastic.co/s/pbkfjyxg2h7oa/tests/:qa:mixed-cluster:v8.10.0%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=search.vectors%2F90_sparse_vector%2FSparse%20vector%20in%208.x... | https://github.com/elastic/elasticsearch/issues/99318 | https://github.com/elastic/elasticsearch/pull/99339 | 1c12f68d14b743d9e2344e0406ab755d2e6d2407 | 648d30ba2a08cb36d5444d1b72edbe26a62aa12f | 2023-09-07T17:13:47Z | java | 2023-09-08T14:15:07Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,202 | ["docs/changelog/99215.yaml", "server/src/main/java/org/elasticsearch/search/aggregations/bucket/filter/FiltersAggregator.java"] | Optimize filters aggregation with a single filter | ### Description
Follow-up of #98360: when there is a single filter, the collector could save the overhead of the priority queue (both in `collect()` and `competitiveIterator()`), which would likely result in a speedup. | https://github.com/elastic/elasticsearch/issues/99202 | https://github.com/elastic/elasticsearch/pull/99215 | 4731ceaa1cd43278f243fcf5b13878a80e43c3ce | 92c52713388019210a38af5be23d46ddae16798a | 2023-09-05T16:49:43Z | java | 2023-09-06T14:38:42Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,183 | ["docs/changelog/99874.yaml", "x-pack/plugin/esql/qa/server/single-node/src/yamlRestTest/resources/rest-api-spec/test/80_text.yml", "x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/planner/EsPhysicalOperationProviders.java"] | ESQL: Error when loading `text` fields from indexes with synthetic source | ESQL loads `text` fields that are either stored in the index (having `"store": true` in the mapping) or by parsing the `_source` and extracting the text value. Text fields support [synthetic _source](https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-source-field.html#synthetic-source) if one of t... | https://github.com/elastic/elasticsearch/issues/99183 | https://github.com/elastic/elasticsearch/pull/99874 | 8be2ab8a5fb6da4b5453550077de05d169b4cb3c | be2966662fe7db45fb8ce68e03925d413aa2d864 | 2023-09-04T16:06:53Z | java | 2023-09-27T15:45:13Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,176 | ["docs/reference/data-streams/tsds-reindex.asciidoc", "docs/reference/data-streams/tsds.asciidoc", "modules/data-streams/src/javaRestTest/java/org/elasticsearch/datastreams/TsdbDataStreamRestIT.java"] | Document how to reindex a tsdb data stream | Re-indexing a tsdb data stream is more challenging than re-indexing a regular tsdb data stream. This is because when a new data stream is created, then the new backing index start and end time settings are blindly set to $now-2h to $now+2h. The backing indices of the existing tsdb data stream may overlap with this, or ... | https://github.com/elastic/elasticsearch/issues/99176 | https://github.com/elastic/elasticsearch/pull/99476 | 9da10224618aaf8e43aad395d1e46df29407dd84 | b1da97af170a166b75aa2e5712767d5dd67ec67b | 2023-09-04T14:13:59Z | java | 2023-09-13T15:28:03Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,170 | ["docs/changelog/99188.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/PhysicalPlanOptimizer.java", "x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/PhysicalPlanOptimizerTests.java"] | ESQL: NPE with rename and stats after limit | ### Problem Description
```
Caused by: java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because the return value of "org.elasticsearch.xpack.esql.planner.Layout.getChannel(org.elasticsearch.xpack.ql.expression.NameId)" is null
at org.elasticsearch.xpack.esql.planner.LocalExecuti... | https://github.com/elastic/elasticsearch/issues/99170 | https://github.com/elastic/elasticsearch/pull/99188 | acc34466ed93aea0bad17d9a9484847d10a43b29 | 2899ce20252238f9be64a648568573347eda9d44 | 2023-09-04T13:27:27Z | java | 2023-09-06T10:57:40Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,101 | ["docs/changelog/100129.yaml", "server/src/internalClusterTest/java/org/elasticsearch/action/search/CCSPointInTimeIT.java", "server/src/internalClusterTest/java/org/elasticsearch/search/ccs/CrossClusterSearchIT.java", "server/src/main/java/org/elasticsearch/action/search/CCSSingleCoordinatorSearchProgressListener.java"... | Refactor SearchResponse.Clusters to use ConcurrentHashMap for immutable Cluster object swaps | ### Description
`SearchResponse.Clusters` currently uses a `HashMap<String, AtomicReference>` for storing Cluster objects. The AtomicReference CAS swaps are done in a do/while loop in most cases (e.g., in `CCSSingleCoordinatorSearchProgressListener`).
This can be replaced with a `ConcurrentHashMap` in conjunction w... | https://github.com/elastic/elasticsearch/issues/99101 | https://github.com/elastic/elasticsearch/pull/100129 | 1738ffc87fe54b5f5670150985370a3c08f38150 | 608bb02cf7ec7425fd690c46c1f3c86e223a9704 | 2023-08-31T16:43:17Z | java | 2023-10-03T15:48:22Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,078 | ["docs/changelog/99892.yaml", "x-pack/plugin/ccr/src/internalClusterTest/java/org/elasticsearch/xpack/ccr/IndexFollowingIT.java", "x-pack/plugin/ccr/src/main/java/org/elasticsearch/xpack/ccr/action/TransportPutFollowAction.java"] | It is impossible to create a follower index with `$` character in its name | ### Description
It is impossible to create a follower index with a `$` character in its name (please note, it is possible to create a regular index with `$` in its name).
This could be reproduced by rest request:
```
PUT /my-index/_ccr/follow
{
"remote_cluster": "my-remote-cluster",
"leader_index": "my... | https://github.com/elastic/elasticsearch/issues/99078 | https://github.com/elastic/elasticsearch/pull/99892 | 27f3a5ae5edeb38e44c85d3aaef7c51b15c3d75c | 7a9aadb82f48bb35de2678b41b91bbaf8cac32b5 | 2023-08-31T07:27:32Z | java | 2023-10-04T18:07:57Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,057 | ["docs/changelog/101024.yaml", "server/src/internalClusterTest/java/org/elasticsearch/snapshots/SnapshotsServiceIT.java", "server/src/main/java/org/elasticsearch/snapshots/SnapshotsService.java"] | Snapshot deletion failures apparently do not always log | A user (on 7.17.7) reported to me a situation where they were attempting to delete a snapshot and would get the log message `deleting snapshots [snapshot-test] from repository [my-snapshots]` but then no further messages at `INFO` or above; enabling some internal logging indicated some low-level timeouts:
```
[DEBU... | https://github.com/elastic/elasticsearch/issues/99057 | https://github.com/elastic/elasticsearch/pull/101024 | 588fed797b09c2cbad251a35b8376c59511636a9 | 168a464f4176c58323aa762ef5f1d64ba26e8059 | 2023-08-30T15:30:01Z | java | 2023-10-18T10:48:37Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 99,025 | ["x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/EsqlSpecTestCase.java", "x-pack/plugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql/CsvAssert.java", "x-pack/plugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql/CsvTestUtils.java", "x-pack/plugin/esql... | ESQL: CSV tests need to assert results out of order | ### Description
As discussed in https://github.com/elastic/elasticsearch/issues/98995, queries will not have an implicit order - as such the CSV spec framework would have to account for this.
As some tests will want to check the order while others might not, it's best to have a flag or marker when the out of order oc... | https://github.com/elastic/elasticsearch/issues/99025 | https://github.com/elastic/elasticsearch/pull/99045 | 2de1b4726e03c537ff7a7fe89152099836dafdca | 0a5a3858a0533de0d79526725cd1995008f0b814 | 2023-08-29T19:12:16Z | java | 2023-08-31T07:42:19Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 98,918 | ["server/src/internalClusterTest/java/org/elasticsearch/cluster/settings/ClusterSettingsUpdateWithFaultyMasterIT.java"] | [CI] ClusterSettingsUpdateWithFaultyMasterIT testClusterSettingsUpdateNotAcknowledged failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/63ypxmt53q6gc/tests/:server:internalClusterTest/org.elasticsearch.cluster.settings.ClusterSettingsUpdateWithFaultyMasterIT/testClusterSettingsUpdateNotAcknowledged
**Reproduction line:**
```
./gradlew ':server:internalClusterTest' --tests "org.elasticsearch.cluste... | https://github.com/elastic/elasticsearch/issues/98918 | https://github.com/elastic/elasticsearch/pull/101261 | da8ab4f1a2cec4391b1b0c3eae1ca0289ff6ac23 | 082742fd2b8a8004e5256d155701b087d352600c | 2023-08-28T02:02:24Z | java | 2023-11-03T09:05:21Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 98,911 | ["docs/changelog/99106.yaml", "docs/reference/analysis/tokenfilters/stemmer-tokenfilter.asciidoc", "modules/analysis-common/src/main/java/org/elasticsearch/analysis/common/CommonAnalysisPlugin.java", "modules/analysis-common/src/main/java/org/elasticsearch/analysis/common/PersianStemTokenFilterFactory.java", "modules/a... | Add Persian language stemmer (token filter) | ### Description
Hi,
It would be great if you could add the Persian (Farsi) language to the list of supported stemmers.
The Lucene project has a stemmer for Persian as of May 2022 that you can use.
https://github.com/apache/lucene/tree/main/lucene/analysis/common/src/java/org/apache/lucene/analysis/fa | https://github.com/elastic/elasticsearch/issues/98911 | https://github.com/elastic/elasticsearch/pull/99106 | 8ae4eddb55c031f26667293c6a48a15ec705046e | 310af09b6a83d4dba816e0b13af2ef2ecf6447f8 | 2023-08-26T14:24:27Z | java | 2023-09-05T11:13:27Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 98,834 | ["build-tools-internal/src/main/resources/checkstyle_suppressions.xml", "docs/changelog/98840.yaml", "modules/data-streams/src/javaRestTest/java/org/elasticsearch/datastreams/TsdbDataStreamRestIT.java", "modules/data-streams/src/test/java/org/elasticsearch/datastreams/MetadataDataStreamRolloverServiceTests.java", "qa/r... | Handle index template with no template defined correctly | A composable index template with no `template` defined in the body is mistakingly always assumed to not be a time series template. Even if it refers to a component template that has the `index.mode` setting set to `time_series` and the component template defines mappings with dimension fields or routing paths.
Incor... | https://github.com/elastic/elasticsearch/issues/98834 | https://github.com/elastic/elasticsearch/pull/98840 | f2cbb18b7d956722a3ba80b6b40514141213a506 | 0eb2181bb153bc21f9c9c22b0edfc89ba4478f74 | 2023-08-24T09:12:36Z | java | 2023-09-06T05:47:01Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 98,819 | ["docs/changelog/98878.yaml", "modules/percolator/src/internalClusterTest/java/org/elasticsearch/percolator/PercolatorQuerySearchIT.java", "modules/percolator/src/main/java/org/elasticsearch/percolator/PercolateQueryBuilder.java", "modules/percolator/src/main/java/org/elasticsearch/percolator/PercolatorFieldMapper.java... | simple_query_string field wildcards not expanding in percolator field | ### Elasticsearch Version
8.8.1
### Installed Plugins
_No response_
### Java Version
_bundled_
### OS Version
Linux 5de0ae774a6f 5.10.102.1-microsoft-standard-WSL2
### Problem Description
In older versions of ES (v7.12.0 specifically), using wildcard field names in a `simple_query_string` would work properly i... | https://github.com/elastic/elasticsearch/issues/98819 | https://github.com/elastic/elasticsearch/pull/98878 | 529154d92a9026d186dac59d8bd34efcc260b0b9 | d09cb767a9462273379360bba0d07921a9d5a017 | 2023-08-23T21:22:41Z | java | 2023-08-28T13:19:28Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 98,768 | ["x-pack/plugin/esql/qa/server/single-node/src/javaRestTest/java/org/elasticsearch/xpack/esql/qa/single_node/GenerativeIT.java", "x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/generative/EsqlQueryGenerator.java", "x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/... | ES|QL testing: random query generator/test | To catch corner cases like https://github.com/elastic/elasticsearch/issues/98404, it could be useful to have some kind of random query generator/test.
A simple proposal:
1. map all the supported commands/expressions/functions and the available test indexes
2. map all the expected errors (Eg. validation exceptions... | https://github.com/elastic/elasticsearch/issues/98768 | https://github.com/elastic/elasticsearch/pull/102073 | cf9337f57e8c84e6697859f449c536c755a61d8c | 3154595497ba079a77628bcd759e7d45dcd6bb76 | 2023-08-23T07:01:41Z | java | 2023-12-01T14:51:51Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 98,747 | ["server/src/main/java/org/elasticsearch/index/codec/PerFieldMapperCodec.java", "server/src/main/java/org/elasticsearch/index/mapper/vectors/DenseVectorFieldMapper.java", "server/src/test/java/org/elasticsearch/index/mapper/vectors/DenseVectorFieldMapperTests.java", "test/framework/src/main/java/org/elasticsearch/index... | [Lucene-9.8-SNAPSHOT] Update vector size limit override | Lucene 9.8 updates the vector dimension limit overridability. Moving it to the codec.
We should switch our override to do this correctly now, instead of returning a `FieldType` overriding the value.
For now, this commit would belong in the `lucene_snapshot` branch. | https://github.com/elastic/elasticsearch/issues/98747 | https://github.com/elastic/elasticsearch/pull/99225 | e7356a068001af7172379655a8354f7122f0f7ff | f4d4d43b0c0a7cf6967a9ec11bacecf35bbf6173 | 2023-08-22T16:22:10Z | java | 2023-09-06T19:38:57Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 98,746 | ["rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/tsdb/30_snapshot.yml"] | [CI] MixedClusterClientYamlTestSuiteIT test {p0=tsdb/30_snapshot/Create a snapshot and then restore it} failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/agzzu2tce5pl6/tests/:qa:mixed-cluster:v8.10.0%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=tsdb%2F30_snapshot%2FCreate%20a%20snapshot%20and%20then%20restore%20it%7D
**Reproduction line:**
```
./gradlew ':qa:mixed-cl... | https://github.com/elastic/elasticsearch/issues/98746 | https://github.com/elastic/elasticsearch/pull/100963 | d6df838307535921a83f566e55c2d5c2ffc5a7bc | a7a37f51966ac2ada2e0d78429a5c4c079605df4 | 2023-08-22T16:20:56Z | java | 2023-10-17T12:41:16Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 98,730 | ["docs/changelog/98765.yaml", "x-pack/plugin/vector-tile/src/javaRestTest/java/org/elasticsearch/xpack/vectortile/VectorTileRestIT.java", "x-pack/plugin/vector-tile/src/main/java/org/elasticsearch/xpack/vectortile/rest/VectorTileUtils.java", "x-pack/plugin/vector-tile/src/test/java/org/elasticsearch/xpack/vectortile/re... | _mvt endpoint returns 400 when results are incomplete (shard errors) instead of partial results like _search endpoint | ### Elasticsearch Version
main
### Installed Plugins
none
### Java Version
_bundled_
### OS Version
21.6.0 Darwin Kernel Version 21.6.0
### Problem Description
_mvt endpoint returns 400 when results are incomplete (shard errors) instead of partial results like _search endpoint
### Steps to Reproduce
Run comm... | https://github.com/elastic/elasticsearch/issues/98730 | https://github.com/elastic/elasticsearch/pull/98765 | ef7b7ccded357676f4e381295adbd5dd1140472b | 5f43a150ce63e55a1e89fa9464b51bfc4771ad41 | 2023-08-22T14:12:00Z | java | 2023-08-23T09:01:27Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 98,720 | ["server/src/test/java/org/elasticsearch/index/fielddata/AbstractFieldDataImplTestCase.java", "server/src/test/java/org/elasticsearch/index/fielddata/AbstractStringFieldDataTestCase.java", "server/src/test/java/org/elasticsearch/index/fielddata/NoOrdinalsStringFieldDataTests.java", "server/src/test/java/org/elasticsear... | [CI] *StringFieldDataTests classMethod failing | Several tests failed in the same way:
- [NoOrdinalsStringFieldDataTests » classMethod](https://gradle-enterprise.elastic.co/s/criyecvbvjcqy/tests/:server:test/org.elasticsearch.index.fielddata.NoOrdinalsStringFieldDataTests)
- [NoOrdinalsStringFieldDataTests » classMethod](https://gradle-enterprise.elastic.co/s/c... | https://github.com/elastic/elasticsearch/issues/98720 | https://github.com/elastic/elasticsearch/pull/98763 | b2ae98444d03dfbe692a9047c308b4ca29f08ad0 | 93cc31aa90a6834a2be661508a4a19ff98b160bb | 2023-08-22T10:13:02Z | java | 2023-08-23T05:17:17Z |
closed | elastic/elasticsearch | https://github.com/elastic/elasticsearch | 98,707 | ["x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute/operator/exchange/ExchangeServiceTests.java"] | [CI] ExchangeServiceTests testFailToRespondPage failing | **Build scan:**
https://gradle-enterprise.elastic.co/s/xqf2tdt4qwvsm/tests/:x-pack:plugin:esql:compute:test/org.elasticsearch.compute.operator.exchange.ExchangeServiceTests/testFailToRespondPage
**Reproduction line:**
```
./gradlew ':x-pack:plugin:esql:compute:test' --tests "org.elasticsearch.compute.operator.exchange... | https://github.com/elastic/elasticsearch/issues/98707 | https://github.com/elastic/elasticsearch/pull/98708 | 6a8cb28693a99501851b6688916a790df6694c98 | 17880a8bf511a323327570d0be9ba814924f2cc9 | 2023-08-22T07:17:43Z | java | 2023-08-22T08:50:26Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.