You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2022/02/01 06:51:25 UTC

[GitHub] [ignite-3] zstan commented on a change in pull request #518: IGNITE-14830 Introduce index internal API

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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org