Common Operational Queries and Configuration Guides for Apache Doris
SQL Query Management
Cancelling Active Sessions
Retrieve the running session list and terminate the target statement using its unique identifier.
SHOW FULL PROCESSLIST;
KILL QUERY <process_identifier>;
Alternatively, invoke the management REST endpoint directly:
curl -X POST -u "<username>:<password>" http://<bac ...
Posted on Thu, 24 Sep 2026 16:18:00 +0000 by juneym