TangSiyang2001 commented on code in PR #24017:
URL: https://github.com/apache/doris/pull/24017#discussion_r1318166848


##########
fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java:
##########
@@ -1176,20 +1176,14 @@ private void handleKill() throws DdlException {
         if (killCtx == null) {
             ErrorReport.reportDdlException(ErrorCode.ERR_NO_SUCH_THREAD, id);
         }
-        if (context == killCtx) {
-            // Suicide

Review Comment:
   I have no idea, set kill only kill the conn but do not cancel the running 
sql.



-- 
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 unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to