zstan commented on a change in pull request #8858:
URL: https://github.com/apache/ignite/pull/8858#discussion_r601441857



##########
File path: 
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/QueryTaskExecutorImpl.java
##########
@@ -84,6 +85,11 @@ public void exceptionHandler(Thread.UncaughtExceptionHandler 
eHnd) {
         );
     }
 
+    /** {@inheritDoc} */
+    @Override public Future<?> submit(UUID qryId, long fragmentId, Runnable 
qryTask) {
+        return stripedThreadPoolExecutor.submit(qryTask, hash(qryId, 
fragmentId));

Review comment:
       with another default pool ?




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to