sergeyuttsel commented on code in PR #2201:
URL: https://github.com/apache/ignite-3/pull/2201#discussion_r1242545958
##########
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/DistributionZoneManager.java:
##########
@@ -282,8 +282,10 @@ public DistributionZoneManager(
nodesAttributes = new ConcurrentHashMap<>();
+ // Use a single thread executor to avoid concurrent executing several
tasks for the same zone.
+ // TODO: IGNITE-19783 Need to use a striped executor.
Review Comment:
I agree. Moved.
--
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]