Konstantin Orlov created IGNITE-23433:
-----------------------------------------
Summary: 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
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)