kgusakov commented on code in PR #1872:
URL: https://github.com/apache/ignite-3/pull/1872#discussion_r1165902306
##########
modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/DistributionZoneConfigurationParameters.java:
##########
@@ -41,6 +43,9 @@ public class DistributionZoneConfigurationParameters {
/** Number of zone partitions. */
private final Integer partitions;
Review Comment:
This class is a simple container for delivering the zone configuration
params from DDL to lower level. If any params is null, it will be replaced by
defaults here
org.apache.ignite.internal.distributionzones.DistributionZoneManager#createZone
--
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]