yiguolei commented on code in PR #35079:
URL: https://github.com/apache/doris/pull/35079#discussion_r1606760540


##########
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的3个函数:
   1. get 或者acquire 表示获得token
   2. finish 表示正常结束
   3. cancel 表示异常结束



-- 
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