Skip to content

Commit

Permalink
Merge branch 'main' into log_testListTasksWaitForCompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
idegtiarenko committed Oct 27, 2023
2 parents 91ccf69 + 5365daa commit 9b9967b
Show file tree
Hide file tree
Showing 218 changed files with 2,044 additions and 2,888 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
- job:
name: elastic+elasticsearch+%BRANCH%+periodic+concurrent-search-tests
display-name: "elastic / elasticsearch # %BRANCH% - concurrent search tests"
description: "Testing concurrent search enabled for the Elasticsearch %BRANCH% branch.\n"
description: "This job has been migrated to Buildkite.\n"
disabled: true
node: "general-purpose && docker"
builders:
- inject:
Expand Down
6 changes: 0 additions & 6 deletions .ci/jobs.t/elastic+elasticsearch+periodic+ear-trigger.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .ci/jobs.t/elastic+elasticsearch+periodic+ear.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
- job:
name: elastic+elasticsearch+%BRANCH%+periodic+ear
display-name: "elastic / elasticsearch # %BRANCH% - encryption at rest"
description: "The Elasticsearch %BRANCH% branch encryption at rest compatibility tests.\n\n"
description: "This job has been migrated to Buildkite.\n"
disabled: true
node: packaging-large
builders:
- inject:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
name: elastic+elasticsearch+%BRANCH%+periodic+eql-correctness
workspace: /dev/shm/elastic+elasticsearch+%BRANCH%+periodic+eql-correctness
display-name: "elastic / elasticsearch # %BRANCH% - eql correctness tests"
description: "Testing of Elasticsearch %BRANCH% EQL.\n"
description: "This job has been migrated to Buildkite.\n"
disabled: true
builders:
- inject:
properties-file: '.ci/java-versions.properties'
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
name: elastic+elasticsearch+%BRANCH%+periodic+example-plugins
workspace: /dev/shm/elastic+elasticsearch+%BRANCH%+periodic+example-plugins
display-name: "elastic / elasticsearch # %BRANCH% - example plugin tests"
description: "Testing of Elasticsearch %BRANCH% example plugins.\n"
description: "This job has been migrated to Buildkite.\n"
disabled: true
builders:
- inject:
properties-file: '.ci/java-versions.properties'
Expand Down

This file was deleted.

