Skip to content

Commit

Permalink
Merge branch 'upstream/main' into add-alibabacloud-inference
Browse files Browse the repository at this point in the history
* upstream/main: (91 commits)
  Mute org.elasticsearch.xpack.test.rest.XPackRestIT org.elasticsearch.xpack.test.rest.XPackRestIT elastic#111944
  Add audit_unenrolled_* attributes to fleet-agents template (elastic#111909)
  Fix windows memory locking (elastic#111866)
  Update OAuth2 OIDC SDK (elastic#108799)
  Adds a warning about manually mounting snapshots managed by ILM (elastic#111883)
  Update geoip fixture files and utility methods (elastic#111913)
  Updated Function Score Query Test with Explain Fixes for 8.15.1 (elastic#111929)
  Mute org.elasticsearch.xpack.sql.qa.security.JdbcCsvSpecIT org.elasticsearch.xpack.sql.qa.security.JdbcCsvSpecIT elastic#111923
  [ESQL] date nanos binary comparisons (elastic#111908)
  [DOCS] Documents output_field behavior after multiple inference runs (elastic#111875)
  Add additional BlobCacheMetrics, expose BlobCacheMetrics via SharedBlobCacheService (elastic#111730)
  Mute org.elasticsearch.xpack.sql.qa.multi_cluster_with_security.JdbcCsvSpecIT org.elasticsearch.xpack.sql.qa.multi_cluster_with_security.JdbcCsvSpecIT elastic#111923
  Mute org.elasticsearch.xpack.sql.qa.multi_cluster_with_security.JdbcCsvSpecIT test {agg-ordering.testHistogramDateTimeWithCountAndOrder_2} elastic#111919
  Mute org.elasticsearch.xpack.sql.qa.multi_cluster_with_security.JdbcCsvSpecIT test {date.testDateParseHaving} elastic#111921
  Mute org.elasticsearch.xpack.sql.qa.multi_cluster_with_security.JdbcCsvSpecIT test {agg-ordering.testHistogramDateTimeWithCountAndOrder_1} elastic#111918
  Mute org.elasticsearch.xpack.sql.qa.multi_cluster_with_security.JdbcCsvSpecIT test {datetime.testDateTimeParseHaving} elastic#111922
  Mute org.elasticsearch.xpack.sql.qa.single_node.JdbcCsvSpecIT org.elasticsearch.xpack.sql.qa.single_node.JdbcCsvSpecIT elastic#111923
  Mute org.elasticsearch.xpack.sql.qa.single_node.JdbcCsvSpecIT test {agg-ordering.testHistogramDateTimeWithCountAndOrder_1} elastic#111918
  Mute org.elasticsearch.xpack.sql.qa.single_node.JdbcCsvSpecIT test {datetime.testDateTimeParseHaving} elastic#111922
  Mute org.elasticsearch.xpack.sql.qa.single_node.JdbcCsvSpecIT test {date.testDateParseHaving} elastic#111921
  ...

# Conflicts:
#	server/src/main/java/org/elasticsearch/TransportVersions.java
  • Loading branch information
weizijun committed Aug 16, 2024
2 parents 4528f9e + 445be15 commit b6b6da5
Show file tree
Hide file tree
Showing 1,057 changed files with 7,227 additions and 3,592 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
import org.elasticsearch.action.support.ActionFilters;
import org.elasticsearch.action.support.HandledTransportAction;
import org.elasticsearch.action.update.UpdateResponse;
import org.elasticsearch.common.inject.Inject;
import org.elasticsearch.common.util.concurrent.EsExecutors;
import org.elasticsearch.index.shard.ShardId;
import org.elasticsearch.injection.guice.Inject;
import org.elasticsearch.plugin.noop.NoopPlugin;
import org.elasticsearch.tasks.Task;
import org.elasticsearch.transport.TransportService;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
import org.elasticsearch.action.search.ShardSearchFailure;
import org.elasticsearch.action.support.ActionFilters;
import org.elasticsearch.action.support.HandledTransportAction;
import org.elasticsearch.common.inject.Inject;
import org.elasticsearch.common.io.stream.Writeable;
import org.elasticsearch.common.util.concurrent.EsExecutors;
import org.elasticsearch.injection.guice.Inject;
import org.elasticsearch.plugin.noop.NoopPlugin;
import org.elasticsearch.search.SearchHits;
import org.elasticsearch.search.aggregations.InternalAggregations;
Expand Down
6 changes: 0 additions & 6 deletions docs/changelog/110548.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions docs/changelog/111437.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 111437
summary: "[ES|QL] Create `Range` in `PushFiltersToSource` for qualified pushable filters on the same field"
area: ES|QL
type: enhancement
issues: []
6 changes: 6 additions & 0 deletions docs/changelog/111689.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 111689
summary: Add nanos support to `ZonedDateTime` serialization
area: Infra/Core
type: enhancement
issues:
- 68292
6 changes: 6 additions & 0 deletions docs/changelog/111729.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 111729
summary: Speed up dense/sparse vector stats
area: Vector Search
type: bug
issues:
- 111715
6 changes: 6 additions & 0 deletions docs/changelog/111740.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 111740
summary: Fix Start Trial API output acknowledgement header for features
area: License
type: bug
issues:
- 111739
6 changes: 6 additions & 0 deletions docs/changelog/111756.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 111756
summary: Fix `NullPointerException` when doing knn search on empty index without dims
area: Vector Search
type: bug
issues:
- 111733
6 changes: 6 additions & 0 deletions docs/changelog/111758.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 111758
summary: Revert "Avoid bucket copies in Aggs"
area: Aggregations
type: bug
issues:
- 111679
7 changes: 7 additions & 0 deletions docs/changelog/111779.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pr: 111779
summary: "ESQL: Fix serialization during `can_match`"
area: ES|QL
type: bug
issues:
- 111701
- 111726
5 changes: 5 additions & 0 deletions docs/changelog/111807.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 111807
summary: Explain Function Score Query
area: Search
type: bug
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/111809.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 111809
summary: Add Field caps support for Semantic Text
area: Mapping
type: enhancement
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/111843.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 111843
summary: Add maximum nested depth check to WKT parser
area: Geo
type: bug
issues: []
6 changes: 6 additions & 0 deletions docs/changelog/111863.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 111863
summary: Fixing incorrect bulk request took time
area: Ingest Node
type: bug
issues:
- 111854
6 changes: 6 additions & 0 deletions docs/changelog/111866.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 111866
summary: Fix windows memory locking
area: Infra/Core
type: bug
issues:
- 111847
6 changes: 6 additions & 0 deletions docs/changelog/111879.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 111879
summary: "ESQL: Have BUCKET generate friendlier intervals"
area: ES|QL
type: enhancement
issues:
- 110916
136 changes: 136 additions & 0 deletions docs/reference/cluster/nodes-stats.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,142 @@ This is not shown for the `shards` level, since mappings may be shared across th

=======
`shards`::
(object) When the `shards` level is requested, contains the aforementioned `indices` statistics for every shard (per
index, and then per shard ID), as well as the following shard-specific statistics (which are not shown when the
requested level is higher than `shards`):
+
.Additional shard-specific statistics for the `shards` level
[%collapsible%open]
=======

`routing`::
(object) Contains routing information about the shard.
+
.Properties of `routing`
[%collapsible%open]
========
`state`::
(string) State of the shard. Returned values are:
+
* `INITIALIZING`: The shard is initializing/recovering.
* `RELOCATING`: The shard is relocating.
* `STARTED`: The shard has started.
* `UNASSIGNED`: The shard is not assigned to any node.
`primary`::
(Boolean) Whether the shard is a primary shard or not.
`node`::
(string) ID of the node the shard is allocated to.
`relocating_node`::
(string) ID of the node the shard is either relocating to or relocating from, or null if shard is not relocating.
========

`commit`::
(object) Contains information regarding the last commit point of the shard.
+
.Properties of `commit`
[%collapsible%open]
========
`id`::
(string) Base64 version of the commit ID.
`generation`::
(integer) Lucene generation of the commit.
`user_data`::
(object) Contains additional technical information about the commit.
`num_docs`::
(integer) The number of docs in the commit.
========

`seq_no`::
(object) Contains information about <<optimistic-concurrency-control,sequence numbers>> and checkpoints for the shard.
+
.Properties of `seq_no`
[%collapsible%open]
========
`max_seq_no`::
(integer) The maximum sequence number issued so far.
`local_checkpoint`::
(integer) The current local checkpoint of the shard.
`global_checkpoint`::
(integer) The current global checkpoint of the shard.
========

`retention_leases`::
(object) Contains information about <<index-modules-history-retention,history retention leases>>.
+
.Properties of `retention_leases`
[%collapsible%open]
========
`primary_term`::
(integer) The primary term of this retention lease collection.
`version`::
(integer) The current version of the retention lease collection.
`leases`::
(array of objects) List of current leases for this shard.
+
.Properties of `leases`
[%collapsible%open]
=========

`id`::
(string) The ID of the lease.

`retaining_seq_no`::
(integer) The minimum sequence number to be retained by the lease.

`timestamp`::
(integer) The timestamp of when the lease was created or renewed.
Recorded in milliseconds since the {wikipedia}/Unix_time[Unix Epoch].

`source`::
(string) The source of the lease.

=========
========

`shard_path`::
(object)
+
.Properties of `shard_path`
[%collapsible%open]
========
`state_path`::
(string) The state-path root, without the index name and the shard ID.
`data_path`::
(string) The data-path root, without the index name and the shard ID.
`is_custom_data_path`::
(boolean) Whether the data path is a custom data location and therefore outside of the nodes configured data paths.
========

`search_idle`::
(boolean) Whether the shard is <<dynamic-index-search-idle-after,search idle>> or not.

`search_idle_time`::
(integer) Time since previous searcher access.
Recorded in milliseconds.

=======
======

[[cluster-nodes-stats-api-response-body-os]]
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/esql/esql-query-api.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Column `name` and `type` for each column returned in `values`. Each object is a
Column `name` and `type` for each queried column. Each object is a single column. This is only
returned if `drop_null_columns` is sent with the request.

`rows`::
`values`::
(array of arrays)
Values for the search results.

Expand Down
12 changes: 0 additions & 12 deletions docs/reference/esql/functions/kibana/definition/mv_count.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions docs/reference/esql/functions/kibana/definition/mv_first.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions docs/reference/esql/functions/kibana/definition/mv_last.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions docs/reference/esql/functions/kibana/definition/mv_max.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions docs/reference/esql/functions/kibana/definition/mv_min.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/reference/esql/functions/types/mv_count.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/reference/esql/functions/types/mv_first.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/reference/esql/functions/types/mv_last.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/reference/esql/functions/types/mv_max.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b6b6da5

Please sign in to comment.