Versions : Opensearch version-1.3.9
I am experiencing thread pool rejections in my OpenSearch production cluster, primarily in the search and write thread pool types. These rejections mostly occur during bulk indexing or heavy search activity across the cluster. To mitigate this issue, I found a suggestion online to increase the thread pool queue size above the default values. Is this a valid solution, or are there any other recommended approaches to prevent these rejections?