deardeng commented on code in PR #59155:
URL: https://github.com/apache/doris/pull/59155#discussion_r2645116832
##########
fe/fe-core/src/main/java/org/apache/doris/cloud/catalog/CloudTabletRebalancer.java:
##########
@@ -110,7 +115,9 @@ public class CloudTabletRebalancer extends MasterDaemon {
private LinkedBlockingQueue<Pair<Long, Long>> tabletsMigrateTasks = new
LinkedBlockingQueue<Pair<Long, Long>>();
- private Map<InfightTablet, InfightTask> tabletToInfightTask = new
HashMap<>();
+ private Map<InfightTablet, InfightTask> tabletToInfightTask = new
ConcurrentHashMap<>();
+
+ private ForkJoinPool warmUpSendRpcPool = new
ForkJoinPool(Runtime.getRuntime().availableProcessors());
Review Comment:
forkjoinpool 用起来会有奇怪的bug,参看这个https://github.com/apache/doris/pull/57382,
--
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]