Alexey, The data preloading from disk to RAM doesn’t occur automatically after the restart. It will be moved to RAM on demand while your application executes its logic.
Ray, Have you executed any query (key-value, SQL) to confirm that the data is missing after the shutdown? — Denis > On Sep 15, 2017, at 4:09 AM, Alexey Kukushkin <[email protected]> > wrote: > > Ray, > > Yes, enabling persistence must automatically bring all your data and metadata > upon the cluster startup. Please give us more details why you think the cache > was not created. BTW, do you activate the cluster after startup? Enabling > persistence requires explicit cluster activation: > > $IGNITE_HOME/bin/control.sh --host 127.0.0.1 --port 11211 --activate > >
