agavra commented on code in PR #9753: URL: https://github.com/apache/pinot/pull/9753#discussion_r1021955866
########## pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/QueryRunner.java: ########## @@ -128,7 +129,7 @@ public void processQuery(DistributedStagePlan distributedStagePlan, ExecutorServ for (ServerPlanRequestContext requestContext : serverQueryRequests) { ServerQueryRequest request = new ServerQueryRequest(requestContext.getInstanceRequest(), new ServerMetrics(PinotMetricUtils.getPinotMetricsRegistry()), System.currentTimeMillis()); - serverQueryResults.add(processServerQuery(request, executorService)); + serverQueryResults.add(processServerQuery(request, scheduler.getWorkerPool())); Review Comment: yes, IIRC this is the same as existing behavior if you follow where `executorService` is created and passed down -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org