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

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

Yury Gerzhedovich created IGNITE-10161:
------------------------------------------

             Summary: 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
             Fix For: 2.8


User should be able to cancel any query by query id through both JMX and SQL command.

SQL syntax: *KILL QUERY _<node_id> <node_query_id>_*

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

Initial cancel query sends to initial node *node_id* which can cancel all related parts of query on other nodes. In case *node_id* node not available cancel query should be sent all nodes.



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