-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
>breakingIdentifies a breaking change.Identifies a breaking change.enhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestv3.0.0Issues and PRs related to version 3.0.0Issues and PRs related to version 3.0.0
Description
Is your feature request related to a problem? Please describe.
Right now some of the thread pool settings are declared as deprecated and logged by deprecation logger:
[2022-03-25T16:00:21,595][DEPRECATION][o.o.d.c.s.Settings ] [testSetLowerSettings] [thread_pool.test.max_queue_size] setting was deprecated in OpenSearch and will be removed in a future release! See the breaking changes documentation for the next major version.
[2022-03-25T16:00:21,596][DEPRECATION][o.o.d.c.s.Settings ] [testSetLowerSettings] [thread_pool.test.min_queue_size] setting was deprecated in OpenSearch and will be removed in a future release! See the breaking changes documentation for the next major version.
Describe the solution you'd like
Cleanup deprecated thread pool settings in 3.0.0
Describe alternatives you've considered
Leave them there
Additional context
N/A
Metadata
Metadata
Assignees
Labels
>breakingIdentifies a breaking change.Identifies a breaking change.enhancementEnhancement or improvement to existing feature or requestEnhancement or improvement to existing feature or requestv3.0.0Issues and PRs related to version 3.0.0Issues and PRs related to version 3.0.0