You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by 38797715 <38...@qq.com> on 2021/05/07 10:28:46 UTC

[2.10]io_dataregion_default_CheckpointBufferSize other indicators always been 0

Hi team,

View indicators through opencensus, as follows:

The configuration of ignite is as follows:

<propertyname="dataStorageConfiguration">
<beanclass="org.apache.ignite.configuration.DataStorageConfiguration">
<propertyname="walSegmentSize"value="#{128L * 1024 * 1024}"/>
<propertyname="walCompactionEnabled"value="true"/>
<propertyname="walCompactionLevel"value="4"/>
<propertyname="metricsEnabled"value="true"/>
<propertyname="defaultDataRegionConfiguration">
<beanclass="org.apache.ignite.configuration.DataRegionConfiguration">
<propertyname="maxSize"value="#{2L * 1024 * 1024 * 1024}"/>
<propertyname="metricsEnabled"value="true"/>
<propertyname="persistenceEnabled"value="true"/>
</bean>
</property>
</bean>
</property>

why?


Re: [2.10]io_dataregion_default_CheckpointBufferSize other indicators always been 0

Posted by solveme <ll...@gmail.com>.
I assume you started Ignite node, but didn't perform any action with cluster.
Try to create some cache and put some data to it. If it won't help please
provide additional context to us (e.g. your steps list)



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/