You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Taras Ledkov (Jira)" <ji...@apache.org> on 2020/07/01 09:58:00 UTC

[jira] [Created] (IGNITE-13198) Calcite integration. Rework error / cancle login on execution

Taras Ledkov created IGNITE-13198:
-------------------------------------

             Summary: Calcite integration. Rework error / cancle login on execution
                 Key: IGNITE-13198
                 URL: https://issues.apache.org/jira/browse/IGNITE-13198
             Project: Ignite
          Issue Type: Improvement
          Components: sql
            Reporter: Taras Ledkov
            Assignee: Taras Ledkov


Change error & cancel logic on query execution.
*Error*
- propagated from source to downstream nodes.
- Always propagated to the RootNode;
- RootNode receive an error and cancel all execution tree.

*Cancel*
- propagated from downstream to source;
- any node may cancel its execution sub-tree;
- (technical details) to prevent race on Inbox creation Outbox resend Cancel message to Inbox.





--
This message was sent by Atlassian Jira
(v8.3.4#803005)