alievmirza commented on code in PR #2873:
URL: https://github.com/apache/ignite-3/pull/2873#discussion_r1417571714


##########
modules/catalog/src/main/java/org/apache/ignite/internal/catalog/CatalogManagerImpl.java:
##########
@@ -479,6 +479,11 @@ private CompletableFuture<Integer> 
saveUpdate(UpdateProducer updateProducer, int
 
         int newVersion = catalog.version() + 1;
 
+        // It is quite important to preserve such behavior: we wait here for 
versionTracker to be updated. It is updated when all events
+        // that were triggered by this changed will be completed. That means 
that any Catalog update will be completed only

Review Comment:
   fixed



-- 
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]

Reply via email to