Error Message, "java.lang.IllegalStateException: Disk store XXXX not found" is seen while Restarting GemFire Cache Servers
search cancel

Error Message, "java.lang.IllegalStateException: Disk store XXXX not found" is seen while Restarting GemFire Cache Servers

book

Article ID: 294077

calendar_today

Updated On:

Products

VMware Tanzu Gemfire

Environment


Resolution

Currently, creating persistent regions at runtime via gfsh is not recommended. Instead, we strongly recommend persistent regions be created via cache.xml definition or by GemFire API.

Example:

<region name="MyRegion1">
<region-attributes disk-store-name="MyDataDS" disk-synchronous="true" data-policy="persistent-replicate" statistics-enabled="true">
</region-attributes>
</region>