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 2021/08/05 14:52:30 UTC

[GitHub] [ignite-3] vldpyatkov commented on a change in pull request #256: IGNITE-14956 Implement the VaultManager#bootstrapped method

vldpyatkov commented on a change in pull request #256:
URL: https://github.com/apache/ignite-3/pull/256#discussion_r683529841



##########
File path: modules/configuration/src/main/java/org/apache/ignite/internal/configuration/ConfigurationChanger.java
##########
@@ -73,6 +73,9 @@
     /** Annotation classes mapped to validator objects. */
     private Map<Class<? extends Annotation>, Set<Validator<?, ?>>> validators = new HashMap<>();
 
+    /** The flag is true when at least one value was read from a storage, otherwise false. */
+    private volatile boolean bootstrapped;

Review comment:
       I changed this fix and now the flag is used internal to determine would default applied or not.




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