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/04/20 12:01:38 UTC

[GitHub] [ignite-3] ibessonov commented on a change in pull request #81: IGNITE-14372 REST updates fixes.

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



##########
File path: modules/configuration/src/main/java/org/apache/ignite/configuration/ConfigurationChanger.java
##########
@@ -210,19 +212,42 @@ public void initialize(ConfigurationType storageType) {
         }
     }
 
-    /** Temporary until the IGNITE-14372 */
-    public CompletableFuture<?> changeX(
-        List<String> path,
+    /** */
+    public CompletableFuture<Void> change(
         ConfigurationSource source,
         ConfigurationStorage storage

Review comment:
       Well, this is a temporary thing for node bootstrap. Maybe we will actually delete this parameter in the future.




-- 
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:
users@infra.apache.org