sergey-chugunov-1985 commented on a change in pull request #56:
URL: https://github.com/apache/ignite-3/pull/56#discussion_r582613104



##########
File path: 
modules/configuration/src/main/java/org/apache/ignite/configuration/ConfigurationChanger.java
##########
@@ -279,8 +286,11 @@ private ValidationResult validate(
 
             final Configurator<?> configurator = configurators.get(rootKey);
 
-            List<ValidationIssue> list = 
configurator.validateChanges(changesForRoot);
-            issues.addAll(list);
+            // TODO This will be fixed later.

Review comment:
       need a reference to ticket




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