Hi,
I configure my Ignite 2.2 nodes to enable persistence to disk.
<property name="persistentStoreConfiguration">
<bean
class="org.apache.ignite.configuration.PersistentStoreConfiguration"/>
</property>
After cluster restart, I notice that data that is inserted via JDBC is gone.
Note: if I programmatically create the cache/table and insert entries to the
cache, these data persist properly after cluster restart.
How to reproduce?
1. Enable persistence
2. Create simple table via SQL
3. Insert data via SQL
4. restart Ignite cluster and perform query against the table
Am I missing some other configuration or is this a bug in 2.2?
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/