mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-20 03:45:02 +00:00
Changed the shard changes api to use get threadpool instead of management threadpool.
This commit is contained in:
parent
2663b5ef39
commit
41c3dc91c1
@ -200,7 +200,7 @@ public class ShardChangesAction extends Action<ShardChangesAction.Request, Shard
|
|||||||
IndexNameExpressionResolver indexNameExpressionResolver,
|
IndexNameExpressionResolver indexNameExpressionResolver,
|
||||||
IndicesService indicesService) {
|
IndicesService indicesService) {
|
||||||
super(settings, NAME, threadPool, clusterService, transportService, actionFilters,
|
super(settings, NAME, threadPool, clusterService, transportService, actionFilters,
|
||||||
indexNameExpressionResolver, Request::new, ThreadPool.Names.MANAGEMENT); // is management right tp?
|
indexNameExpressionResolver, Request::new, ThreadPool.Names.GET);
|
||||||
this.indicesService = indicesService;
|
this.indicesService = indicesService;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user