zstan commented on a change in pull request #518:
URL: https://github.com/apache/ignite-3/pull/518#discussion_r796302313
##########
File path:
modules/configuration/src/main/java/org/apache/ignite/internal/configuration/ConfigurationChanger.java
##########
@@ -97,6 +98,9 @@
/** Storage trees. */
private volatile StorageRoots storageRoots;
+ /** Configuration listener notification counter, must be incremented
before each use of {@link #notificator}. */
+ private final AtomicLong notificationListenerCnt = new AtomicLong();
Review comment:
why i see this changes as yours while they already in main ?
--
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]