yiguolei commented on code in PR #33339:
URL: https://github.com/apache/doris/pull/33339#discussion_r1555133032
##########
fe/fe-core/src/main/java/org/apache/doris/resource/workloadgroup/QueueToken.java:
##########
@@ -38,7 +38,8 @@ public int compareTo(QueueToken other) {
public enum TokenState {
ENQUEUE_SUCCESS,
- READY_TO_RUN
+ READY_TO_RUN,
+ CANCELLED_IN_QUEUE
Review Comment:
rename to CANCELLED
--
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]