Skip to content

Commit 23bdac0

Browse files
committed
Fix task for child request
1 parent fc98a0e commit 23bdac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/plugin/ClusterComputeHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ void startComputeOnRemoteCluster(
130130
cluster.connection,
131131
ComputeService.CLUSTER_ACTION_NAME,
132132
clusterRequest,
133-
rootTask,
133+
listenerGroup.getGroupTask(),
134134
TransportRequestOptions.EMPTY,
135135
new ActionListenerResponseHandler<>(clusterListener, ComputeResponse::new, esqlExecutor)
136136
);

0 commit comments

Comments
 (0)