yinzhijian commented on a change in pull request #7994:
URL: https://github.com/apache/incubator-doris/pull/7994#discussion_r806397427



##########
File path: be/src/util/priority_thread_pool.hpp
##########
@@ -39,6 +39,7 @@ class PriorityThreadPool {
     public:
         int priority;
         WorkFunction work_function;
+        int queue_id;

Review comment:
       task_id is not mean which disk this task belongs to, so queue_id maybe 
better.

##########
File path: be/src/util/priority_thread_pool.hpp
##########
@@ -39,6 +39,7 @@ class PriorityThreadPool {
     public:
         int priority;
         WorkFunction work_function;
+        int queue_id;

Review comment:
       task_id doesn't mean which disk this task belongs to, so queue_id maybe 
better.




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

Reply via email to