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 10:12:00 UTC

[jira] [Updated] (IGNITE-13198) Calcite integration. Rework error / cancel logic at execution

     [ https://issues.apache.org/jira/browse/IGNITE-13198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Taras Ledkov updated IGNITE-13198:
----------------------------------
    Summary: Calcite integration. Rework error / cancel logic at execution  (was: Calcite integration. Rework error / cancel logic on execution)

> Calcite integration. Rework error / cancel logic at 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
>            Priority: Major
>
> 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)