Skip to content

Commit

Permalink
Merge branch 'main' into shutdown/restart
Browse files Browse the repository at this point in the history
  • Loading branch information
rjernst committed Dec 6, 2024
2 parents 3908b3c + 1106171 commit 62d5489
Show file tree
Hide file tree
Showing 146 changed files with 5,835 additions and 424 deletions.
4 changes: 2 additions & 2 deletions distribution/tools/plugin-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies {
implementation project(":libs:plugin-api")
implementation project(":libs:plugin-scanner")
// TODO: asm is picked up from the plugin scanner, we should consolidate so it is not defined twice
implementation 'org.ow2.asm:asm:9.7'
implementation 'org.ow2.asm:asm-tree:9.7'
implementation 'org.ow2.asm:asm:9.7.1'
implementation 'org.ow2.asm:asm-tree:9.7.1'

api "org.bouncycastle:bcpg-fips:1.0.7.1"
api "org.bouncycastle:bc-fips:1.0.2.5"
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog/117359.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 117359
summary: Term query for ES|QL
area: ES|QL
type: enhancement
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/117657.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 117657
summary: Ignore cancellation exceptions
area: ES|QL
type: bug
issues: []
6 changes: 6 additions & 0 deletions docs/changelog/117920.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 117920
summary: Wait for the worker service to shutdown before closing task processor
area: Machine Learning
type: bug
issues:
- 117563
5 changes: 5 additions & 0 deletions docs/changelog/117939.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 117939
summary: Adding default endpoint for Elastic Rerank
area: Machine Learning
type: enhancement
issues: []
6 changes: 6 additions & 0 deletions docs/changelog/118027.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 118027
summary: Esql compare nanos and millis
area: ES|QL
type: enhancement
issues:
- 116281
5 changes: 5 additions & 0 deletions docs/changelog/118064.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 118064
summary: Add Highlighter for Semantic Text Fields
area: Highlighting
type: feature
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/118094.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 118094
summary: Update ASM 9.7 -> 9.7.1 to support JDK 24
area: Infra/Core
type: upgrade
issues: []
3 changes: 3 additions & 0 deletions docs/internal/DistributedArchitectureGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,9 @@ The tasks infrastructure is used to track currently executing operations in the

Each individual task is local to a node, but can be related to other tasks, on the same node or other nodes, via a parent-child relationship.

> [!NOTE]
> The Task management API is experimental/beta, its status and outstanding issues can be tracked [here](https://github.com/elastic/elasticsearch/issues/51628).
### Task tracking and registration

Tasks are tracked in-memory on each node in the node's [TaskManager], new tasks are registered via one of the [TaskManager#register] methods.
Expand Down
5 changes: 5 additions & 0 deletions docs/reference/esql/functions/description/term.asciidoc

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

13 changes: 13 additions & 0 deletions docs/reference/esql/functions/examples/term.asciidoc

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

36 changes: 36 additions & 0 deletions docs/reference/esql/functions/kibana/definition/equals.json

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

36 changes: 36 additions & 0 deletions docs/reference/esql/functions/kibana/definition/greater_than.json

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

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

36 changes: 36 additions & 0 deletions docs/reference/esql/functions/kibana/definition/less_than.json

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

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

36 changes: 36 additions & 0 deletions docs/reference/esql/functions/kibana/definition/not_equals.json

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

Loading

0 comments on commit 62d5489

Please sign in to comment.