Details
Description
Distributed properties are widely used in Ignite for different subsystems. But we can change value of distributed property only by expicit interaction with the cluster (via control.sh, for example).
In general, we can't configure default value for distributed property (some subsystems provide such an ability, but the approach is not unified).
Especially it's inconvinient for in-memory cluster. After each cluster restart, extra actions are required to set distributed properties.
It's proposed to provide unified way to configure distributed properties default values (introduce new property in IgniteConfiguration).
Attachments
Issue Links
- links to