Commit graph

87466 commits

Author SHA1 Message Date
Artem Shelkovnikov
404eb61dec
Update es-connectors-sharepoint-online.md (#130013) 2025-06-27 14:39:49 +02:00
Artem Shelkovnikov
945e807c24
[DOCS] Add mongodb connector UUID known issue (#129492)
* Update es-connectors-mongodb.md

* Apply suggestions from code review

Co-authored-by: Charlotte Hoblik <116336412+charlotte-hoblik@users.noreply.github.com>

* Update docs/reference/search-connectors/es-connectors-mongodb.md

Co-authored-by: Charlotte Hoblik <116336412+charlotte-hoblik@users.noreply.github.com>

---------

Co-authored-by: Charlotte Hoblik <116336412+charlotte-hoblik@users.noreply.github.com>
2025-06-27 14:39:38 +02:00
Kathleen DeRusso
10c0799e9b
Fix typo (#130195) 2025-06-27 13:39:19 +01:00
Luigi Dell'Aquila
ed071ccc0c
Mute PatternedTextFieldMapperTests (#130176) 2025-06-27 22:26:49 +10:00
Rene Groeschke
599560234f
[Build] Setup artifact signing for maven aggregation content (#130179)
Maven central expects signed artifacts when publishing
2025-06-27 14:24:10 +02:00
Kathleen DeRusso
2d38751fe7
Add knn query vector builder example over a semantic text field to docs (#130135) 2025-06-27 08:18:40 -04:00
Luigi Dell'Aquila
201a8c99e6
Fix EsqlActionIT.testGroupingStatsOnMissingFields in release tests (#130177) 2025-06-27 13:35:23 +02:00
Ignacio Vera
ce74df5c0c
Fix iterating for best centroid when algorithm is neighbour aware and decrease SAMPLES_PER_CLUSTER_DEFAULT (#130069)
* KMeansIntermediate shares assigments
2025-06-27 13:28:12 +02:00
Mariusz Józala
7c213baf4d
[CI] Correct the way merge base is identified (#130175)
Without fetching, the local repository might be missing reference to the
base branch, causing git merge-base to fail.
2025-06-27 20:50:36 +10:00
elasticsearchmachine
a7156f8b1b Mute org.elasticsearch.ingest.geoip.direct.TransportPutDatabaseConfigurationActionTests testValidatePrerequisites #130178 2025-06-27 20:07:32 +10:00
Simon Cooper
ceff3f1fc1
Turn direct IO for BBQ rescoring off by default (#130014) (#130163)
Backport #130014 to 9.1
2025-06-27 10:44:05 +01:00
Mariusz Józala
ea9ccc3660
Do not run BC upgrade tests when no manifest found (#130167)
Fix the problem when curl/jq command returns "null" for no snapshots
found.
2025-06-27 10:36:39 +02:00
Sam Xiao
6cb7b2d2f2
Make TransportPutDatabaseConfigurationAction project aware (#130063) 2025-06-27 16:15:49 +08:00
Sam Xiao
3200abc4ce
Make EnterpriseGeoIpDownloaderLicenseListener project aware (#129992) 2025-06-27 16:12:09 +08:00
Jim Ferenczi
93e4e01277
Fix ES818BinaryQuantizedVectorsReader to not use directIO during merge (#130114)
This commit fixes the BBQ reader to **not** use directIO when merging the original float vectors.
2025-06-27 09:03:16 +01:00
Simon Cooper
ff65fd1133
Turn direct IO for BBQ rescoring off by default (#130014)
Add a changelog entry for direct io option
2025-06-27 08:31:20 +01:00
Nick Tindall
77b459c454
Improve accuracy of write load forecast when shard numbers change (#129990) 2025-06-27 13:04:50 +10:00
Gal Lalouche
8acf94b6c3
ESQL: Refine assertion in Driver (#130127)
Refines an assertion that the next operator is never finished, which is actually possible if the next operator is an ExchangeSinkOperator.
2025-06-27 10:17:37 +10:00
Joe Gallo
5931f08129
Tidy up project metadata fetching (#130130) 2025-06-26 19:00:22 -04:00
Benjamin Trent
f478f849e3
Allow reading vectors where dim is in the file (#130138)
This allows configuration to have a `-1` dim to read files that have the
`dim` in the file.

Additionally, allows setting numQuerys to `0` to skip the search phase
easily.
2025-06-27 08:38:21 +10:00
elasticsearchmachine
f3c5438799 Mute org.elasticsearch.compute.aggregation.TopIntAggregatorFunctionTests testManyInitialManyPartialFinalRunnerThrowing #130145 2025-06-27 08:04:42 +10:00
James Baiera
e54cd63fd0
Add docs for index component selector api convention (#128786)
Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com>
2025-06-26 16:47:38 -04:00
Jordan Powers
40a7d02269
Pull match_only_text fixes into main (#130049)
This brings in the fixes from #130020, with minor fixes to address review
nits from that PR.

Co-authored-by: Martijn van Groningen <martijn.v.groningen@gmail.com>
2025-06-27 04:31:33 +10:00
Tim Brooks
1d3bd46c6a
Allow larger write queues for large nodes (#130061)
With the rise of larger CPU count nodes our current write queue size
might be too conservative. Indexing pressure will still provide protect
against out of memories.
2025-06-26 12:18:38 -06:00
elasticsearchmachine
f07de5ac4a Mute org.elasticsearch.action.support.ThreadedActionListenerTests testRejectionHandling #130129 2025-06-27 03:02:53 +10:00
Lorenzo Dematté
d6e2b575b7
Stop RecordingApmServer message processing before returning from tests (#130007) 2025-06-27 02:37:32 +10:00
Aurélien FOUCRET
e2dfd5d707
[ES|QL] Fix mapping for the colors & dense vector CSV datasets (failing bwc tests) (#130090) 2025-06-27 02:35:22 +10:00
Kathleen DeRusso
81a6eadba2
Support returning default index_options for semantic_text fields when include_defaults is true (#129967) 2025-06-26 12:31:58 -04:00
Albert Zaharovits
0a77bdfbb1
Fix ThreadPoolMergeSchedulerTests testSchedulerCloseWaitsForRunningMerge (#130078)
This fixes a race condition in the test scenario, between the merge
scheduler closing and the merge task being scheduled to run. The test
scenario expects that the merge task runs when the scheduler is closed.
If the merge scheduler is closed before the merge task is scheduled, the
merge task will instead be scheduled as aborted.

Fixes: https://github.com/elastic/elasticsearch/issues/125236
2025-06-27 02:05:38 +10:00
Martijn van Groningen
c0b2bb1f75
Stop configuring index.number_of_replicas in mapper-extras yaml tests. (#130099) 2025-06-26 17:59:03 +02:00
Pat Whelan
9cb30cc892
[ML] Support 8.19 + 9.1 clusters for all new inference providers (#130033)
Overriding version support to include the 8.19 patch version.
2025-06-26 11:38:38 -04:00
elasticsearchmachine
f70ff89456 Bump to version 9.2.0 2025-06-26 15:32:23 +00:00
Niels Bauman
cb180b0f97
Unmute #123203 (#130100)
This test was already fixed in #124319.
2025-06-26 12:24:33 -03:00
Pawan Kartik
2667a2d4ba
Fix: prevent duplication of "invalid index name" string in the final exception error message (#130027)
* Use `throwInvalidIndexNameException()` to throw invalid ex after
dropping asterisk in `IdentifierBuilder#resolveAndValidateIndex()`

* Assert the message in test

* Refactor

* drop invalid chars from assertion string due to randomisation issue

* Re-assert invalid chars

* Update docs/changelog/130027.yaml
2025-06-26 16:11:41 +01:00
Luigi Dell'Aquila
78eeeccb48
ES|QL fix StatementParserTests to take into consideration SNAPSHOT (#130098) 2025-06-27 01:08:53 +10:00
Keith Massey
49506362cf
Fixing ComposableIndexTemplateTests (#130052) 2025-06-26 09:41:07 -05:00
elasticsearchmachine
2a59bed068 Mute org.elasticsearch.xpack.esql.action.EnrichIT testTopN #130122 2025-06-27 00:21:54 +10:00
Kathleen DeRusso
f2cf76f027
Update semantic text docs to suggest customization using index_options (#130028)
* Update semantic text docs to suggest using index options for customization

* Correct type of  index_options

* Move example

* PR feedback

* Copy warning fix
2025-06-26 10:10:45 -04:00
elasticsearchmachine
f37c03780c Mute org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT test #130067 2025-06-27 00:04:22 +10:00
Alexander Spies
1ad6dbc599
ESQL: More specific index pattern in testMultipleBatchesWithLookupJoin (#130006)
* Specific idx in testMultipleBatchesWithLookupJoin

Do not use `from *` in the test, be more specifc - otherwise other tests
can affect the output if they leave indices behind, affecting the column
count.

* Remove column count validation

That doesn't really tell us much in this test, anyway.
2025-06-26 15:06:16 +02:00
Niels Bauman
1e9db8b248
Make ILM operation mode APIs project-aware (#129678)
Also updates the lifecycle service.
2025-06-26 22:44:38 +10:00
Albert Zaharovits
f5963959c7
Decrease merge task checker periodicity in tests (#130082)
Decreases the periodicity (from 5s to 100ms), for some tests, with which merge tasks are checked if there's sufficient available disk space to execute or if they've been aborted since enqueued for execution.

Fixes #130044
2025-06-26 15:30:32 +03:00
Nik Everett
59133d5e00
ESQL: Prepare for backport of documents_found (#130039)
Prepares the `main` branch for the backport of #125631. Specifically,
this adds the version constant for 8.19 to main and the serialization
code that lets main talk to 8.19.
2025-06-26 07:51:17 -04:00
Valeriy Khakhutskyy
4c7d922eeb
[ML] Fix timeout bug in DBQ deletion of unused and orphan ML data (#130083)
There was a bug in the code for deleting unused and orphan ML data. When deletion using DBQ occurred, the bug caused the request to time out. This PR resolves the issue.
2025-06-26 13:24:59 +02:00
Albert Zaharovits
a6004a6067
Fix ThreadPoolMergeExecutorServiceDiskSpaceTests testAvailableDiskSpaceMonitorWhenFileSystemStatErrors (#130025)
The test method needs to distinguish between the available disk space update values, when they are coming from either FS.
So the update values from the 2 FSs mustn't be equal.

Fixes #129149
2025-06-26 14:05:40 +03:00
Mariusz Józala
c05794510d
Use ES_VERSION to resolve manifest for ML and Beats (#130084)
Previously BRANCH was used in all cases, but if there is a newer version of the dependency, the incorrect version could be used. BRANCH is still used for snapshot DRA builds because full version is not available in artifacts-snapshot API.

Additionally, added log what URL is used to fetch manifest and make the curl command fail in  case of error like 404 response.
2025-06-26 12:57:02 +02:00
Tanguy Leroux
65788cb6fe
Make Engine.awaitPendingClose protected (#130004)
So that the method can be used by classes implementing the Engine
abstract class.
2025-06-26 20:53:21 +10:00
Luigi Dell'Aquila
9e06a22398
ES|QL: Unmute generative tests (#130081)
Add circuit breaker exceptions to known errors in generative tests
2025-06-26 20:44:30 +10:00
Quentin Pradet
21180dfd8d
Add inference YAML tests to rest-resources-zip (#130070) 2025-06-26 13:55:20 +04:00
Rene Groeschke
e1426b7df6
[Test] Extend timeout for CoreWithMultipleProjectsClientYamlTestSuiteIT timing out in release tests (#130074) 2025-06-26 19:55:05 +10:00