Skip to content

Commit 0041afa

Browse files
martijnvgkcm
authored andcommitted
Change shard changes api's threadpool from get to search (#34421)
1 parent 9f9cb1a commit 0041afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/ccr/src/main/java/org/elasticsearch/xpack/ccr/action/ShardChangesAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public TransportAction(Settings settings,
288288
IndexNameExpressionResolver indexNameExpressionResolver,
289289
IndicesService indicesService) {
290290
super(settings, NAME, threadPool, clusterService, transportService, actionFilters,
291-
indexNameExpressionResolver, Request::new, ThreadPool.Names.GET);
291+
indexNameExpressionResolver, Request::new, ThreadPool.Names.SEARCH);
292292
this.indicesService = indicesService;
293293
}
294294

0 commit comments

Comments
 (0)