hi
I have a single node cluster started with the following config
<dataStorageConfiguration>
<defaultDataRegionConfiguration name="defaultregion"
maxSize="124288000"/>
<dataRegionConfigurations>
<dataRegionConfiguration name="DiskPersisted"
persistenceEnabled="true" maxSize="524288000" evictionThreshold="0.85" />
<dataRegionConfiguration name="Memonly" persistenceEnabled="false"
maxSize="524288000" evictionThreshold="0.9"/>
</dataRegionConfigurations>
</dataStorageConfiguration>
when i launch a client and do Iignite.GetCluster().Configuration
here is the screenshot of the config the client gets - the data storage
config is null
2018-09-25_18-22-15.png
<http://apache-ignite-users.70518.x6.nabble.com/file/t1892/2018-09-25_18-22-15.png>
is there something i am missing with accessing the cluster config through a
client?
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/