Skip to content

Commit 788e60f

Browse files
authored
Merge branch 'main' into support-testing-java-rcs
2 parents db6673e + feb99ea commit 788e60f

File tree

647 files changed

+6232
-4427
lines changed

Some content is hidden

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

647 files changed

+6232
-4427
lines changed

docs/changelog/133681.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 133681
2+
summary: Remove `DocumentSubsetBitsetCache` locking
3+
area: Authorization
4+
type: bug
5+
issues:
6+
- 132842

muted-tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -390,9 +390,6 @@ tests:
390390
- class: org.elasticsearch.packaging.test.DockerTests
391391
method: test050BasicApiTests
392392
issue: https://github.com/elastic/elasticsearch/issues/120911
393-
- class: org.elasticsearch.xpack.esql.action.EsqlActionBreakerIT
394-
method: testFromEvalStats
395-
issue: https://github.com/elastic/elasticsearch/issues/131503
396393
- class: org.elasticsearch.xpack.search.CrossClusterAsyncSearchIT
397394
method: testCancellationViaTimeoutWithAllowPartialResultsSetToFalse
398395
issue: https://github.com/elastic/elasticsearch/issues/131248
@@ -618,12 +615,6 @@ tests:
618615
- class: org.elasticsearch.test.rest.yaml.RcsCcsCommonYamlTestSuiteIT
619616
method: test {p0=search.vectors/90_sparse_vector/Indexing and searching multi-value sparse vectors in >=8.15}
620617
issue: https://github.com/elastic/elasticsearch/issues/133508
621-
- class: org.elasticsearch.xpack.esql.action.EsqlActionBreakerIT
622-
method: testTopNPushedToLucene
623-
issue: https://github.com/elastic/elasticsearch/issues/133556
624-
- class: org.elasticsearch.xpack.esql.action.EsqlActionBreakerIT
625-
method: testFilterNestedFields
626-
issue: https://github.com/elastic/elasticsearch/issues/133557
627618
- class: org.elasticsearch.test.rest.yaml.RcsCcsCommonYamlTestSuiteIT
628619
method: test {p0=search/10_source_filtering/no filtering}
629620
issue: https://github.com/elastic/elasticsearch/issues/133561

rest-api-spec/src/main/resources/rest-api-spec/api/_internal.delete_desired_balance.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"_internal.delete_desired_balance":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-desired-balance.html",
5-
"description": "This API is a diagnostics API and the output should not be relied upon for building applications."
4+
"url": null,
5+
"description": "This API is a diagnostics API and the output should not be relied upon for building applications"
66
},
77
"stability":"experimental",
88
"visibility":"private",

rest-api-spec/src/main/resources/rest-api-spec/api/_internal.delete_desired_nodes.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"_internal.delete_desired_nodes":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/delete-desired-nodes.html",
5-
"description": "Deletes the desired nodes. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported."
4+
"url": null,
5+
"description": "Deletes the desired nodes"
66
},
77
"stability":"experimental",
88
"visibility":"private",

rest-api-spec/src/main/resources/rest-api-spec/api/_internal.get_desired_balance.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"_internal.get_desired_balance":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/get-desired-balance.html",
5-
"description": "This API is a diagnostics API and the output should not be relied upon for building applications."
4+
"url": null,
5+
"description": "This API is a diagnostics API and the output should not be relied upon for building applications"
66
},
77
"stability":"experimental",
88
"visibility":"private",

rest-api-spec/src/main/resources/rest-api-spec/api/_internal.get_desired_nodes.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"_internal.get_desired_nodes":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/get-desired-nodes.html",
5-
"description": "Gets the latest desired nodes. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported."
4+
"url": null,
5+
"description": "Gets the latest desired nodes"
66
},
77
"stability":"experimental",
88
"visibility":"private",

rest-api-spec/src/main/resources/rest-api-spec/api/_internal.prevalidate_node_removal.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"_internal.prevalidate_node_removal": {
33
"documentation":{
4-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/prevalidate-node-removal-api.html",
4+
"url": null,
55
"description":"Prevalidates node removal from the cluster"
66
},
7-
"stability":"stable",
7+
"stability":"experimental",
88
"visibility":"private",
99
"headers":{
1010
"accept": [ "application/json"]

rest-api-spec/src/main/resources/rest-api-spec/api/_internal.update_desired_nodes.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"_internal.update_desired_nodes":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/update-desired-nodes.html",
5-
"description": "Updates the desired nodes. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported."
4+
"url": null,
5+
"description": "Updates the desired nodes"
66
},
77
"stability":"experimental",
88
"visibility":"private",

rest-api-spec/src/main/resources/rest-api-spec/api/async_search.delete.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"async_search.delete":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/async-search.html",
5-
"description": "Deletes an async search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted."
4+
"url":"https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-async-search-submit",
5+
"description": "Delete an async search"
66
},
77
"stability":"stable",
88
"visibility":"public",

rest-api-spec/src/main/resources/rest-api-spec/api/async_search.get.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"async_search.get":{
33
"documentation":{
4-
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/async-search.html",
5-
"description": "Retrieves the results of a previously submitted async search request given its ID."
4+
"url":"https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-async-search-submit",
5+
"description": "Get async search results"
66
},
77
"stability":"stable",
88
"visibility":"public",

0 commit comments

Comments
 (0)