alex-plekhanov commented on code in PR #11616: URL: https://github.com/apache/ignite/pull/11616#discussion_r1816517977
########## modules/core/src/main/java/org/apache/ignite/configuration/IgniteConfiguration.java: ########## @@ -605,6 +605,9 @@ public class IgniteConfiguration { /** Shutdown policy for cluster. */ public ShutdownPolicy shutdown = DFLT_SHUTDOWN_POLICY; + /** Default values for distributed properties. */ + private Map<String, ?> distrProps; Review Comment: Fixed -- 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