Skip to content

Commit 06f1f66

Browse files
Merge branch 'main' of github.com:elastic/elasticsearch into ml-eis-auth-v2
2 parents f8c2635 + c7d5389 commit 06f1f66

File tree

44 files changed

+424
-111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+424
-111
lines changed

.buildkite/pipelines/intake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ steps:
6565
timeout_in_minutes: 300
6666
matrix:
6767
setup:
68-
BWC_VERSION: ["8.19.8", "9.1.9", "9.2.2", "9.3.0"]
68+
BWC_VERSION: ["8.19.8", "9.1.9", "9.2.3", "9.3.0"]
6969
agents:
7070
provider: gcp
7171
image: family/elasticsearch-ubuntu-2404

.buildkite/pipelines/periodic-java-ea.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@ steps:
423423
- signal_reason: agent_stop
424424
limit: 3
425425

426-
- label: 9.2.2 / bwc
427-
command: .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v9.2.2#bwcTest
426+
- label: 9.2.3 / bwc
427+
command: .ci/scripts/run-gradle.sh -Druntime.java=$$JAVA_EA_VERSION -Dbwc.checkout.align=true v9.2.3#bwcTest
428428
timeout_in_minutes: 300
429429
agents:
430430
provider: gcp
@@ -433,7 +433,7 @@ steps:
433433
buildDirectory: /dev/shm/bk
434434
preemptible: true
435435
env:
436-
BWC_VERSION: 9.2.2
436+
BWC_VERSION: 9.2.3
437437
retry:
438438
automatic:
439439
- exit_status: "-1"
@@ -538,7 +538,7 @@ steps:
538538
timeout_in_minutes: 300
539539
matrix:
540540
setup:
541-
BWC_VERSION: ["8.19.8", "9.1.9", "9.2.2", "9.3.0"]
541+
BWC_VERSION: ["8.19.8", "9.1.9", "9.2.3", "9.3.0"]
542542
agents:
543543
provider: gcp
544544
image: family/elasticsearch-ubuntu-2404

.buildkite/pipelines/periodic-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,8 @@ steps:
384384
env:
385385
BWC_VERSION: 9.1.9
386386

387-
- label: "{{matrix.image}} / 9.2.2 / packaging-tests-upgrade"
388-
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v9.2.2
387+
- label: "{{matrix.image}} / 9.2.3 / packaging-tests-upgrade"
388+
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v9.2.3
389389
timeout_in_minutes: 300
390390
matrix:
391391
setup:
@@ -398,7 +398,7 @@ steps:
398398
machineType: custom-16-32768
399399
buildDirectory: /dev/shm/bk
400400
env:
401-
BWC_VERSION: 9.2.2
401+
BWC_VERSION: 9.2.3
402402

403403
- label: "{{matrix.image}} / 9.3.0 / packaging-tests-upgrade"
404404
command: ./.ci/scripts/packaging-test.sh -Dbwc.checkout.align=true destructiveDistroUpgradeTest.v9.3.0

.buildkite/pipelines/periodic.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,8 @@ steps:
420420
- signal_reason: agent_stop
421421
limit: 3
422422

423-
- label: 9.2.2 / bwc
424-
command: .ci/scripts/run-gradle.sh --continue -Dbwc.checkout.align=true v9.2.2#bwcTest
423+
- label: 9.2.3 / bwc
424+
command: .ci/scripts/run-gradle.sh --continue -Dbwc.checkout.align=true v9.2.3#bwcTest
425425
timeout_in_minutes: 300
426426
agents:
427427
provider: gcp
@@ -430,7 +430,7 @@ steps:
430430
buildDirectory: /dev/shm/bk
431431
preemptible: true
432432
env:
433-
BWC_VERSION: 9.2.2
433+
BWC_VERSION: 9.2.3
434434
retry:
435435
automatic:
436436
- exit_status: "-1"
@@ -530,7 +530,7 @@ steps:
530530
setup:
531531
ES_RUNTIME_JAVA:
532532
- openjdk21
533-
BWC_VERSION: ["8.19.8", "9.1.9", "9.2.2", "9.3.0"]
533+
BWC_VERSION: ["8.19.8", "9.1.9", "9.2.3", "9.3.0"]
534534
agents:
535535
provider: gcp
536536
image: family/elasticsearch-ubuntu-2404
@@ -575,7 +575,7 @@ steps:
575575
ES_RUNTIME_JAVA:
576576
- openjdk21
577577
- openjdk25
578-
BWC_VERSION: ["8.19.8", "9.1.9", "9.2.2", "9.3.0"]
578+
BWC_VERSION: ["8.19.8", "9.1.9", "9.2.3", "9.3.0"]
579579
agents:
580580
provider: gcp
581581
image: family/elasticsearch-ubuntu-2404

