Skip to content

Each call to the put-ingest-pipeline API causes a cluster state update #81726

Closed
@DaveCTurner

Description

@DaveCTurner

Elasticsearch version (bin/elasticsearch --version): 7.15.1

Plugins installed: []

JVM version (java -version): Bundled

OS version (uname -a if on a Unix-like system): Cloud

Description of the problem including expected versus actual behavior:

Each call to PUT /_ingest/pipeline/{id} results in a cluster state update (unless it times out in the master queue first). We should detect calls that don't change anything and skip the publication process in those cases. It'd also be nice to batch up multiple requests into a single cluster state update.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions