Skip to content

Dispatch ingest work to coordination thread pool#129820

Merged
Tim-Brooks merged 3 commits intoelastic:mainfrom
Tim-Brooks:ingest_on_coordination_executor
Jun 23, 2025
Merged

Dispatch ingest work to coordination thread pool#129820
Tim-Brooks merged 3 commits intoelastic:mainfrom
Tim-Brooks:ingest_on_coordination_executor

Conversation

@Tim-Brooks
Copy link
Copy Markdown
Contributor

The vast majority of ingest pipelines are light CPU
operations. We don't want these to be put behind IO work on the write
executor. Instead, execute these on the coordination pool.

The vast majority of ingest pipelines are light CPU
operations. We don't want these to be put behind IO work on the write
executor. Instead, execute these on the coordination pool.
@Tim-Brooks Tim-Brooks requested a review from a team as a code owner June 23, 2025 01:32
@Tim-Brooks Tim-Brooks added >non-issue :Distributed/CRUD A catch all label for issues around indexing, updating and getting a doc by id. Not search. v9.1.0 labels Jun 23, 2025
@elasticsearchmachine elasticsearchmachine added the Team:Distributed Indexing (obsolete) Meta label for Distributed Indexing team. Obsolete. Please do not use. label Jun 23, 2025
@elasticsearchmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-distributed-indexing (Team:Distributed Indexing)

Copy link
Copy Markdown
Contributor

@henningandersen henningandersen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@Tim-Brooks Tim-Brooks merged commit 53dae7a into elastic:main Jun 23, 2025
27 checks passed
bcully added a commit to bcully/elasticsearch that referenced this pull request Jun 24, 2025
bcully added a commit that referenced this pull request Jun 24, 2025
mridula-s109 pushed a commit to mridula-s109/elasticsearch that referenced this pull request Jun 25, 2025
The vast majority of ingest pipelines are light CPU
operations. We don't want these to be put behind IO work on the write
executor. Instead, execute these on the coordination pool.
mridula-s109 pushed a commit to mridula-s109/elasticsearch that referenced this pull request Jun 25, 2025
Tim-Brooks added a commit to Tim-Brooks/elasticsearch that referenced this pull request Jun 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Distributed/CRUD A catch all label for issues around indexing, updating and getting a doc by id. Not search. >non-issue Team:Distributed Indexing (obsolete) Meta label for Distributed Indexing team. Obsolete. Please do not use. v9.1.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants