yiguolei commented on code in PR #35079:
URL: https://github.com/apache/doris/pull/35079#discussion_r1606759689
##########
fe/fe-core/src/main/java/org/apache/doris/qe/Coordinator.java:
##########
@@ -666,7 +662,7 @@ public void exec() throws Exception {
public void close() {
if (queryQueue != null && queueToken != null) {
try {
- queryQueue.returnToken(queueToken);
+ queryQueue.notifyQueuedQuery(queueToken);
Review Comment:
最好是在token 里保存queue,这里只需要用token.finish 或者类似future 那种done 类的函数
--
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]