englefly commented on code in PR #21849:
URL: https://github.com/apache/doris/pull/21849#discussion_r1272953483


##########
fe/fe-core/src/main/java/org/apache/doris/common/ThreadPoolManager.java:
##########
@@ -134,6 +134,15 @@ public static ThreadPoolExecutor 
newDaemonFixedThreadPool(int numThread, int que
                 poolName, needRegisterMetric);
     }
 
+    public static ThreadPoolExecutor newDaemonFixedThreadPool(int numThread, 
int queueSize,

Review Comment:
   could you explain the difference between newDaemonFixedThreadPool and 
newDaemonFixedPriorityThreadPool? what is been "fixed"



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