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

[jira] [Updated] (IGNITE-10161) Be able to cancel any query by query id

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

Yury Gerzhedovich updated IGNITE-10161:
---------------------------------------
    Description: 
User should be able to cancel any query by query id through SQL command.

SQL syntax: *KILL QUERY '<_query_id>' \{ASYNC}_*

_ASYNC_ is optional parameter which return control immediately without waiting real cancellation will be done.

By default, without ASYNC parameter, the request is blocking untill cancellation is not done.

Query should be canceled  together with its parts on all nodes. 

  was:
User should be able to cancel any query by query id through SQL command.

SQL syntax: *KILL QUERY '<_query_id>'_*

Query should be canceled  together with its parts on all nodes. 


> Be able to cancel any query by query id
> ---------------------------------------
>
>                 Key: IGNITE-10161
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10161
>             Project: Ignite
>          Issue Type: Task
>          Components: sql
>            Reporter: Yury Gerzhedovich
>            Assignee: Yury Gerzhedovich
>            Priority: Major
>              Labels: iep-29
>             Fix For: 2.8
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> User should be able to cancel any query by query id through SQL command.
> SQL syntax: *KILL QUERY '<_query_id>' \{ASYNC}_*
> _ASYNC_ is optional parameter which return control immediately without waiting real cancellation will be done.
> By default, without ASYNC parameter, the request is blocking untill cancellation is not done.
> Query should be canceled  together with its parts on all nodes. 



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