3 changes: 2 additions & 1 deletion .ci/jobs.t/elastic+elasticsearch+periodic+release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
# Don't use ramdisk since this build generates lots of large artifacts and results in oomkiller issues
# workspace: /dev/shm/elastic+elasticsearch+%BRANCH%+periodic+release-tests
display-name: "elastic / elasticsearch # %BRANCH% - release tests"
description: "Release version tests for the Elasticsearch %BRANCH% branch.\n"
description: "This job has been migrated to Buildkite.\n"
disabled: true
node: "general-purpose && docker"
builders:
- inject:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
- job:
name: elastic+elasticsearch+%BRANCH%+periodic+single-processor-node-tests
display-name: "elastic / elasticsearch # %BRANCH% - single processor node tests"
description: "Testing with node.processors set to '1' for the Elasticsearch %BRANCH% branch.\n"
description: "This job has been migrated to Buildkite.\n"
disabled: true
node: "general-purpose && docker"
builders:
- inject:
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
name: elastic+elasticsearch+%BRANCH%+snyk-dependency-monitoring
workspace: /dev/shm/elastic+elasticsearch+%BRANCH%+snyk-dependency-monitoring
display-name: "elastic / elasticsearch # %BRANCH% - snyk dependency monitoring"
description: "Publishing of the Elasticsearch %BRANCH% dependencies graph to snyk dependency monitoring"
description: "This job has been migrated to Buildkite.\n"
disabled: true
builders:
- inject:
properties-file: '.ci/java-versions.properties'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import org.apache.lucene.store.Directory;
import org.apache.lucene.util.BytesRef;
import org.apache.lucene.util.NumericUtils;
import org.elasticsearch.compute.data.BlockFactory;
import org.elasticsearch.compute.data.BytesRefBlock;
import org.elasticsearch.compute.data.BytesRefVector;
import org.elasticsearch.compute.data.DocVector;
Expand Down Expand Up @@ -132,6 +133,7 @@ private static BlockLoader numericBlockLoader(String name, NumberFieldMapper.Num
@OperationsPerInvocation(INDEX_SIZE)
public void benchmark() {
ValuesSourceReaderOperator op = new ValuesSourceReaderOperator(
BlockFactory.getNonBreakingInstance(),
List.of(BlockReaderFactories.loaderToFactory(reader, blockLoader(name))),
0,
name
Expand Down
2 changes: 1 addition & 1 deletion distribution/docker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ void addBuildDockerImageTask(Architecture architecture, DockerBase base) {
if (base == DockerBase.IRON_BANK) {
Map<String, String> buildArgsMap = [
'BASE_REGISTRY': 'docker.elastic.co',
'BASE_IMAGE' : 'ubi8/ubi',
'BASE_IMAGE' : 'ubi9/ubi',
'BASE_TAG' : 'latest'
]

Expand Down
4 changes: 2 additions & 2 deletions distribution/docker/src/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<% if (docker_base == 'iron_bank') { %>
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG BASE_TAG=8.6
ARG BASE_IMAGE=redhat/ubi/ubi9
ARG BASE_TAG=9.2
<% } %>
################################################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ tags:

# Build args passed to Dockerfile ARGs
args:
BASE_IMAGE: "redhat/ubi/ubi8"
BASE_TAG: "8.6"
BASE_IMAGE: "redhat/ubi/ubi9"
BASE_TAG: "9.2"

# Docker image labels
labels:
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog/101147.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 101147
summary: Persist data counts on job close before results index refresh
area: Machine Learning
type: bug
issues: []
12 changes: 12 additions & 0 deletions docs/changelog/101230.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
pr: 101230
summary: Enable query phase parallelism within a single shard
area: Search
type: enhancement
issues:
- 80693
highlight:
title: Enable query phase parallelism within a single shard
body: |-
Activate inter-segment search concurrency by default in the query phase, in order to
enable parallelizing search execution across segments that a single shard is made of.
notable: true
5 changes: 5 additions & 0 deletions docs/changelog/101346.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 101346
summary: Report full stack trace for non-state file settings transforms
area: Infra/Settings
type: bug
issues: []
6 changes: 6 additions & 0 deletions docs/changelog/101358.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 101358
summary: Make DISSECT parameter `append_separator` case insensitive
area: ES|QL
type: bug
issues:
- 101138
5 changes: 5 additions & 0 deletions docs/changelog/101383.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 101383
summary: "ESQL: Track memory from values loaded from lucene"
area: ES|QL
type: enhancement
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/101396.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 101396
summary: "ESQL: Track blocks emitted from lucene"
area: ES|QL
type: enhancement
issues: []
2 changes: 2 additions & 0 deletions docs/reference/data-streams/data-stream-apis.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ The following APIs are available for managing <<data-streams,data streams>>:
[[data-stream-lifecycle-api]]
The following APIs are available for managing the built-in lifecycle of data streams:

preview::[]

* <<data-streams-put-lifecycle,Update data stream lifecycle>>
preview:[]
* <<data-streams-get-lifecycle,Get data stream lifecycle>>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<titleabbrev>Delete Data Stream Lifecycle</titleabbrev>
++++

preview:[]
preview::[]

Deletes the lifecycle from a set of data streams.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<titleabbrev>Explain Data Stream Lifecycle</titleabbrev>
++++

preview:[]
preview::[]

Retrieves the current data stream lifecycle status for one or more data stream backing indices.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<titleabbrev>Get Data Stream Lifecycle</titleabbrev>
++++

preview:[]
preview::[]

Gets the lifecycle of a set of data streams.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<titleabbrev>Put Data Stream Lifecycle</titleabbrev>
++++

preview:[]
preview::[]

Configures the data stream lifecycle for the targeted data streams.

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/data-streams/lifecycle/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[data-stream-lifecycle]]
== Data stream lifecycle

preview:[]
preview::[]

A data stream lifecycle is the built-in mechanism data streams use to manage their lifecycle. It enables you to easily
automate the management of your data streams according to your retention requirements. For example, you could configure
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[tutorial-manage-existing-data-stream]]
=== Tutorial: Update existing data stream

preview:[]
preview::[]

To update the lifecycle of an existing data stream you do the following actions:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[tutorial-manage-new-data-stream]]
=== Tutorial: Create a data stream with a lifecycle

preview:[]
preview::[]

To create a data stream with a built-in lifecycle, follow these steps:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[[tutorial-migrate-data-stream-from-ilm-to-dsl]]
=== Tutorial: Migrate ILM managed data stream to Data stream lifecycle

preview:[]
preview::[]

In this tutorial we'll look at migrating an existing data stream from {ilm-init} to
Data stream lifecycle. The existing {ilm-init} managed backing indices will continue
Expand Down
20 changes: 10 additions & 10 deletions docs/reference/esql/esql-enrich-data.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[esql-enrich-data]]
== Data enrichment
=== Data enrichment

++++
<titleabbrev>Data enrichment</titleabbrev>
Expand All @@ -17,7 +17,7 @@ For example, you can use `ENRICH` to:

[discrete]
[[esql-how-enrich-works]]
=== How the `ENRICH` command works
==== How the `ENRICH` command works

The `ENRICH` command adds new columns to a table, with data from {es} indices.
It requires a few special components:
Expand Down Expand Up @@ -65,7 +65,7 @@ include::../ingest/enrich.asciidoc[tag=enrich-index]

[discrete]
[[esql-set-up-enrich-policy]]
=== Set up an enrich policy
==== Set up an enrich policy

To start using `ENRICH`, follow these steps:

Expand All @@ -89,25 +89,25 @@ your query.

[discrete]
[[esql-enrich-prereqs]]
=== Prerequisites
==== Prerequisites

include::{es-repo-dir}/ingest/apis/enrich/put-enrich-policy.asciidoc[tag=enrich-policy-api-prereqs]

[discrete]
[[esql-create-enrich-source-index]]
=== Add enrich data
==== Add enrich data

include::../ingest/enrich.asciidoc[tag=create-enrich-source-index]

[discrete]
[[esql-create-enrich-policy]]
=== Create an enrich policy
==== Create an enrich policy

include::../ingest/enrich.asciidoc[tag=create-enrich-policy]

[discrete]
[[esql-execute-enrich-policy]]
=== Execute the enrich policy
==== Execute the enrich policy

include::../ingest/enrich.asciidoc[tag=execute-enrich-policy1]

Expand All @@ -117,7 +117,7 @@ include::../ingest/enrich.asciidoc[tag=execute-enrich-policy2]

[discrete]
[[esql-use-enrich]]
=== Use the enrich policy
==== Use the enrich policy

After the policy has been executed, you can use the <<esql-enrich,`ENRICH`
command>> to enrich your data.
Expand All @@ -128,12 +128,12 @@ include::processing-commands/enrich.asciidoc[tag=examples]

[discrete]
[[esql-update-enrich-data]]
=== Update an enrich index
==== Update an enrich index

include::{es-repo-dir}/ingest/apis/enrich/execute-enrich-policy.asciidoc[tag=update-enrich-index]

[discrete]
[[esql-update-enrich-policies]]
=== Update an enrich policy
==== Update an enrich policy

include::../ingest/enrich.asciidoc[tag=update-enrich-policy]
2 changes: 1 addition & 1 deletion docs/reference/esql/esql-examples.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[esql-examples]]
== Examples
== {esql} examples

++++
<titleabbrev>Examples</titleabbrev>
Expand Down
Loading

0 comments on commit 9b9967b

Please sign in to comment.