You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2019/03/11 07:26:00 UTC

[jira] [Updated] (IGNITE-11514) MVCC: Client listener: do not delegate implicit operation execution to separate thread for JDBC/ODBC

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

Vladimir Ozerov updated IGNITE-11514:
-------------------------------------
    Ignite Flags:   (was: Docs Required)

> MVCC: Client listener: do not delegate implicit operation execution to separate thread for JDBC/ODBC
> ----------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-11514
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11514
>             Project: Ignite
>          Issue Type: Task
>          Components: jdbc, mvcc, odbc
>            Reporter: Vladimir Ozerov
>            Priority: Major
>
> If implicit operation over MVCC cache(s) is executed from JDBC/ODBC driver, we always delegate it to a separate thread. But there is no need to do this - once we understand that no active transaction will be left after execution, query could be executed from normal listener thread safely.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)