Skip to content

Node shutdown cluster state task improvements #84847

@DaveCTurner

Description

@DaveCTurner

Elasticsearch Version

master (and more)

Installed Plugins

N/A

Java Version

bundled

OS Version

Cloud

Problem Description

Today TransportPutShutdownNodeAction and TransportDeleteShutdownNodeAction submit their cluster state update tasks at NORMAL priority, which may mean that they take a long time to execute in an overloaded cluster. They also use the (now-forbidden) unbatched executor, and always generate a new cluster state update even if the change is a no-op. I think we should:

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions