[
https://issues.apache.org/jira/browse/IGNITE-23433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maksim Zhuravkov reassigned IGNITE-23433:
-----------------------------------------
Assignee: Maksim Zhuravkov
> Sql. Introduce KILL statements
> ------------------------------
>
> Key: IGNITE-23433
> URL: https://issues.apache.org/jira/browse/IGNITE-23433
> Project: Ignite
> Issue Type: Improvement
> Components: sql
> Reporter: Konstantin Orlov
> Assignee: Maksim Zhuravkov
> Priority: Major
> Labels: ignite-3
>
> In order to provide an ability to the cluster administrator to terminate
> problematic processes, let's introduce new family of the management
> statements:
> {code}
> KILL [ QUERY | TRANSACTION | COMPUTE ] '<process_id>' [ NO WAIT ]
> {code}
> , where
> * process_id -- an identity of the query, transaction, or compute job that
> should be terminated
> * NO WAIT -- optional parameter forcing command to return immediately rather
> than to wait for the resources to be freed. By default command execution must
> wait until resources occupied by the process are freed.
> The scope of this ticket are changes in grammar only.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)