Skip to content

Limit the maximum queue_size for fixed thread pools? #14448

@jasontedor

Description

@jasontedor

Dynamically adjustable queue_sizes for thread pools can in general be a useful feature for users to tune depending on their cluster utilization. However, as queue_size tends to Integer.MAX_VALUE, the value of this turns negative. So perhaps we should set a upper bound on queue_size beyond which it can not be set?

Relates #11511, relates #14367 (cf. comment from @dakrone)

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