sergeyuttsel commented on code in PR #1968:
URL: https://github.com/apache/ignite-3/pull/1968#discussion_r1182525570
##########
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/DistributionZoneManager.java:
##########
@@ -859,7 +885,17 @@ public CompletableFuture<?>
onCreate(ConfigurationNotificationEvent<Distribution
saveDataNodesAndUpdateTriggerKeysInMetaStorage(zoneId,
ctx.storageRevision(), logicalTopology);
- return completedFuture(null);
+ return zonesByIdVv.update(ctx.storageRevision(), (zones, e) -> {
+ if (e != null) {
Review Comment:
Fixed. I removed this code.
--
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]