Skip to content

Commit 9dbab7c

Browse files
committed
Change shard changes api's threadpool from get to search (#34421)
1 parent 87580cd commit 9dbab7c

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
@@ -302,7 +302,7 @@ public TransportAction(Settings settings,
302302
IndexNameExpressionResolver indexNameExpressionResolver,
303303
IndicesService indicesService) {
304304
super(settings, NAME, threadPool, clusterService, transportService, actionFilters,
305-
indexNameExpressionResolver, Request::new, ThreadPool.Names.GET);
305+
indexNameExpressionResolver, Request::new, ThreadPool.Names.SEARCH);
306306
this.indicesService = indicesService;
307307
}
308308

0 commit comments

Comments
 (0)