ibessonov commented on a change in pull request #41:
URL: https://github.com/apache/ignite-3/pull/41#discussion_r568594172



##########
File path: 
modules/configuration/src/main/java/org/apache/ignite/configuration/Configurator.java
##########
@@ -214,9 +205,13 @@ public T getRoot() {
         property.addListener(new PropertyListener<PROP, PROP>() {
             /** {@inheritDoc} */
             @Override public void update(PROP newValue, 
ConfigurationProperty<PROP, PROP> modifier) {
-                storage.save(key, newValue);
+//                storage.save(key, newValue);

Review comment:
       Yeah, about these listeners... I guess they'll be completely removed 
from the code, we'll discuss this later as well




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to