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 2017/06/21 11:11:00 UTC

[jira] [Updated] (IGNITE-5378) JDBC thin: support query cancellation

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

Vladimir Ozerov updated IGNITE-5378:
------------------------------------
    Component/s:     (was: sql)
                 jdbc

> JDBC thin: support query cancellation
> -------------------------------------
>
>                 Key: IGNITE-5378
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5378
>             Project: Ignite
>          Issue Type: Task
>          Components: jdbc
>            Reporter: Vladimir Ozerov
>             Fix For: 2.2
>
>
> We need to support {{Statement.cancel()}} for thin JDBC driver. Ignite already able to cancel queries on a server side, so we should simply create new request-response pair for this.
> Special attention should be dedicated to precise specification semantics. Namely, query could be started from the one thread, but cancelled from another. Hence, concurrency should be implemented accurately.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)