ygerzhedovich commented on code in PR #3076:
URL: https://github.com/apache/ignite-3/pull/3076#discussion_r1464038842
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/SqlQueryProcessor.java:
##########
@@ -257,19 +266,23 @@ public SqlQueryProcessor(
public synchronized CompletableFuture<Void> start() {
var nodeName = clusterSrvc.topologyService().localMember().name();
- taskExecutor = registerService(new QueryTaskExecutorImpl(nodeName));
+ taskExecutor = registerService(new QueryTaskExecutorImpl(nodeName,
nodeCfg.planner().threadCount().value()));
Review Comment:
make it when it will be really required
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]