kgusakov commented on code in PR #1872:
URL: https://github.com/apache/ignite-3/pull/1872#discussion_r1165974751


##########
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/configuration/DistributionZoneConfigurationSchema.java:
##########
@@ -53,6 +56,11 @@ public class DistributionZoneConfigurationSchema {
     @Value(hasDefault = true)
     public int replicas = DEFAULT_REPLICA_COUNT;
 
+    /** Data storage configuration. */
+    @KnownDataStorage

Review Comment:
   UnknownDataStorageConfigurationSchema is still there, also some obsolete (I 
think) machinery around it. But the scope of the current issue is a big enough 
already. Can I create the separate issue for removing the whole 
UnknownDataStorageConfigurationSchema from all tests and places? I can put it 
in the nearest sprint, I think, wdyt?



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