Skip to content

[ClusterPipeline] ExecutorService/thread is created and destroyed too frequently in ClusterPipeline #4141

@xrayw

Description

@xrayw

The code at here

ExecutorService executorService = Executors.newFixedThreadPool(MULTI_NODE_PIPELINE_SYNC_WORKERS);

It will create a ExecutorService for each pipeline sync, This will cause huge cost when there are many pipeline operations

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions