ibessonov commented on code in PR #1872:
URL: https://github.com/apache/ignite-3/pull/1872#discussion_r1168250772
##########
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:
If we stop using the "unknown" storage in current issue, I believe it would
also be a right place to to remove everything related to it, like schemas,
tests and validators.
--
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]