Skip to content

Avoid transport_worker thread in TransportBroadcastAction#98001

Merged
DaveCTurner merged 2 commits intoelastic:mainfrom
DaveCTurner:2023/07/27/TransportBroadcastAction-forking
Jul 27, 2023
Merged

Avoid transport_worker thread in TransportBroadcastAction#98001
DaveCTurner merged 2 commits intoelastic:mainfrom
DaveCTurner:2023/07/27/TransportBroadcastAction-forking

Conversation

@DaveCTurner
Copy link
Copy Markdown
Member

TransportBroadcastAction derivatives do work which scales as the
number of shards in the cluster, both during coordination and when
processing responses. We must therefore not do this work on
transport_worker threads.

Relates #97920

`TransportBroadcastAction` derivatives do work which scales as the
number of shards in the cluster, both during coordination and when
processing responses. We must therefore not do this work on
`transport_worker` threads.

Relates elastic#97920
@DaveCTurner DaveCTurner added >bug :Distributed/Distributed A catch all label for anything in the Distributed Area. Please avoid if you can. v8.10.0 labels Jul 27, 2023
@elasticsearchmachine elasticsearchmachine added the Team:Distributed Meta label for distributed team. label Jul 27, 2023
@elasticsearchmachine
Copy link
Copy Markdown
Collaborator

Hi @DaveCTurner, I've created a changelog YAML for you.

@elasticsearchmachine
Copy link
Copy Markdown
Collaborator

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

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.

@DaveCTurner DaveCTurner added the auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) label Jul 27, 2023
@DaveCTurner DaveCTurner merged commit 53e3e7f into elastic:main Jul 27, 2023
@DaveCTurner DaveCTurner deleted the 2023/07/27/TransportBroadcastAction-forking branch July 27, 2023 11:50
@DaveCTurner DaveCTurner restored the 2023/07/27/TransportBroadcastAction-forking branch June 17, 2024 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) >bug :Distributed/Distributed A catch all label for anything in the Distributed Area. Please avoid if you can. Team:Distributed Meta label for distributed team. v8.10.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants