yiguolei commented on code in PR #33339: URL: https://github.com/apache/doris/pull/33339#discussion_r1555133821
########## fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java: ########## @@ -1438,6 +1444,7 @@ public boolean shouldCancel(List<Backend> currentBackends) { // if any, as well as all plan fragments on remote nodes. public void cancel() { cancel(Types.PPlanFragmentCancelReason.USER_CANCEL); + queueToken.signalForCancel(); Review Comment: queueToken maybe == null -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org