ibessonov commented on a change in pull request #583:
URL: https://github.com/apache/ignite-3/pull/583#discussion_r790818726
##########
File path:
modules/configuration/src/main/java/org/apache/ignite/internal/configuration/ConfigurationRegistry.java
##########
@@ -436,4 +465,28 @@ private void checkPolymorphicConfigIds(Map<Class<?>,
Set<Class<?>>> polymorphicE
ids.clear();
}
}
+
+ private Collection<CompletableFuture<?>>
notifyStorageRevisionListeners(long oldStorageRevision, long
newStorageRevision) {
+ if (oldStorageRevision == newStorageRevision ||
storageRevisionListeners.isEmpty()) {
Review comment:
I don't think that `oldStorageRevision` is really required here
--
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]