opensearch-project / index-management

🗃 Automate periodic data operations, such as deleting indices at a certain age or performing a rollover at a certain size
https://opensearch.org/docs/latest/im-plugin/index/
Apache License 2.0
52 stars 107 forks source link

Execute PluginVersionSweepCoordinator on GENERIC threadpool #1196

Open r1walz opened 2 weeks ago

r1walz commented 2 weeks ago

Issue #, if available: #1075

Description of changes:

Change threadpool to generic to avoid blocking clusterApplierService#updateTask thread. CheckList:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.