sergeyuttsel commented on code in PR #2380:
URL: https://github.com/apache/ignite-3/pull/2380#discussion_r1279276099
##########
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/DistributionZoneManager.java:
##########
@@ -286,6 +287,7 @@ public DistributionZoneManager(
nodesAttributes = new ConcurrentHashMap<>();
executor = createZoneManagerExecutor(
+ Math.min(Runtime.getRuntime().availableProcessors() * 3, 20),
Review Comment:
Note: This formula was used before a single thread executor was introduced.
--
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]