tkalkirill commented on code in PR #2184: URL: https://github.com/apache/ignite-3/pull/2184#discussion_r1228215004
########## modules/catalog/src/main/java/org/apache/ignite/internal/catalog/descriptors/CatalogZoneDescriptor.java: ########## @@ -75,6 +78,35 @@ public CatalogZoneDescriptor( this.filter = filter; } + /** + * Constructs a distribution zone descriptor. + * + * @param id Id of the distribution zone. + * @param name Name of the zone. + * @param partitions Amount of partitions in distributions zone. + * @param replicas Amount of partition replicas. Review Comment: fix it -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org