alex-plekhanov commented on code in PR #12589:
URL: https://github.com/apache/ignite/pull/12589#discussion_r2631393806


##########
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/exec/task/QueryTasksQueue.java:
##########
@@ -69,11 +69,18 @@ private static class Node {
     /** Set of blocked (currently running) queries. */
     private final Set<QueryKey> blockedQrys = new HashSet<>();
 
+    /** All tasks blocked by currently running queries. Can be false-negative. 
*/
+    private boolean allTasksBlocked;
+
+    /** Count of not parked task processing threads. */

Review Comment:
   Added info about "not busy" to comment



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

Reply via email to