-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Limit the maximum queue_size for fixed thread pools? #14448
Copy link
Copy link
Closed
Labels
:Core/Infra/CoreCore issues without another labelCore issues without another labelgood first issuelow hanging fruitlow hanging fruithelp wantedadoptmeadoptmeresiliency
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Core/Infra/CoreCore issues without another labelCore issues without another labelgood first issuelow hanging fruitlow hanging fruithelp wantedadoptmeadoptmeresiliency
Type
Fields
Give feedbackNo fields configured for issues without a type.