tkalkirill commented on code in PR #2448:
URL: https://github.com/apache/ignite-3/pull/2448#discussion_r1294544985
##########
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/rebalance/DistributionZoneRebalanceEngine.java:
##########
@@ -203,23 +177,27 @@ public CompletableFuture<Void> onUpdate(WatchEvent evt) {
// This set is used to deduplicate exceptions (if
there is an exception from upstream, for instance,
// when reading from MetaStorage, it will be
encountered by every partition future) to avoid noise
// in the logs.
- Set<Throwable> exceptions = newSetFromMap(new
ConcurrentHashMap<>());
+ Set<Throwable> exceptions =
ConcurrentHashMap.newKeySet();
Review Comment:
fix it
--
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]