PakhomovAlexander commented on code in PR #1929:
URL: https://github.com/apache/ignite-3/pull/1929#discussion_r1172363042


##########
modules/configuration/src/main/java/org/apache/ignite/internal/configuration/ConfigurationManager.java:
##########
@@ -40,6 +31,30 @@ public class ConfigurationManager implements IgniteComponent 
{
     /** Configuration registry. */
     private final ConfigurationRegistry registry;
 
+    /**
+     * Constructor.
+     *
+     * @param rootKeys                    Configuration root keys.
+     * @param validators                  Validators.
+     * @param storage                     Configuration storage.
+     * @param generator                   Configuration tree generator.
+     * @throws IllegalArgumentException If the configuration type of the root 
keys is not equal to the storage type, or if the schema or its
+     *                                  extensions are not valid.
+     */
+    public ConfigurationManager(

Review Comment:
   Yes, there is a reason for that. `ConfigurationManager` now gives two 
constructors like:
   
   1) You can provide `ConfigurationTreeGenerator` with 
`LocalConfigurationStorage` (that is dependent on `ConfigurationTreeGenerator`)
   2) You can provide lists of roots and extensions with 
`DistributedConfgurationStorage`(that is NOT dependent on 
`ConfigurationTreeGenerator`) 
   
   Does it make sense? 



-- 
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: [email protected]

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

Reply via email to