Skip to content

Add batching to TransportClusterUpdateSettingsAction #97246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DaveCTurner
Copy link
Contributor

Reworks TransportClusterUpdateSettingsAction to use a batching
executor, mainly to avoid the need to hold mutable state within the task
itself. Also moves the submission of the followup reroute task into the
publication-complete handler, since this submission step need not wait
for acking.

Reworks `TransportClusterUpdateSettingsAction` to use a batching
executor, mainly to avoid the need to hold mutable state within the task
itself. Also moves the submission of the followup reroute task into the
publication-complete handler, since this submission step need not wait
for acking.
@DaveCTurner DaveCTurner added WIP :Distributed Indexing/Distributed A catch all label for anything in the Distributed Indexing Area. Please avoid if you can. v8.10.0 >tech debt labels Jun 29, 2023
@DaveCTurner
Copy link
Contributor Author

NB no tests here yet, this is really more of a placeholder for this tech debt task.

@shreedaddy

This comment was marked as off-topic.

@DaveCTurner

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Indexing/Distributed A catch all label for anything in the Distributed Indexing Area. Please avoid if you can. >tech debt v9.1.0 WIP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants