Andrey Mashenkov created IGNITE-24765:
-----------------------------------------

             Summary: Sql. Reduce number of state checks in executions nodes.
                 Key: IGNITE-24765
                 URL: https://issues.apache.org/jira/browse/IGNITE-24765
             Project: Ignite
          Issue Type: Improvement
          Components: sql
            Reporter: Andrey Mashenkov
             Fix For: 3.1


As for now,  we check node state for every processing row inside the node.

This look redundant, we should check state, when start a rescheduled task, or 
when requesting more data.
The long data processing loops inside the node should never happens, because we 
add loop-breakers in IGNITE-23960 [1] to avoid thread monopolization by the 
execution node.

[1] https://issues.apache.org/jira/browse/IGNITE-23960



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to