wangbo commented on code in PR #27969: URL: https://github.com/apache/doris/pull/27969#discussion_r1414919079
########## fe/fe-core/src/main/java/org/apache/doris/resource/workloadgroup/QueueOfferToken.java: ########## @@ -17,30 +17,101 @@ package org.apache.doris.resource.workloadgroup; +import java.util.concurrent.atomic.AtomicLong; +import java.util.concurrent.locks.Condition; +import java.util.concurrent.locks.ReentrantLock; + // used to mark QueryQueue offer result // if offer failed, then need to cancel query // and return failed reason to user client public class QueueOfferToken { Review Comment: ```suggestion public class QueueToken { ``` -- 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