You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Konstantin Orlov (Jira)" <ji...@apache.org> on 2023/04/24 07:03:00 UTC

[jira] [Assigned] (IGNITE-17685) SQL engine should send messages asynchronous

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

Konstantin Orlov reassigned IGNITE-17685:
-----------------------------------------

    Assignee: Konstantin Orlov

> SQL engine should send messages asynchronous 
> ---------------------------------------------
>
>                 Key: IGNITE-17685
>                 URL: https://issues.apache.org/jira/browse/IGNITE-17685
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>            Reporter: Yury Gerzhedovich
>            Assignee: Konstantin Orlov
>            Priority: Major
>              Labels: ignite-3, tech-debt
>
> Ignite 3 use asynchronius maner for commnunicaion between nodes. However SQL make synchronos wrapper , like 
> {code:java}
> messagingSrvc.send(node, msg).join();
> {code}
> It blocks execution thread and could sequinataly lead to full blocking queries executoin.



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