kgusakov commented on code in PR #4675: URL: https://github.com/apache/ignite-3/pull/4675#discussion_r1836494198
########## modules/distribution-zones/src/main/java/org/apache/ignite/internal/distributionzones/configuration/DistributionZonesHighAvailabilityConfiguration.java: ########## @@ -61,32 +68,33 @@ public void start() { void startAndInit() { start(); - updateSystemProperties(systemDistributedConfig.value()); + updateSystemProperties(systemDistributedConfig.value(), 1); } /** Returns partition group reset timeout after a partition group majority loss. */ Review Comment: I used the " timeout after a partition group majority loss." in all docs for this property. Do you want to rephrase it everywhere? -- 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