You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
In OpenSearch jVector we leverage ForkJoinPool types for faster index buildup. However, we can't register those pools within the lifecycle of the cluster through the ThreadPool object mechanism otherwise use to manage all thread pools.
Describe the solution you'd like
We would like to see a new ThreadPoolType added (e.g. ForkJoinPoolType) to the ThreadPool object support.