persistent hibernate space initial_load not working
I'm deploying a persistent space. Basically I copied the templates/datagrid dir into deploy/dataspace and modified the pu.xml file. I'm deploying it through a build script with this command...
gs.sh pudeploy -cluster schema=syncreplicated totalmembers=2,1 data_space
config/schemas/persistent-space-schema.xml is configured as...
<space_config>
<engine>
......
<initialload>0</initialload>
</engine>
</space_config>
The problem is that it still does the initial load. So the setting doesn't seem to work. Although, I checked in gs-ui and when the space is running, the "Schema loaded for" is set correctly to the persistent space schema above.
When I deploy the same pu with the persistent space using gs-ui, it works as expected.
Ilya
This thread was imported from the previous forum.
For your reference, the original is available here