.ci/bwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ BWC_VERSION:
2121
- "8.19.8"
2222
- "9.0.8"
2323
- "9.1.9"
24-
- "9.2.2"
24+
- "9.2.3"
2525
- "9.3.0"

.ci/snapshotBwcVersions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BWC_VERSION:
22
- "8.19.8"
33
- "9.1.9"
4-
- "9.2.2"
4+
- "9.2.3"
55
- "9.3.0"

branches.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
{
99
"branch" : "9.2",
10-
"version" : "9.2.2"
10+
"version" : "9.2.3"
1111
},
1212
{
1313
"branch" : "9.1",

muted-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,10 @@ tests:
487487
- class: org.elasticsearch.cluster.routing.allocation.WriteLoadConstraintMonitorTests
488488
method: testRerouteIsNotCalledWhenNoNodesAreHotSpotting
489489
issue: https://github.com/elastic/elasticsearch/issues/138924
490+
- class: org.elasticsearch.test.rest.yaml.CcsCommonYamlTestSuiteIT
491+
method: test {p0=search.vectors/60_dense_vector_dynamic_mapping/Sub-objects mapped as dense_vector without dims dynamically map the dim size to the first
492+
indexed document}
493+
issue: https://github.com/elastic/elasticsearch/issues/138945
490494

491495
# Examples:
492496
#

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search.retrievers/result-diversification/10_mmr_result_diversification_retriever.yml

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,9 @@ teardown:
322322

323323
- match: { hits.total.value: 10 }
324324
- length: { hits.hits: 3 }
325-
- match: { hits.hits.0._source.textbody: "second text" }
326-
- match: { hits.hits.1._source.textbody: "sixth text" }
327-
- match: { hits.hits.2._source.textbody: "ninth text" }
325+
- match: { hits.hits.0._source.textbody: "sixth text" }
326+
- match: { hits.hits.1._source.textbody: "ninth text" }
327+
- match: { hits.hits.2._source.textbody: "fourth text" }
328328

329329
- do:
330330
search:
@@ -346,9 +346,9 @@ teardown:
346346

347347
- match: { hits.total.value: 10 }
348348
- length: { hits.hits: 3 }
349-
- match: { hits.hits.0._source.textbody: "second text" }
350-
- match: { hits.hits.1._source.textbody: "fourth text" }
351-
- match: { hits.hits.2._source.textbody: "fifth text" }
349+
- match: { hits.hits.0._source.textbody: "fourth text" }
350+
- match: { hits.hits.1._source.textbody: "fifth text" }
351+
- match: { hits.hits.2._source.textbody: "seventh text" }
352352

353353
---
354354
"Test MMR result diversification byte vector type":
@@ -584,6 +584,27 @@ teardown:
584584
- match: { status: 400 }
585585
- match: { error.type: illegal_argument_exception }
586586

587+
- do:
588+
catch: /\[diversify\] MMR result diversification \[size\] of -3 must be greater than zero/
589+
search:
590+
index: test-result-diversification-index
591+
body:
592+
retriever:
593+
diversify:
594+
type: "mmr"
595+
field: "textvector"
596+
size: -3
597+
lambda: 0.7
598+
retriever:
599+
knn:
600+
field: "textvector"
601+
query_vector: [ 0.5, 0.2, 0.4, 0.4 ]
602+
k: 6
603+
num_candidates: 6
604+
605+
- match: { status: 400 }
606+
- match: { error.type: action_request_validation_exception }
607+
587608
- do:
588609
catch: /\[diversify\] MMR result diversification must have a \[lambda\] between 0.0 and 1.0. The value provided was null/
589610
search:

server/src/main/java/org/elasticsearch/Version.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ public class Version implements VersionId<Version>, ToXContentFragment {
246246
public static final Version V_9_2_0 = new Version(9_02_00_99);
247247
public static final Version V_9_2_1 = new Version(9_02_01_99);
248248
public static final Version V_9_2_2 = new Version(9_02_02_99);
249+
public static final Version V_9_2_3 = new Version(9_02_03_99);
249250
public static final Version V_9_3_0 = new Version(9_03_00_99);
250251
public static final Version CURRENT = V_9_3_0;
251252

0 commit comments

Comments
 (0)