Yulei-Yang closed pull request #33235: [fix](kill_sql) support force cancel sql
URL: https://github.com/apache/doris/pull/33235
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
doris-robot commented on PR #33235:
URL: https://github.com/apache/doris/pull/33235#issuecomment-2034521217
Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
```
Load test result on commit bc69d6f2804086e33002f9b739fcf08b79dcce57 with
default session variables
Stream
doris-robot commented on PR #33235:
URL: https://github.com/apache/doris/pull/33235#issuecomment-2034515098
ClickBench: Total hot run time: 30.2 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
C
doris-robot commented on PR #33235:
URL: https://github.com/apache/doris/pull/33235#issuecomment-2034504478
TPC-DS: Total hot run time: 181715 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
doris-robot commented on PR #33235:
URL: https://github.com/apache/doris/pull/33235#issuecomment-2034479170
TPC-H: Total hot run time: 38724 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
yiguolei commented on code in PR #33235:
URL: https://github.com/apache/doris/pull/33235#discussion_r1549586078
##
fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java:
##
@@ -1482,16 +1482,23 @@ public void cancel() {
}
return;
}
-
Yulei-Yang commented on PR #33235:
URL: https://github.com/apache/doris/pull/33235#issuecomment-2034375612
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To u
Yulei-Yang opened a new pull request, #33235:
URL: https://github.com/apache/doris/pull/33235
In some scenarios, cancel query does not work, no matter auto cancel or
manually cancel.
One case is when an error occurs during analyzing a sql.
https://github.com/apache/doris/assets/2800417
doris-robot commented on PR #33235:
URL: https://github.com/apache/doris/pull/33235#issuecomment-2034373858
Thank you for your contribution to Apache Doris.
Don't know what should be done next? See [How to process your
PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y