Change shard changes api's threadpool from get to search (#34421)
This commit is contained in:
parent
305b5845eb
commit
74dc2da873
|
@ -288,7 +288,7 @@ public class ShardChangesAction extends Action<ShardChangesAction.Response> {
|
||||||
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.GET);
|
indexNameExpressionResolver, Request::new, ThreadPool.Names.SEARCH);
|
||||||
this.indicesService = indicesService;
|
this.indicesService = indicesService;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue